aboutsummaryrefslogtreecommitdiff
path: root/core/locale.conf
AgeCommit message (Collapse)Author
2009-07-08Better session management.mitchell
Can load and save from the menu now as well.
2009-07-08Added 'Help' menu.mitchell
2009-06-20Try list of encodings to load if none was detected rather than just UTF-8.mitchell
Any non-detected encoding that was not UTF-8 would cause an error on load since it was treated as UTF-8.
2009-04-02Removed macro support; just use Lua for scripting.mitchell
2009-03-01Added support for multiple character encodings through g_convert().mitchell
Can open, save, and convert between different character encodings now.
2009-02-28Removed 'project' Project Manager browser.mitchell
2009-02-22Added key commands and menu items to navigate 'Find in Files' list.mitchell
2009-02-17Moved localization into a configuration file.mitchell