Textosaurus Versions Save

Cross-platform text editor based on Qt and Scintilla.

2018.03.21

6 years ago

2018.03.08

6 years ago

Fixed:

  • Zero-length find result now highlighted with ⦚ in "Find Results" sidebar.
  • Current line highlighting now uses its own substyle and does not inherit its color from "Base" substyle anymore.
  • Add new tab on tab bar double-click. (#22)
  • URL highlighting now recognizes plain e-mail strings.
  • Main window state was not stored correctly when maximized. (#23)

2018.03.05

6 years ago

Textilosaurus is now RENAMED to Textosaurus. Reason is simple, original name "Textilosaurus" was confusing and did not associate well with keyword "text".

Added:

  • Current line highlight takes its color from "Base" substyle of current color scheme.
  • Caret inherits its color from active color scheme.

2018.02.25

6 years ago

Added:

  • Color schemes now have substyle for URL/occurrences highlighting.

Changed:

  • Simplifications of some parts of GUI.
  • Better behavior when opening bigger files (no word wrap, "Plain text" lexer.

2018.02.24

6 years ago

This release marks big milestone in development of Textilosaurus. At this point, all features I need from text editor, are implemented. In upcoming releases, there will be primarily performance enhancements, GUI polishments and bug fixes.

Added:

  • Experimental support for color schemes. Color schemes offer these features:
    • all custom schemes saved in single .ini file with simple format,
    • schemes are valid for all supported Languages,
    • simple scheme editor in application settings.
  • Auto-indent is now switchable per-document and is assignable to shortcut.
  • FS sidebar has better keyboard integration.
  • Initial support for context-based color schemes for some source code kinds.

Changed:

  • Application user data (settings etc.) are now read directly from "data" subfolder, extra subsubfolder "config" is now not created. Check "About Application -> Paths" dialog for exact information.
  • Highlighting of occurrences of currently selected text polished a bit.
  • Scintilla updated to latest master (4.0.3).

2018.02.12

6 years ago

Added:

  • Auto-indent.
  • Enhanced context menu with "Find All" action.
  • Enabled better support for multiple text selections and editing.

Changed:

  • All prebuilt binaries slimmed down by removing unused bundled icons.
  • "Find Results" sidebar now displays results highlighted with red color.
  • URL highlighting now respects URLs starting with just "www.".

2018.02.05

6 years ago

Fixed:

  • Some UI mistakes, missing strings, invalid Title Case, etc.

Changed:

  • Windows prebuilt binaries are slimmed down.

Added:

  • Initial implementation of highlighting of all matching occurrences of currently selected text, which works also on big files.
  • URL highlighting now does not require mouse hover and works on big files.

2018.01.31

6 years ago

Added:

  • FS sidebar was enhanced:
    • Combo box with list of drives/mountpoints was added.
    • Favorites list was separated to extra tab.
    • Overall UI polishments.
  • Prebuilt Windows binaries now use MSVC toolchain again, but this time MSVC runtime is compiled in statically, more optimizations are used (LTCG), which makes final textilosaurus.exe file smaller and faster to run.

2018.01.26

6 years ago

Added:

  • FS sidebar displays current path and unifies used folder/file icons.
  • FS sidebar remembers its default folder on all platforms in a x-platform way.
  • FS sidebar now displays hidden dirs.
  • User can turn off automatic reloading of externally modified documents in settings.

Fixed:

  • Avoid multiple warning of externally edited document.

2018.01.20

6 years ago

Fixed:

  • Invalid synchronization between sidebar visibility and assigned "View/Sidebars" menu item.

Added:

  • Line number column is initially wider.
  • Prebuilt binaries for Windows now use MinGW-w64 toolchain, which is completely FOSS. MSVC++ runtime libraries are no longed needed. Linkage of dependencies is completely static, making Textilosaurus deployment easier, as it now consists of single executable file and that's it.
  • "Markdown Preview" has clickable hyperlinks.