1924 Commits

Author SHA1 Message Date
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
Yevgen Muntyan
596881771b Document less stuff 2011-01-24 03:13:09 -08:00
Yevgen Muntyan
71b0321881 Renamed get_doc to get_doc_for_file and get_doc_for_path to get_doc 2011-01-24 03:13:01 -08:00
Yevgen Muntyan
33ce712993 Made moo_(open|save)_info_new take filename instead of GFile 2011-01-24 02:41:42 -08:00
Yevgen Muntyan
92c0da1633 More tests 2011-01-23 12:28:12 -08:00
Yevgen Muntyan
d80f9b90a9 Removed 'mixed' line end type, it was broken 2011-01-22 21:55:40 -08:00
Yevgen Muntyan
d896acf220 Docs for MooEditStatus 2011-01-22 20:56:53 -08:00
Yevgen Muntyan
4a8c3079c3 Made MOO_LE_DEFAULT an enum value instead of define 2011-01-22 20:14:48 -08:00
Yevgen Muntyan
3ed115e2d7 More docs 2011-01-22 17:40:22 -08:00
Yevgen Muntyan
8ba9cdb8ff Bind less methods in Lua 2011-01-22 03:21:42 -08:00
Yevgen Muntyan
3f2ea3016e moo_edit_window_close() 2011-01-21 21:36:49 -08:00
Yevgen Muntyan
a9fe1c0c41 Emit window's before-close before editor's before-close-window 2011-01-21 21:36:21 -08:00
Yevgen Muntyan
201fa48a8d Check that glib-mkenums doesn't change his mind and lose or change enums 2011-01-21 21:04:33 -08:00