- Dołączył
- 26 Maj 2010
- Posty
- 21879
- Reakcje/Polubienia
- 68174
MPad 1.47.0.0
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
Pobieramy na stronie:Version 16.62 (Jun 12, 2026)
-----------------------------------------------------------
Improved performance
Made several code changes to improve performance. It should improve speed when editing and also background tasks like identify code folds, highlight braces and words under text cursor...
Windows 11 Mirage Dark theme
Added a new theme in the Environment "Themes" menu.
Text clips/snippets/abbreviation
Made some changes and improvements inside the text clips panel.
- The snippets folder is now unlocked for editing. You can add, rearrange and remove items as with normal text clips.
- Context menu items are now properly enabled/disabled.
- Fixed some issues while testing.
Fixed
* "Find/Replace All" in selection or from cursor position.
* Several issues when creating a new theme.
* FTP reconnect issue.
* A few issues with save remote dialog window.
* Auto completion issue in HTML files.
Pobieramy na stronie:
- Fixed:
- Harmless (but annoying) exception that could occur in some files
Pobieramy na stronie:Version 16.66 (Aug 28, 2026)
-----------------------------------------------------------
Editor right click menu
Refresh should now update the current syntax highlighter as well as the current folding.
This can be helpfull if you edit the syntax file and wish to see the result in the editor window.
Mermaid
Added basic highlighter support for Mermaid and preview support in the preview panel, Edge preview tab and browser view.
Markdown
Made several improvements to the syntax highlighter. It should highlight lists, tables, strikeouts, highlights, tags and more...
Code blocks are now syntax highlighted.
E.g.
```bash
# Code here with syntax highlighting
```
Markdown preview should now handle tags (#Tag) and footnotes [^1] and [^1]:.
Made several improvements to what's displayed in the code explorer.
Bash (Shell) script
Updated the syntax highlighter and fixed a few issues.
Syntax Editor
Made several updates to handle added block and fold options.
Fixed
* Undo issue with replace all and using regex.
* Terminal window could on rare occasions cause issues when closing the application.
* Spellcheck (F7) could sometimes hang when parsing tags in HTML code.
* Text clips: Input variables should handle default values that includes brackets [].
* Block comment: Could sometimes insert wrong comment type.
* Highlight numbers in markdown code.
* Auto completion font issue.