Uncategorized

    IntelliEdit v1.07

    0 Comments1 min read203 views

    Just to let everyone know that v1.07 of IntelliEdit has been released. Updates for this version include: 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.

    IntelliFile v1.36

    0 Comments1 min read216 views

    Just to let everyone know that v1.36 of IntelliFile has been released. Updates for this version include: 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. Implemented Word Wrap for text file viewing.

    IntelliLink v1.22

    0 Comments1 min read209 views

    Just to let everyone know that v1.22 of IntelliLink has been released. Updates for this version include: Updated copyright information. Fixed limitation to _MAX_PATH for long path names. Updated Lee Thomason’s TinyXML2 library to the latest version available. Updated GetConfigFilePath to use std::filesystem::path.

    IntelliEdit v1.06

    0 Comments1 min read284 views

    Just to let everyone know that v1.06 of IntelliEdit has been released. Updates for this version include: 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