aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-26Note ncurses compatibility with scrolling long lines; doc/14_Appendix.mdmitchell
2012-07-26Added notes on compiling ncurses version; doc/12_Compiling.mdmitchell
2012-07-26Fixes to compile ncurses version on Mac OSX.mitchell
2012-07-26More ncurses compatibility notes; doc/14_Appendix.mdmitchell
2012-07-26Compile scintillua with NCURSES flag when necessary; src/Makefilemitchell
2012-07-23No need for PLAT_* flags; src/textadept.cmitchell
2012-07-23Disable menus in ncurses for now; modules/textadept/menu.luamitchell
2012-07-21Updated Lua Adeptsense.mitchell
2012-07-21Link to gtdialog documentation in LuaDoc; core/gui.luamitchell
2012-07-21Updated modules/textadept/menu.lua with new API.mitchell
2012-07-21More Lua code cleanup and API changes.mitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
Also updated to Scintilla 3.2.1.
2012-07-21Lua code cleanup and API changes.mitchell
2012-07-19Note insert mode caret compatibility with ncurses; doc/14_Appendix.mdmitchell
2012-07-19Cycle through api docs with the same command; modules/textadept/adeptsense.luamitchell
2012-07-18Synchronize copy-paste buffer between Scintilla and CDK widgets.mitchell
2012-07-17Added function to check if a localized message exists; core/locale.luamitchell
2012-07-17Remove mnemonics from localized ncurses strings; core/locale.luamitchell
2012-07-17Note marker compatibility with ncurses.mitchell
2012-07-16Added ncurses compatibility notes to the manual Appendix.mitchell
2012-07-16Code cleanup.mitchell
2012-07-16Support highlight word markers in ncurses; modules/textadept/editing.luamitchell
Indicator boxes are not shown since they are overwritten when drawing the text lines.
2012-07-16Support bookmarks in ncurses; modules/textadept/bookmarks.luamitchell
2012-07-16Reverted r1189; ncurses command entry key command is M-C again.mitchell
2012-07-15Added notes on the included version of CDK for ncurses; doc/12_Compiling.mdmitchell
2012-07-15Include CDK directly instead of requiring it as a dependency.mitchell
2012-07-15Changed ncurses command entry key command from M-C to M-E.mitchell
2012-07-14Use text "images" for ncurses Adeptsense lists; modules/textadept/adeptsense.luamitchell
2012-07-14Enable additional selection typing in ncurses; themes/term/view.luamitchell
2012-07-13Redirect stderr to avoid drawing to the ncurses window; src/textadept.cmitchell
2012-07-13Updated documentation on compiling.mitchell
Thanks to Bill Meahan for help with compiling on BSD.
2012-07-13Fixes to compile textadept-ncurses on BSD; src/Makefilemitchell
2012-07-12Refresh the ncurses Scintilla window on startup; src/textadept.cmitchell
2012-07-12Fixed bug with running commands in the ncurses command entry; src/textadept.cmitchell
CDK appears to have a bug in that it cannot register an 'Enter' keypress if KEY_TAB is bound. Compensate by binding KEY_ENTER to run the command.
2012-07-12Fixed bug in highlighting found text in ncurses; src/textadept.cmitchell
2012-07-12Restore termios after running CDK widgets; src/textadept.cmitchell
2012-07-12Handle terminal resizes in ncurses; src/textadept.cmitchell
2012-07-10Fixes to compile on BSD.mitchell
2012-07-09Ignore Fn-key combinations on Mac OSX.mitchell
GTKOSX passes a keycode that confuses Scintilla, which inserts a 'DLE' char.
2012-06-29Added tag textadept_5.5_beta for changeset 05097d98647cmitchell
2012-06-29Correctly cross-compile LuaJIT for Mac OSX.mitchell
2012-06-29Updated CHANGELOG.md.mitchell
2012-06-29Updated manual; doc/01_Introduction.mdmitchell
2012-06-29Updated manual for cross-compiling on OSX; doc/12_Compiling.mdmitchell
2012-06-29Support cross-compiling for Mac OSX; src/Makefilemitchell
2012-06-28Fixed typo; doc/02_Installation.mdmitchell
2012-06-28Remove '32' from i386 executable names in package; src/Makefilemitchell
2012-06-28Fix compiling on Mac OSX and building release packages; src/Makefilemitchell
2012-06-28Disable font locking in Scintilla; src/Makefilemitchell
Since Textadept is not multi-threaded, there no need for font locking. This was never available in Windows anyway with no issues being reported.
2012-06-28Can create build environment in /tmp and build individual packages; src/Makefilemitchell