Paul Kulchenko
0729da3403
Added 'tomorrow' color theme.
2012-11-10 19:54:49 -08:00
Paul Kulchenko
9bdb1d016b
Added serialization of remote 'print' results and an output filter for debugging (helps #73 ).
2012-11-08 13:42:21 -08:00
Paul Kulchenko
4a881cf855
Added redirect of remote 'print' commands to the Output window in the IDE (helps #73 ).
2012-11-07 19:05:54 -08:00
Paul Kulchenko
a897472f05
Completed reorganization of front-end processing ( closes #67 and #5 ).
...
Moved specs/interpreters/tools to be loaded before configuration files are processed.
2012-10-29 22:48:02 -07:00
Paul Kulchenko
af02cb2c24
Added internationalization support ( closes #70 ).
2012-10-29 11:59:54 -07:00
Paul Kulchenko
16bb3cb6cb
Added key map to change key binding for menu and toolbar items from a config file ( closes #64 ).
2012-10-25 13:30:12 -07:00
Paul Kulchenko
bb60b9421c
Updated configuration example to avoid using ide.spec that is not available ( fixes #67 ).
2012-10-19 12:43:11 -07:00
Paul Kulchenko
dd682791e1
Updated changelog and documentation on configuration options.
2012-10-17 11:07:50 -07:00
Paul Kulchenko
fd92861998
Updated configuration examples to add editor settings and fix user.lua path.
2012-10-09 12:57:36 -07:00
Paul Kulchenko
8d4ce56619
Added Gideros integration and debugging support.
2012-09-30 21:49:52 -07:00
Paul Kulchenko
0f6316619f
Added configuration parameter for the number of characters typed before displaying auto-complete suggestions for dynamic words.
2012-09-24 17:01:23 -07:00
Paul Kulchenko
3e5f0ebf4d
Added examples for configuring tabs and moai entry points.
2012-09-07 09:11:01 -07:00
Paul Kulchenko
9bceb449e8
Added an IO filter to fix an issue with 0d0d0a line endings on Windows.
...
Scintilla doesn't strictly follow SetEOLMode setting and accepts both 0d
and 0d0a (and possibly 0a too) as line endings on Windows. Unfortunately,
the standard Lua interpreter does the right thing and only recognizes 0d0a
as the valid marker. This means line numbers are going to be different in
two cases, which creates a problem for breakpoints during debugging.
2012-08-31 15:48:37 -07:00
Paul Kulchenko
13be57ae39
Added an option to set path to lua executable
2012-08-16 17:32:43 -07:00
Paul Kulchenko
0abcff015e
Added moai interpreter
2012-08-02 17:51:32 -07:00
Jonathan Shieh
bf09d3748c
Added per user settings file.
...
Users can now move their settings file to ~/.zbs/user.lua
2012-08-01 10:54:40 +08:00
Paul Kulchenko
668cdcb4db
Added auto complete for love2d API
2012-06-25 14:47:21 -07:00
Paul Kulchenko
fc03c2843b
Fixed ability to set font encoding for 'Output' and 'Console' windows in the config
2012-06-10 16:01:24 -07:00
Paul Kulchenko
2abbad04ac
Added ability to set font encoding in the config
2012-06-10 15:40:14 -07:00
Paul Kulchenko
dbb392e009
Moved processing of user.lua to a later phase after tools and specs are
...
already loaded to allow modification of IDE configuration from `user.lua`.
Closes #5 .
Added example to user-sample.lua on how the configuration can be modified.
2012-06-09 18:57:11 -07:00