Paul Kulchenko
fcb7d2a2ad
Updated formatting.
2014-05-29 12:13:21 -07:00
Paul Kulchenko
83b69ad8e8
Fixed auto-complete to not offer the word the cursor is on.
2014-05-29 11:47:50 -07:00
Paul Kulchenko
a6db07d8e1
Fixed hiding auto-complete when the only option matches what's typed.
2014-05-29 10:35:13 -07:00
Paul Kulchenko
44f8d42156
Increase font size for code fragments in markup ( #305 ).
2014-05-29 09:50:07 -07:00
Paul Kulchenko
b9a1bf27ac
Fixed an error when all editor tabs are closed.
2014-05-29 09:49:19 -07:00
Christoph Kubisch
1a673ba7e5
glslc: change domain detection to be compatible with file.comp.glsl and file.tese
2014-05-29 12:15:55 +02:00
Paul Kulchenko
c21746f1a7
Added onEditorUserlistSelection event for userlist selection ( #166 ).
2014-05-28 17:11:37 -07:00
Paul Kulchenko
41c38d0bcb
Added onEditorAction event for cut/copy/paste actions ( #166 ).
2014-05-28 17:10:58 -07:00
Paul Kulchenko
a5cd585bcc
Added package GetEditorWithFocus method ( #166 ).
2014-05-28 17:04:49 -07:00
Paul Kulchenko
c2c631c03e
Merge branch 'master' of https://github.com/Yonaba/ZeroBraneStudio into french-translation-update
2014-05-28 11:51:43 -07:00
Yonaba
285a599dc9
Updated french translation
2014-05-28 12:03:12 +00:00
Paul Kulchenko
f9903f3470
Updated menu items to stay enabled only when appropriate object has focus.
2014-05-27 22:17:56 -07:00
Paul Kulchenko
843a22e6e9
Reorganized menu shortcut conflict handling ( #233 ).
...
The earlier logic for shortcut conflict handling depended on the global
menu shortcut being always enabled, which prevented some shortcuts from
being disabled when needed. The new logic doesn't have that deficiency.
2014-05-27 22:09:53 -07:00
Paul Kulchenko
b90305efff
Removed handling of project dropdown in menu as it's no longer needed ( #305 ).
2014-05-27 22:03:16 -07:00
Paul Kulchenko
64a9f7c701
Fixed replace-in-files when saving backup copy is turned off.
2014-05-26 15:43:39 -07:00
Paul Kulchenko
64a68b443b
Added editor.extradescent option for line spacing ( #305 ).
2014-05-24 15:37:05 -07:00
Paul Kulchenko
8460abef86
Added centering of line on page after re-loading file with a known position.
2014-05-23 08:15:58 -07:00
Paul Kulchenko
63f76b6695
Fix re-indenting of anonymous functions in tables ( #324 ).
2014-05-22 08:02:10 -07:00
Paul Kulchenko
7d2884ebfe
Updated formatting.
2014-05-21 16:29:21 -07:00
Paul Kulchenko
4efc725211
Added re-indentation of selected fragment or entire file ( closes #324 ).
2014-05-21 16:29:04 -07:00
Paul Kulchenko
4d44f28a06
Added sorting of the entire file if nothing is selected.
2014-05-21 16:29:03 -07:00
Paul Kulchenko
804567f6c3
Updated indentation logic for if/elseif/while/for split into 2+ lines ( #324 ).
2014-05-21 16:28:20 -07:00
Paul Kulchenko
b811a8dd39
Updated indentation logic to ignore comments ( #324 ).
2014-05-21 16:28:09 -07:00
Paul Kulchenko
638bc477d7
Updating sorting to keep original line endings.
2014-05-20 18:38:58 -07:00
Paul Kulchenko
aa0ecdb4f4
Added Edit | Source sub-menu.
2014-05-20 18:37:55 -07:00
Paul Kulchenko
dc1990c7b9
Updated README with supported engines and installation instructions.
2014-05-19 14:38:03 -07:00
Paul Kulchenko
2e497bf831
Added centering line on page after bookmark navigation.
2014-05-18 21:08:37 -07:00
Christoph Kubisch
e087186def
treat unreal shaders as hlsl
2014-05-17 12:39:02 +02:00
Christoph Kubisch
715b7d06c4
simplified glslc usage (compile and link based on file extensions)
...
bugfix files with spaces
2014-05-17 11:53:28 +02:00
Paul Kulchenko
d68da68c4b
Fixed F2 shortcut not working in file tree and watch panel ( #233 ).
...
This is a workaround for a conflict between global shortcuts and local
shortcuts (like F2) used in the file tree or a watch panel.
Because of several issues on OSX (as described in details in this thread:
https://groups.google.com/d/msg/wx-dev/juJj_nxn-_Y/JErF1h24UFsJ ),
the workaround installs a global event handler that manually re-routes
conflicting events when the current focus is on a proper object.
Non-conflicting shortcuts are handled through key-down events.
2014-05-16 15:09:49 -07:00
Paul Kulchenko
83088fe798
Added GetProjectTree, GetWatch, and GetStack package calls ( #166 ).
2014-05-16 15:04:42 -07:00
Paul Kulchenko
1d9a043c25
Disabled changing toolbar color with auxwindow as it only works for the dropdown.
2014-05-15 14:41:54 -07:00
Paul Kulchenko
d67fcf931e
Fixed debugger compatibility with Lua 5.2 (Mobdebug 0.561).
2014-05-14 09:22:02 -07:00
Paul Kulchenko
379db00a5c
Added bookmark-toggle toolbar icon ( #233 ).
2014-05-13 22:11:00 -07:00
Paul Kulchenko
d65acb2d40
Updated breakpoint-toggle toolbar icon to better match other icons ( #305 ).
2014-05-13 22:09:56 -07:00
Paul Kulchenko
c7041940f3
Updated bookmark navigation to wrap around ( #233 ).
2014-05-12 21:44:31 -07:00
Paul Kulchenko
f7df30614d
Updated documentation for 0.60.
0.60
2014-05-11 19:37:27 -07:00
Paul Kulchenko
5db556849b
Upgraded Mobdebug (0.56).
2014-05-11 17:00:15 -07:00
Leo Bartoloni
471eaa9087
Added new italian translations
2014-05-11 21:38:11 +02:00
Paul Kulchenko
e54ee64d79
Updated default fonts for Windows and Linux for better looking ones ( #305 ).
2014-05-11 09:09:38 -07:00
Paul Kulchenko
45c83f73db
Merge branch 'copyfullpath' of https://github.com/sclark39/ZeroBraneStudio into copyfullpath
2014-05-10 15:46:26 -07:00
riidom
0ffd472396
Update de.lua
2014-05-10 21:10:24 +02:00
Paul Kulchenko
adaca47bf6
Updated language files with new messages ( #70 ).
2014-05-10 10:30:02 -07:00
Paul Kulchenko
d2d477b8f5
Added Russian translation for new messages ( #70 ).
2014-05-10 10:26:05 -07:00
Paul Kulchenko
3cfc5f65c2
Updated copyright messages.
2014-05-10 09:53:00 -07:00
Paul Kulchenko
1ce791700c
Updated Go To Line menu item and its translations.
2014-05-10 09:46:28 -07:00
sclark39
c28ef5000a
Adding Copy Full Path to editor tabs, and a Clear Output Window option to the Output tab
2014-05-09 23:40:14 -07:00
Paul Kulchenko
61bb92950a
Updated build scripts with a fix for a wxlua compilation issue ( #260 ).
2014-05-09 21:43:11 -07:00
Paul Kulchenko
b14198161e
Updated build prerequisites Linux install script.
2014-05-09 17:57:58 -07:00
Paul Kulchenko
ad2dd2e40e
Enabled editor width auto-adjustment when wrapping is off.
2014-05-09 17:56:59 -07:00