Paul Kulchenko
58f86894e9
Renamed menuformatrecentprojects to format.menurecentprojects ( #305 ).
2014-05-30 14:44:47 -07:00
Paul Kulchenko
8d965cca32
Updated autoanalyzer option to more common spelling (analizer -> analyzer).
2014-03-25 20:45:12 -07:00
Paul Kulchenko
bdbfd3d71a
Removed calltipbg attribute as it's replaced by calltip.bg.
2014-03-05 23:44:27 -08:00
Paul Kulchenko
afcbcfb522
Fixed syntax issues in definitions of IDE tables.
2014-02-28 22:45:03 -08:00
Paul Kulchenko
2d9683675b
Added handling of command line parameters ( closes #251 ).
2013-12-29 20:56:35 -08:00
Paul Kulchenko
aeb266c95b
Fixed using load.* commands in config files and reverted 4cb9ab/a8cfd2.
2013-11-19 16:44:57 -08:00
Christoph Kubisch
a8cfd219ce
bugfix to estrela loading behavior (disabled by last zbstudio merge), please update user.lua with content from estrela.lua
2013-11-19 15:58:02 +01:00
Paul Kulchenko
443f936ac6
Added debugger.redirect configuration option.
2013-09-02 21:07:48 -07:00
Paul Kulchenko
12525ad189
Added editor.saveallonrun configuration option.
2013-09-02 10:43:03 -07:00
Paul Kulchenko
69fae9a36c
Fixed using default interpreter when no interpreter is selected.
2013-09-02 10:32:47 -07:00
Paul Kulchenko
a91bba8bd0
Added editor.autoreload to enable reload of updated files (ref #172 ).
...
Thanks for Tim Mensch for suggestion and implementation.
2013-06-26 23:27:31 -07:00
Mika Attila
9e6ec10be9
Make code folding optional
...
Some users might consider code folding a needless distraction.
Several editors offer the option to turn code folding off.
This commit adds the editor.fold option, which is a boolean.
true enables code folding (default)
false disables code folding
2013-06-22 12:02:31 +02:00
Paul Kulchenko
b9ecfd9284
Added hidpi option to enable HiDPI/Retina display support ( closes #160 ).
2013-06-11 15:37:09 -07:00
Paul Kulchenko
398f3dee55
Added autoanalizer option for dynamic static analysis.
2013-05-25 22:15:40 -07:00
Paul Kulchenko
c2715040fe
Added nomousezoom option to disable zoom with mouse wheel in the editor.
2013-04-15 18:12:15 -07:00
Paul Kulchenko
1cd34e3853
Fixed incorrect type guessing from assignments in auto-complete.
2013-04-02 18:31:40 -07:00
crazybutcher
17948e06d8
introduce method handling for autocomplete and api resolving
2013-02-10 20:45:38 +01:00
Paul Kulchenko
486cccd1da
Added debugger.runonstart option to configure if debugging should run immediately after starting.
2013-02-09 20:21:58 -08:00
Paul Kulchenko
4a93f3e147
Added editor.checkeol option to configure checking for eol encoding in loaded files.
2013-02-09 16:10:14 -08:00
Fringale
557bb9cc6a
Enhance line-endings handling (CRLF / LF).
...
Fix auto-indent not working in Linux (and presumably Mac OS X).
Add config option to choose default EOL for new files.
Add EOL auto-detection for existing files.
2013-01-27 17:58:05 +01:00
Paul Kulchenko
818e5cf255
Added configuration option for compact folding.
2013-01-21 11:32:33 -08:00
Paul Kulchenko
466aecb4b8
Fixed an issue with spec files when a separator (sep) is not specified.
2013-01-15 10:58:01 -08:00
Paul Kulchenko
465ed72d51
Added an option to specify the width of the calltip.
2012-12-11 23:47:15 -08:00
Paul Kulchenko
614c43795a
Added GSL-shell support ( closes #72 ).
2012-11-29 20:45:39 -08:00
Paul Kulchenko
29e56be459
Fixed fold style to properly set background color.
2012-11-10 18:14:20 -08:00
Paul Kulchenko
7fea9b4ec7
Added Corona SDK support ( closes #73 ).
2012-11-06 22:35:14 -08: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
1a1f25c135
Added configuration option to specify hostname when the default one is not reachable ( fixes #68 ).
2012-10-21 13:53:42 -07:00
Paul Kulchenko
faa0e0e16d
Added auto-recovery to save/restore editor content ( fixes #23 ).
2012-10-19 13:59:55 -07:00
Paul Kulchenko
dd682791e1
Updated changelog and documentation on configuration options.
2012-10-17 11:07:50 -07:00
Paul Kulchenko
bba9790a2a
Added syntax aware indentation.
2012-10-09 12:04:44 -07:00
Paul Kulchenko
d68985c4a9
Added re/storing open files and interpreter when switching project folders.
2012-10-09 11:02:56 -07:00
Paul Kulchenko
67da97f32f
Disabled 'Run as Scratchpad' in the menu for those intepreters that don't support scratchpad.
2012-09-30 21:47:39 -07:00
Paul Kulchenko
89cc631a58
Added editor.autoactivate parameter (false by default) to specify if files should be opened by the debugger.
2012-09-27 09:18:01 -07:00
Paul Kulchenko
76ec0de7ab
Reorganized files and removed those that are no longer needed.
2012-09-26 20:00:58 -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
d6ee3d1278
Added calltip on mouseover for functions during editing and for variables/expressions during debugging
2012-08-20 11:18:15 -07:00
Paul Kulchenko
0abcff015e
Added moai interpreter
2012-08-02 17:51:32 -07:00
Paul Kulchenko
7bb74b5fb4
Fixed returning proper name for unsaved files in reporting compilation and static analysis results; moved default names to ide.config ( fixes #26 )
2012-08-01 16:30:35 -07:00
Paul Kulchenko
26d0908c89
Added scratchpad support for love2d
2012-07-03 13:00:18 -07:00
Paul Kulchenko
ac9c2e9a84
Added ability to interact with scripts by allowing text to be entered in the 'Output' window.
...
This is controlled by ide.config.allowinteractivescript variable".
The window is only activated and switched into read-write mode after
there is some output to it.
2012-06-08 13:07:48 -07:00
Paul Kulchenko
bc0e3190d4
Added style processing for font name, font size, visibility and hotspot attributes
2012-01-28 11:20:52 -08:00
Paul Kulchenko
c735b7476d
Added configuration and support for word wrap in the editor
2012-01-02 12:02:59 -08:00
Paul Kulchenko
a226c6e432
Documentation clean-up: added README, updated LICENSE, moved doc/ files
2011-12-19 22:37:13 -08:00