Paul Kulchenko
d9fdbe0745
Added support for packages in config files ( #166 ).
2014-05-08 14:50:38 -07:00
Paul Kulchenko
905d9cd75d
Fixed Corona interpreter to clean debugger in plugin folder (Win).
2014-05-08 14:49:33 -07:00
Paul Kulchenko
d68b84f862
Added formatting for Recent Projects menu ( #305 ).
2014-05-07 18:22:53 -07:00
Paul Kulchenko
1e7f5de4db
Updated default indicator color to more neutral one ( #305 ).
2014-05-07 10:15:31 -07:00
Paul Kulchenko
87d116a1c3
Fixed missing event parameter in onFiletreeActivate handler ( #166 ).
2014-05-07 09:59:56 -07:00
Paul Kulchenko
33b4641b63
Fixed file tree activation of a deleted file.
2014-05-07 09:59:27 -07:00
Paul Kulchenko
9efb4454e4
Enable retina support (hidpi=true) by default on OSX ( #305 ).
2014-05-07 09:58:57 -07:00
Paul Kulchenko
02f7e24d33
Updated OSX build script to use 10.7 SDK with 10.6 min-version ( #260 ).
2014-05-07 09:58:44 -07:00
Paul Kulchenko
e001386383
Reordered markers to keep the curent line marker on top ( #305 ).
2014-05-05 17:39:28 -07:00
Paul Kulchenko
9257c03b07
Updated Mobdebug (0.555) to add support for pause debugger call.
2014-05-05 14:31:50 -07:00
Paul Kulchenko
6216ac37a2
Updated lua interpreter to remove caching of executable path.
...
This allows updating `path.lua` from project config or changing
it without IDE restart.
2014-05-05 14:30:08 -07:00
Paul Kulchenko
476aa9d90a
Added Detach process command to stop debugging and continue process.
2014-05-05 11:30:41 -07:00
Paul Kulchenko
c665a0cc5c
Updated resetting pid only after completing non-debbugged process.
...
This changes the logic introduced by 78c44e60 as it interfered with
`done()` call from the debugger that prevented properly handling of
a process that stopped debugging, but continued execution.
2014-05-04 22:09:58 -07:00
Paul Kulchenko
96397e66c5
Adjusted code color in the comment markup for better visibility ( #305 ).
2014-05-04 14:46:34 -07:00
Paul Kulchenko
758c5a8187
Added re/docking of Watch/Stack notebooks on tab background doubleclick ( #305 ).
2014-05-02 14:45:37 -07:00
Paul Kulchenko
52e02f087c
Updated formatting.
2014-05-02 14:36:34 -07:00
Paul Kulchenko
a02437dee1
Added bookmark handling ( closes #233 ).
2014-05-02 14:24:31 -07:00
Paul Kulchenko
3cd754b6b9
Removed Clear Dynamic Words menu as it's rarely used.
2014-05-02 14:19:42 -07:00
Paul Kulchenko
9a8f870ae4
Fixed switching to full screen and restoring status bar on OSX (ref #305 ).
2014-05-02 10:31:08 -07:00
Paul Kulchenko
ea5b78707d
Added Clear items to the Recent Files menu (ref #305 ).
2014-05-01 21:33:13 -07:00
Paul Kulchenko
1d8b02bb41
Added recent files dropdown to the toolbar (ref #305 ).
2014-05-01 17:52:36 -07:00
Paul Kulchenko
83f52d0a57
Merge branch 'filetree-simplified'
2014-05-01 17:14:03 -07:00
Paul Kulchenko
d807accec2
Added applying new UI settings after upgrade (ref #305 ).
2014-05-01 17:11:31 -07:00
Paul Kulchenko
430469ab3a
Removed the gripper on the toolbar (ref #305 ).
2014-04-30 22:39:02 -07:00
Paul Kulchenko
e8978d8e89
Switched to plain background for the toolbar (ref #305 ).
2014-04-30 22:38:39 -07:00
Paul Kulchenko
aa0a0f8520
Updated shortcut for Recent File navigation (ref #305 ).
...
`Ctrl-<` and `Ctrl->` was a bad choice as it actually requires pressing
`Ctrl-Shift-,` and `Ctrl-Shift-.` on OSX (although it works without
`Shift` on Windows). Updated to `Ctrl-,` and `Ctrl-.` to use the same
shortcuts on all platforms.
2014-04-30 21:10:10 -07:00
Paul Kulchenko
c089037e26
Added toolbar button dropdown with recent projects (ref #305 ).
2014-04-30 20:22:16 -07:00
Paul Kulchenko
cf67ab3b6a
Added Choose Project Directory to the toolbar (ref #305 ).
2014-04-30 17:10:22 -07:00
Paul Kulchenko
5beccc0498
Updated application icons (ref #305 ).
2014-04-30 16:30:31 -07:00
Paul Kulchenko
1e0e286682
Switched to AuiToolBar as it provides buttons with dropdowns (ref #305 ).
2014-04-30 14:50:13 -07:00
Paul Kulchenko
b895f51beb
Updated stack/watch panel captions to be invisible (ref #305 ).
2014-04-30 14:48:37 -07:00
Paul Kulchenko
4e5356670b
Updated interpreters to check ProgramFiles env variable on Windows.
...
This helps with locating executables for a localized OS.
2014-04-29 21:59:04 -07:00
Paul Kulchenko
7cbf2f99f6
Moved Project Directory menu item lower to not activate on OSX (ref #305 ).
2014-04-29 21:57:48 -07:00
Paul Kulchenko
84d7928b94
Disallowed closing Output/Console/Project tabs ( fixes #310 ).
2014-04-29 16:09:04 -07:00
Paul Kulchenko
37b73d6c49
Added floating/docking of notebooks on tab background doubleclick (ref #305 ).
2014-04-28 18:01:51 -07:00
Paul Kulchenko
f1b74b9c2f
Reduced sash (border between subsections) in all notebooks (ref #305 ).
2014-04-28 18:01:50 -07:00
Paul Kulchenko
9449650d47
Updated panel captions to be invisible (rev #305 ).
2014-04-28 18:01:49 -07:00
Paul Kulchenko
b3bc39a8d5
Removed project selection dropdown from the filetree (ref #305 ).
2014-04-28 18:01:47 -07:00
Paul Kulchenko
ab4ae3e281
Updated 'window unhide' logic (Windows only) to be called less frequently.
2014-04-28 17:27:25 -07:00
Paul Kulchenko
18dadbc001
Updated love2d interpreter to not hide the application window.
2014-04-28 17:25:30 -07:00
Paul Kulchenko
b4f0635ab7
Fixed right-click handling in filetree on OSX broken by 3709f61f (ref #166 ).
2014-04-28 12:04:16 -07:00
Paul Kulchenko
9a4ed47179
Updated file sorting to be case-insensitive on all platforms.
2014-04-27 23:02:09 -07:00
Paul Kulchenko
c314996902
Added Recent Project menu refresh after switching projects (ref #305 ).
2014-04-26 16:14:24 -07:00
Paul Kulchenko
3a49e4c37d
Updated filetree menu to use 'Edit Project Directory' on root element ( #305 ).
2014-04-25 23:28:35 -07:00
Paul Kulchenko
23a874b5ae
Added setting project directory by renaming the filetree root element ( #305 ).
2014-04-25 23:26:26 -07:00
Paul Kulchenko
92b88a8d26
Added filetree popup menu with the list of projects (ref #305 ).
2014-04-24 22:35:27 -07:00
Paul Kulchenko
3a8cb8aa42
Disabled current project on the recent projects list (ref #305 ).
2014-04-24 22:34:59 -07:00
Paul Kulchenko
08d1d9f1f8
Added 'Recent Projects' menu (ref #305 ).
2014-04-24 21:48:48 -07:00
Paul Kulchenko
95fcf4aa79
Updated love2d API to fix typos in descriptions (ref #247 ).
2014-04-24 21:20:09 -07:00
Paul Kulchenko
9c47414635
Updated love2d API for v0.9.1 (ref #247 ).
2014-04-24 19:46:41 -07:00