1936 Commits

Author SHA1 Message Date
Yevgen Muntyan
2e129a8307 Compile-time option to disable tab history 2013-05-06 23:25:39 -07:00
Yevgen Muntyan
ba0fcbb9cc Do not undo on failed reload, it's not needed anymore 2013-05-04 22:00:57 -07:00
Yevgen Muntyan
53f1915cb0 Save print settings to a file 2013-05-04 11:05:48 -07:00
Yevgen Muntyan
869adcfe11 Got rid of MOO_*_COMPILATION macros, they are useless 2013-04-22 01:02:44 -07:00
Yevgen Muntyan
9dcf4ddd73 Do not crash on a format string with a single trailing % character 2013-04-22 00:48:17 -07:00
Yevgen Muntyan
d40d51e55f Visual studio project and fixes 2013-04-20 22:14:56 -07:00
Ryan
029b8716ef Added keyboard shortcuts for switching focus to the other split notebook in the editor 2012-11-05 07:52:24 +10:00
Ryan
5291fed278 Added keyboard shortcuts for switching between tabs solely within a view 2012-11-02 18:28:55 +10:00
Yevgen Muntyan
c05702aa7d Use appropriate encoding on load if BOM is present; added fake encodings which force writing BOM 2012-08-11 15:02:55 -07:00
Yevgen Muntyan
2633f6fc8f Backed out changeset b6d39195a726 2012-08-11 14:15:37 -07:00
Yevgen Muntyan
b46ab8dfe4 Do not open a second window for MooLua/window test 2012-08-11 01:24:22 -07:00
Yevgen Muntyan
73309f22d1 Reverting the change to close window when all documents are closed, it breaks too much 2012-08-11 01:15:32 -07:00
Yevgen Muntyan
c2453675f6 Close window when last document is closed, if there are other open windows 2012-08-05 07:46:52 +01:00
Yevgen Muntyan
0c38d806ad Show documents from all windows in Window menu 2012-08-05 07:23:14 +01:00
Yevgen Muntyan
16e3cee515 Some doc improvements 2011-12-29 01:47:32 -08:00
Yevgen Muntyan
2dd19b145c Fixed Run Python command 2011-12-28 23:36:25 -08:00
Yevgen Muntyan
e80e57a052 Do not drag text with Shift key pressed; instead make clicks and drags with Shift pressed inside selected text change selection in the same way as when clicking outside selected text. 2011-12-04 23:30:03 -08:00
Yevgen Muntyan
54c0b24afa Made Ctrl-Shift-O default shortcut for recent files dialog 2011-12-04 19:07:59 -08:00
Yevgen Muntyan
1b2f6e92cb Made medit theme default 2011-10-04 23:58:35 -07:00
Yevgen Muntyan
a5e7bff919 Fixed warnings about assigned but unused variable 2011-09-28 23:21:32 -07:00
Yevgen Muntyan
a6381e5b8a Fixed compilation with DISABLE_SINGLE_INCLUDES 2011-09-26 00:41:51 -07:00
Yevgen Muntyan
1dabddb412 Protobuf lang file from Pavel Artyomkin 2011-09-11 00:22:28 -07:00
Yevgen Muntyan
29eb6fc357 Removed bunch of unused variables 2011-09-10 23:51:30 -07:00
Yevgen Muntyan
426aadce04 Forgotten prototypes 2011-06-10 19:21:21 -07:00
Yevgen Muntyan
33bbf12fab Expose moo_edit_(un)?comment_selection() to bindings 2011-05-17 01:53:09 -07:00
Yevgen Muntyan
4ff9e484e7 Allow NULL for @info parameter in moo_edit_save_as() 2011-05-17 01:49:37 -07:00
Yevgen Muntyan
f994764467 Added back moo_editor_create_doc() for embedded editor users 2011-04-17 21:41:04 -07:00
Yevgen Muntyan
2ccf2904c2 Renamed moo_editor_create() back to moo_editor_create_instance() 2011-04-17 00:30:53 -07:00
Yevgen Muntyan
74208a5fb6 merge 2011-04-13 21:07:08 -07:00
Yevgen Muntyan
e7c8b5b0d1 Fixed 'Move to Split Notebook' menu item, 2011-04-13 21:06:41 -07:00
Yevgen Muntyan
54d417298c Use moo_edit_window_set_active_tab() to switch tabs 2011-04-10 23:23:53 -07:00
Yevgen Muntyan
b7bc44b84c Keep these files in the repository to avoid bootstrap problems 2011-03-28 02:32:36 -07:00
Yevgen Muntyan
081a59f6d3 Fixed few leaks 2011-03-06 21:11:18 -08:00
Yevgen Muntyan
b7ef016397 merge 2011-02-24 21:52:53 -08:00
Yevgen Muntyan
86bda13f62 Semicolon starts comment only if it's not preceeded by non-whitespace character 2011-02-24 21:52:19 -08:00
Yevgen Muntyan
335bf43e9a Removed moo_edit_is_clean(), there is moo_edit_get_clean() already 2011-02-05 22:20:54 -08:00
Yevgen Muntyan
69eb126aab Removed MOO_EDIT_IS_MODIFIED and MOO_EDIT_IS_CLEAN macros 2011-02-05 22:17:19 -08:00
Yevgen Muntyan
354928b525 Keep these files in mercurial, they are needed to bootstrap the build 2011-02-03 23:19:02 -08:00
Yevgen Muntyan
c7360a294d Updated po files; updated Russian translation 2011-01-29 22:46:19 -08:00
Yevgen Muntyan
e35dde9494 Renamed 'move to split view' action 2011-01-29 02:58:20 -08:00
Yevgen Muntyan
786c93efc1 Allow trailing zero bytes; some programs write it to files for some reason 2011-01-26 01:14:33 -08:00
Yevgen Muntyan
8efd43a677 If load code can't figure out the encoding, show the dialog which allows user to choose encoding 2011-01-26 01:09:17 -08:00
Yevgen Muntyan
b6513b4270 Renamed MOO_OPEN_* constants to MOO_OPEN_FLAG_* 2011-01-25 23:31:42 -08:00
Yevgen Muntyan
d15baaaad2 Fixed bunch of memory leaks 2011-01-25 03:17:10 -08:00
Yevgen Muntyan
7ce6aa6234 Output parent classes 2011-01-25 02:25:35 -08:00
Yevgen Muntyan
b12990ea31 Extra arguments for moo_open_info_new and moo_reload_info_new 2011-01-25 02:10:52 -08:00
Yevgen Muntyan
8cb71ec3f8 Implemented keyword arguments for Lua 2011-01-25 01:55:18 -08:00
Yevgen Muntyan
5578dc8f19 Fail early for remote files; do not scroll to line saved in recent file info on reload 2011-01-25 00:28:24 -08:00
Yevgen Muntyan
d5ec5c4838 More docs 2011-01-24 03:39:56 -08:00
Yevgen Muntyan
bf5655c0bc Document even less stuff 2011-01-24 03:21:24 -08:00