Releases: mihaimoga/IntelliFile
IntelliFile v1.35
- 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 andSCINTILLA
library to version 5.5.3.
IntelliFile v1.34
- 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.
IntelliFile v1.33
Implemented "View binary file" functionality using Jovibor's HexCtrl library.
IntelliFile v1.32
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
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
- 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 andSCINTILLA
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
- 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.