Sintegrial Text Editor Changelog

What's new in Sintegrial Text Editor 0.2.2 Beta

Apr 8, 2010
  • added customizable syntax coloring
  • improved switching between tabs via Ctrl+Tab
  • improved TEX highlighter
  • fixed issue with Read Only attribute on non-writable filesystems
  • fixed issue with slowdown while search
  • fixed issues with INI, Verilog and CSS syntax highlighters
  • fixed issue with undo of brace autoindentation

New in Sintegrial Text Editor 0.2.1 Beta (Mar 29, 2010)

  • added syntax highlighters:
  • x86 Assembler
  • NSIS scripts
  • added autoindentation inside {} blocks
  • added color text markup
  • added external configurations for CSS Tidy and HTML Tidy
  • fixed issue with multicolor highlighting
  • fixed issue with tabs switching behavior
  • some search bar fixes
  • redesigned main menu
  • bottom bars made user-resizable

New in Sintegrial Text Editor 0.2.0 Beta (Mar 20, 2010)

  • Windows: codebase moved to Qt 4.6.2, Qscintilla 2.4.3
  • fixed issue with Show Indent button
  • fixed issue with auto-highlighting of the current text when folding is enabled
  • fixed issue with auto-indentation when changing current highlighting
  • auto-assignment of the highlighter when saving the document with another type
  • fixed issue with word deletion (by Alt+Del)
  • fixed Qscintilla issue with case-insensitive comparison
  • improved File Explorer (show by Alt+0)
  • improved Search (fixed crashes, added interactive results output)
  • added search in open files
  • redesigned sidebars
  • added auto-detection of the file's encoding (via enca)
  • added word formatting feature (by Ctrl+Shift+J)
  • added lines join shortcut (by Ctrl+J)
  • added storable sessions
  • added text wrap mode
  • double-color highlighting of the text similar to selected
  • added support of CSS Tidy and HTML Tidy
  • extended brace matching algorithm (now works inside blocks as well)
  • added selection between matched braces (by Ctrl+Shift+E)

New in Sintegrial Text Editor 0.1.3 Beta (Feb 25, 2010)

  • fixed issue with highlighting of the current selection
  • fixed issue with detection of changed and deleted files on the filesystem
  • fixed issue with Batch (MS Command Script) lexer
  • fixed issue with auto-invoke of Makefile lexer
  • added autocompletion APIs for C++, C#, Java, JavaScript, CSS, HTML, XML, PHP, Perl, Python, VBScript
  • added autocompletion of the current line to the edge position (Ctrl+Shift+D)
  • added code formatting (AStyle, Uncrustify)
  • opening/saving a new file to the previously used directory
  • added storing files with or without BOM (for Unicode codec)
  • added storing of window and toolbars state
  • added handling Read Only attribute of the files
  • extended autoinsertion functionality
  • added option to trim extra spaces on saving
  • added option to add new line to the document on saving
  • redesigned Search Bar
  • added Active Windows list
  • added Shortcuts Bar
  • added Lines Trim Bar and extended trimming functionality
  • added Filesystem Explorer

New in Sintegrial Text Editor 0.1.2 Beta (Feb 15, 2010)

  • fixed issue with storing of recent files
  • fixed issue with default file path while opening
  • fixed issue with changing font for opened windows
  • fixed issue with saving as Unicode (added BOM writing)
  • fixed some other encoding issues
  • fixed some lexer extensions
  • fixed hiding of autocompletion window when loosing focus
  • added display of file modification date
  • added trimming empty lines
  • added jumping block up/down (by Ctrl+PageUp/PageDown)
  • added incremental search
  • added arrow folding style
  • added moving selection up/down (by Ctrl+Shift+Up/Down)
  • added zoom in/out via mouse wheel (with Ctrl pressed)
  • added check for opened files which were changed or removed from filesystem
  • added setup of default codec and EOLs

New in Sintegrial Text Editor 0.1.1 Beta (Feb 8, 2010)

  • fixed some bugs and styling issues
  • fixed Unicode search issues
  • fixed Shift-Tab handling
  • added autocompletion while typing
  • added base folding
  • more language highlightings (ASP, PHP, VBS, SGML)
  • added auto-insertion of paired symbols (quots, braces etc.)
  • added stripping of trailing spaces