Release Notes

IntelliEdit is an alternative Windows version to the famous Microsoft Notepad!

Download: https://www.moga.doctor/freeware/IntelliEditSetup.msi

GitHub repo: https://github.com/mihaimoga/IntelliEdit

Social Media

Please feel free to contact me if you need any further information.

History

  • Version 1.00 (May 30th, 2024): Initial release.
  • Version 1.01 (July 23rd, 2024):
    • Added line numbers.
    • Updated LEXILLA library to version 5.3.3 and SCINTILLA library to version 5.5.1.
    • Updated PJ Naughter's CScintillaCtrl library to the latest version available.
      Updated class to work with Scintilla v5.5.1. New messages wrapped include: SCI_AUTOCSETSTYLE, SCI_AUTOCGETSTYLE & SCI_CUTALLOWLINE.
  • Version 1.02 (July 27th, 2024):
    • Enabled syntax highlighting for the following programming languages:
      • ASP
      • C#
      • CSS
      • HTML
      • Java
      • MarkDown
      • PHP
      • Python
      • SQL
      • XML
  • Version 1.03 (August 24th, 2024):
    • Updated LEXILLA library to version 5.4.0 and SCINTILLA library to version 5.5.2.
    • Updated PJ Naughter's CScintillaCtrl library to the latest version available.
      Updated class to work with Scintilla v5.5.2. New messages wrapped include: SCI_STYLESETSTRETCH, SCI_STYLEGETSTRETCH, SCI_GETUNDOSEQUENCE, SCI_LINEINDENT, SCI_LINEDEDENT, SCI_SETCOPYSEPARATOR & SCI_GETCOPYSEPARATOR.
  • Version 1.04 (August 31st, 2024):
    • Enabled syntax highlighting for the following programming languages:
      • Bash
      • Batch
      • CMake
      • Groovy
      • JavaScript
      • JSON
      • Makefile
      • MATLAB
      • R
      • Rust
    • Implemented User Manual option into Help menu.
    • Implemented Check for updates... option into Help menu.
  • Version 1.05 (October 27th, 2024):
    • Reworked the implementation of Check for updates... option.
    • Enabled syntax highlighting for TCL/TK programming language.
    • Fixed limitation to _MAX_PATH for long path names.
    • Updated LEXILLA library to version 5.4.1 and SCINTILLA library to version 5.5.3.
  • Version 1.06 (December 16th, 2024):
    • Updated copyright information.
    • Updated PJ Naughter's CScintillaCtrl library to the latest version available.
      Updated CScintillaView::Serialize to better handle loading a non UTF encoded file.
    • Added new file options:
      • Rename File
      • Move File
      • Copy File
      • Delete File
      • Properties