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
Please feel free to contact me if you need any further information.
LEXILLA
library to version 5.3.3 and SCINTILLA
library to version 5.5.1.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
.
LEXILLA
library to version 5.4.0 and SCINTILLA
library to version 5.5.2.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
.
_MAX_PATH
for long path names.LEXILLA
library to version 5.4.1 and SCINTILLA
library to version 5.5.3.CScintillaCtrl
library to the latest version available. Updated CScintillaView::Serialize
to better handle loading a non UTF encoded file.
LEXILLA
library to version 5.4.2 and SCINTILLA
library to version 5.5.4.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.
ReworkedCScintillaDemoApp::LoadLibraryFromApplicationDirectory
to usestd::filesystem::path
.
UpdatedGetModuleFileName
calls to handle path length >_MAX_PATH
.
genUp4win
library to the latest version available. Updated PJ Naughter'sAppSettings
library to the latest version available.
UpdatedGetModuleFileName
calls to handle path length >_MAX_PATH
.
UpdatedGetAppSettingsFilePath
to usestd::filesystem::path
.
LEXILLA
library to version 5.4.3 and SCINTILLA
library to version 5.5.5.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 fromGetTempPath2
toGetTempPath
to make it compatible again with Windows 10.
LEXILLA
library to version 5.4.4 and SCINTILLA
library to version 5.5.6.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
andSCI_SETSELECTIONSERIALIZED
.
CScintillaCtrl
library to the latest version available. UpdatedCScintillaCtrl:: MarkerSymbolDefined
method to returnMarkerSymbol
.