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.