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
  • Version 1.07 (February 28th, 2025):
    • Updated LEXILLA library to version 5.4.2 and SCINTILLA library to version 5.5.4.
    • Updated PJ Naughter's CScintillaCtrl library to the latest version available.
      The code now includes <string> prior to #including <ScintillaCall.h>. This fixes an issue when the code is used with GSL Library 4.1.0.
      Reworked CScintillaDemoApp::LoadLibraryFromApplicationDirectory to use std::filesystem::path.
      Updated GetModuleFileName calls to handle path length > _MAX_PATH.
    • Updated genUp4win library to the latest version available.
      Updated PJ Naughter's AppSettings library to the latest version available.
      Updated GetModuleFileName calls to handle path length > _MAX_PATH.
      Updated GetAppSettingsFilePath to use std::filesystem::path.
  • Version 1.08 (March 16th, 2025):
    • Updated LEXILLA library to version 5.4.3 and SCINTILLA library to version 5.5.5.
    • Updated genUp4win library to the latest version available.
      Added support for Italian, Spanish, German and Greek languages.
      Added support for Russian, Turkish, Chinese and Czech languages.
      Reverted back from GetTempPath2 to GetTempPath to make it compatible again with Windows 10.
  • Version 1.09 (April 11th, 2025):
    • Updated LEXILLA library to version 5.4.4 and SCINTILLA library to version 5.5.6.
    • Updated PJ Naughter's CScintillaCtrl library to the latest version available.
      Updated class to work with Scintilla v5.5.5. New messages wrapped include: SCI_SETUNDOSELECTIONHISTORY, SCI_GETUNDOSELECTIONHISTORY, SCI_GETSELECTIONSERIALIZED and SCI_SETSELECTIONSERIALIZED.
  • Version 1.10 (April 12th, 2025):
    • Updated PJ Naughter's CScintillaCtrl library to the latest version available.
      Updated CScintillaCtrl:: MarkerSymbolDefined method to return MarkerSymbol.