StyledNotepad Changelog

What's new in StyledNotepad 1.1.1

Mar 13, 2016
  • Fixed a bug where Third-Party notices didn't load properly
  • Changed location of settings file
  • Changed location of current theme file

New in StyledNotepad 1.1.0.0 (Mar 8, 2016)

  • Lots of minor and major (even fatal) bugs fixed.
  • Improved error catching.
  • Removed YAXLib and was replaced with ini files (ini files don’t need specific serialization library).
  • Algorithm for loading and saving .sntheme files has changed.
  • Algorithm for loading and saving settings has changed (settings now save in AppData).
  • Custom theme builder has improved.
  • Default themes (Aqua, Dark, Light, LightPurple, Orange) are now not embedded (Those themes can be found in installed location of StyledNotepad).
  • StyledNotepad will remember theme in another location so theme file can be deleted after loaded once.
  • StyledNotepad loading time has reduced.
  • Fixed a bug where custom theme doesn’t load at startup.
  • When opening a .sntheme, StyledNotepad automatically opens Custom Theme Builder window.
  • StyledNotepad will not display ‘Plugins’ menu when it detects no plugins.
  • StyledNotepad won’t ask “Discard Changes” when there is no text in the document.
  • On ToolStrip, Zoom In, Zoom Out, Undo, Redo and Split buttons were added.
  • On ToolStrip, Zoom Percentage text label was added beside the Zoom In and Out buttons.
  • In ‘Random’ menu (Under ‘Theme’ (Which is under ‘TOOLS’)), theme interval changing buttons now show the current theme interval applied (There will be a checked sign).
  • Fixed a bug where StyledNotepad kept asking “Discard Changes” when user hasn’t changed anything.
  • Improved Third Party window.
  • Improved About window.
  • Fixed a bug where preferences didn’t save properly sometimes.
  • Fixed a bug where editor ui and preferences window settings didn’t synchronize.
  • Preferences window can be resized.
  • StyledNotepad can be run on Windows 10.
  • StyledNotepad will now be distributed in different forms: x86 & x64

New in StyledNotepad 1.0.0.7 (Mar 8, 2016)

  • The feature Autocompletion now supports C#, C++, Lua, Visual Basic and SQL
  • Updated SQL Syntax Highlighter.
  • In ‘Help’, ‘Tips’ button was added, which displays a random tip (Clicking ‘Tips’ with CTRL key will display a window with all tips).
  • When saving file, filters were updated.
  • When opening a file with lines more than 10,000, StyledNotepad opens the file with binding mode on.
  • Window mode of Apache License Window, Changes Window and About Window has been changed into Tool Window.
  • Fixed a bug where Autocompletion for Visual Basic didn’t appear.
  • Find (& Replace) windows also supports themes.
  • Find (& Replace) windows became more beautiful.
  • Fixed a bug where StyledNotepad did not display CHANGES.txt on first time opening.
  • Fixed a bug where StyledNotepad could not determine whether it was opened the first time or not.

New in StyledNotepad 1.0.0.6 (Mar 8, 2016)

  • The feature AutocompleteMenu now supports C#, C++, Lua and Visual Basic
  • The feature ToolTip Descriptions now supports C#, C++, Lua and Visual Basic
  • Updated Lua Syntax Highlighter.
  • IME is now disabled by default (due to a very poor performance of FastColoredTextBox), but can still be tweaked in Preferences.
  • ToolTip Description now appears when typing.
  • Custom theme (StyledNotepad Custom Theme Builder) feature was added.
  • Better looking ToolTips (Based on http://www.codeproject.com/Articles/42050/ToolTip-With-Image-C)
  • Added Third-Party Sources window.
  • When user presses ‘Enter’, ‘Space’ or a symbol (such as semicolons) and the Autocompletion window is open, StyledNotepad will automatically complete the word with the input.
  • Fixed a bug that still changes the setting when you press ‘Cancel’ in Preferences.
  • Fixed a bug where ‘Reset’ in Preferences actually does not reset properly.
  • StyledNotepad now includes an installer. (Installable version)
  • StyledNotepad comes with come new themes (external .sntheme file).

New in StyledNotepad 1.0.0.5 (Mar 8, 2016)

  • sn.themes.dll theme extensions file has been removed, but the themes are still available in sn.customizations.dll.
  • Add preferences window, where users can change settings easily in one place.
  • Deleted disabled language items in ‘LANGUAGE’ menu because they didn’t really do anything

New in StyledNotepad 1.0.0.4 (Mar 8, 2016)

  • Better and improved Find (& Replace) window.
  • Fixed minor bugs in the modified FastColoredTextBox highlighters (now 0.0.0.2).
  • Fixed a ‘System.NullReferenceException’ bug when opening a file with an argument.
  • On ToolStrip, Cut, Copy, Paste, Find and Find & Replace buttons were added.
  • In ‘HELP’ menu, ‘Visit StyledNotepad Home’ button was added. In ‘EDIT’ menu, ‘Find & Replace’ button was added.
  • In ‘LANGUAGE’ menu, language changing buttons now show the current language applied (There will be a checked sign).
  • In ‘TOOLS’ menu, Users are able to enable and disable Autocompletion and Syntax Highlightion features.
  • In ‘Theme’ menu (Under ‘TOOLS’), theme changing buttons now show the current theme applied (There will be a checked sign).
  • When opening a file, StyledNotepad now automatically detects the language.
  • FastColoredTextBox now supports IME.
  • Custom syntax highlighting (StylesNotepad Custom Language Builder) feature was added.
  • File browser now filters supported files.
  • A StatusStrip was added on the bottom of the editor.
  • When opening StyledNotepad the first time, it starts with CHANGES.txt

New in StyledNotepad 1.0.0.3 (Mar 8, 2016)

  • The feature AutocompleteMenu now supports C# and C++.
  • The feature ToolTip Descriptions now supports C# and C++

New in StyledNotepad 1.0.0.2 (Mar 8, 2016)

  • StyledNotepad now starts maximized for convenience.
  • On the MenuStrip, ‘WINDOW’ menu is newly added, including FullScreen, Maximize, Normalize and Minimize modes.

New in StyledNotepad 1.0.0.1 (Mar 8, 2016)

  • New features in FastColoredTextBox:
  • Autocompletion (AutocompleteMenu) – AutocompleteMenu displays a drop-down menu that you can press ‘Enter’ and input. Available Languages: C#
  • Keyword Database – StyledNotepad now has a library of keywords in programming languages. To use this feature, simply hover your mouse over a keyword and a ToolTip will display, with the description of selected keyword. Available Languages: C#