Age | Commit message (Collapse) | Author |
|
|
|
|
|
Can load and save from the menu now as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Can load and save from the menu now as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Utilize this with Java.
|
|
|
|
|
|
Any non-detected encoding that was not UTF-8 would cause an error on load since
it was treated as UTF-8.
|
|
Moved C code for saving/restoring state when switching buffers to Lua. Also
added saving of folding state.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Can open, save, and convert between different character encodings now.
|
|
|
|
|
|
Added 'textadept.iconv' function to interface with GLib's g_convert() and set
global _CHARSET to be the platform's filename encoding/code page.
|