Skip to content

Releases: mihaimoga/IntelliFile

IntelliFile v1.33

14 Sep 18:16
Compare
Choose a tag to compare

Implemented "View binary file" functionality using Jovibor's HexCtrl library.

IntelliFile v1.32

03 Sep 18:03
Compare
Choose a tag to compare

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.

Starting this release, IntelliFile is using genUp4win library for self-update.

IntelliFile v1.31

24 Aug 20:41
Compare
Choose a tag to compare

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.

IntelliFile v1.30

26 Jul 06:43
Compare
Choose a tag to compare
  • Implemented "View text file" functionality for HTML / CSS / XML / JavaScript.
  • Implemented "View text file" functionality for Java programming language.
  • Implemented "View text file" functionality for Python programming language.
  • 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.

IntelliFile v1.29

21 Jul 13:44
Compare
Choose a tag to compare
  • Implemented "View text file" functionality for C++ programming language.
  • Implemented selection of files with specific search pattern, size, date or contents.
  • Implemented enhanced search function with full text search & replace.