1954 Commits

Author SHA1 Message Date
Yevgen Muntyan
44361d1c34 Add credits 2014-11-30 15:44:42 -08:00
Yevgen Muntyan
72c3580fbb Do remove autosync timeout on close 2014-11-30 15:27:20 -08:00
Ulrich Eckhardt
6b94686b55 Start sync callback on any change, not just when the modified flag changes. 2014-11-19 22:06:47 +01:00
Ulrich Eckhardt
7db3f0e361 Use the setup flag to determine whether to autosync files. 2014-11-16 16:03:19 +01:00
Ulrich Eckhardt
3fbfaba30d Add a flag in the settings to configure autosync. 2014-11-16 15:35:24 +01:00
Ulrich Eckhardt
c453c5c67c Demand a filename for new files on creation. 2014-11-16 13:51:53 +01:00
Ulrich Eckhardt
38b22f69d0 Use a delayed callback to write the modified document back to disk. 2014-11-16 16:13:57 +01:00
Ulrich Eckhardt
45d9cf5ebf Save document on modification. 2014-11-14 23:43:54 +01:00
Ulrich Eckhardt
ea8713c43f Reload editor content on file change, close editor on file deletion. 2014-11-15 01:16:21 +01:00
Yevgen Muntyan
2b095ba318 Clarify the behavior of get_pos_at_line_end() 2014-03-20 11:24:41 -07:00
Yevgen Muntyan
961ca74613 More script documentation 2014-03-20 11:22:54 -07:00
Yevgen Muntyan
473f06bedf Explicitly say that index is 0-based in python (1-based in Lua) 2014-03-20 10:36:27 -07:00
Yevgen Muntyan
bd37f6dd11 Revert m4.lang, it highlights AC_GNU_SOURCE and other macros as errors 2013-12-06 17:08:16 -08:00
Yevgen Muntyan
0b75b432f1 Disable substitution and transliteration context, debian bug 685798 2013-12-06 17:05:31 -08:00
Yevgen Muntyan
90cc01d08a Updated lang files from gtksourceview 2013-12-06 17:03:17 -08:00
Yevgen Muntyan
0ee8041ba3 Updated translator comments 2013-12-06 09:22:39 -08:00
Yevgen Muntyan
e6b6e0373b Fix compilation with new glib and gcc 2013-12-05 16:23:46 -08:00
Yevgen Muntyan
45aa79c4e1 Do use encoding with BOM after it was detected 2013-05-11 22:09:08 -07:00
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