Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
According to the gtk+ Bugzilla, Mac OSX implements its own resize grip. So the
grip the GtkStatusBar has conflicts with the OSX one and weird stuff happens.
This should be fixed in a later version of the GTK-OSX framework.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If buffer.shows_errors, double-click should go to the error as well. Also, if
the buffer's filename doesn't exist, don't Run or Compile it.
|
|
|
|
|
|
Earlier textadept.print() printed to the error buffer. Now it prints to its own
message buffer. Additional textadept.print() calls print to that same buffer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added 'local textadept = _G.textadept' to all Lua modules, themes, etc.
Added more locals to core/ext/keys.lua for speed improvement.
Reformatted some Lua modules to the earlier standard committed.
|
|
|
|
|
|
|
|
|
|
All Textadept messages are in core/locale.lua which provides the new
'textadept.locale' module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|