Skip to content

Releases: mihaimoga/IntelliFile

IntelliFile v1.43

23 Nov 07:08

Choose a tag to compare

  • Updated the embedded web browser (Microsoft Edge).
  • Updated LEXILLA library to version 5.4.6 and SCINTILLA library to version 5.5.8.

Version 5.4.6 adds SINEX lexer. Improves Errorlist, Progress, and Python.
Version 5.5.8 changes format of SCI_GETSELECTIONSERIALIZED and fixes redraw after undo.

  • Updated PJ Naughter's CScintillaCtrl library to the latest version available.

IntelliFile v1.42

02 Oct 15:04

Choose a tag to compare

This release focuses on system stability and reliability. No new features were introduced. Includes:

  • Fixes for known bugs.
  • Security updates.
  • Minor performance optimizations.
  • Updated the embedded web browser (Microsoft Edge).
  • Updated Bootstrap library to the latest version available (Release Notes & Software Content Register).

IntelliFile v1.41

29 Jun 07:37

Choose a tag to compare

  • Updated LEXILLA library to version 5.4.5 and SCINTILLA library to version 5.5.7.
  • Updated PJ Naughter's CScintillaCtrl library to the latest version available.

Updated class to work with Scintilla v5.5.7. New messages wrapped include: SCI_AUTOCSETIMAGESCALE, SCI_AUTOCGETIMAGESCALE and SCI_SCROLLVERTICAL.

IntelliFile v1.40

07 May 10:51

Choose a tag to compare

Updated Jovibor's HexCtrl library to the latest version available.

IntelliFile v1.39

12 Apr 02:04

Choose a tag to compare

Updated PJ Naughter's CScintillaCtrl library to the latest version available.

Updated CScintillaCtrl:: MarkerSymbolDefined method to return MarkerSymbol.

IntelliFile v1.38

11 Apr 19:14

Choose a tag to compare

  • Updated genUp4win library to the latest version available.

Reverted back from GetTempPath2 to GetTempPath to make it compatible again with Windows 10.

  • 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.

IntelliFile v1.37

08 Mar 20:44

Choose a tag to compare

Updated LEXILLA library to version 5.4.3 and SCINTILLA library to version 5.5.5.
Updated genUp4win library to the latest version available.
Removed deprecated functions in C++17, defined in <codecvt> header.

IntelliFile v1.36

14 Feb 21:23

Choose a tag to compare

  • Implemented Word Wrap for text file viewing.
  • 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 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.

IntelliFile v1.35

26 Oct 02:20

Choose a tag to compare

  • Implemented "Play audio file" functionality for AAC/M4A/MP3/MP4/WAV/WMA files.
  • Implemented "View image file" functionality for BMP/GIF/ICO/JPG/PNG/TIF/WMF files.
  • 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.

IntelliFile v1.34

11 Oct 17:09

Choose a tag to compare

  • Fixed access to Google Drive (bug reported by simon mago).
  • Fixed access to Favorite Folders (bug reported by markjuggles).
  • Fixed a situation when viewing a text file would result in a crash.
  • Enabled syntax highlighting for TCL/TK Programming Language.