47 Commits

Author SHA1 Message Date
Yevgen Muntyan
e3c2711e87 New header mooeditor-private.h; new property MooEditor::focused-doc 2006-12-06 23:02:08 -06:00
Yevgen Muntyan
d42e8c419f Use "UTF-8" instead of "UTF8" charset name 2006-09-07 02:02:21 -05:00
Yevgen Muntyan
b2dfb96352 Try UTF8, then locale, then ISO*** 2006-08-09 18:41:32 -05:00
Yevgen Muntyan
147b99bf4f Do not try to open special files; do not try different encodings when error is not related to charset conversion 2006-06-23 03:42:08 -05:00
Yevgen Muntyan
f684470876 Macro for load_binary 2006-06-18 05:43:25 -05:00
Yevgen Muntyan
7e38b3e255 Loading binary files (disabled) 2006-06-18 03:38:28 -05:00
Yevgen Muntyan
eb7132c9eb Made moo_file_watch_monitor_* return monitor id, instead of boolean status 2006-06-17 00:54:04 -05:00
Yevgen Muntyan
c6ae2712e0 Include <unistd.h> conditionally 2006-06-13 00:58:44 -05:00
Yevgen Muntyan
79ef757208 Use gtk_text_buffer_get_slice instead of gtk_text_buffer_get_text 2006-06-09 14:27:08 -05:00
Yevgen Muntyan
6ee080f913 Removed emacs header 2006-05-21 18:11:05 -05:00
Yevgen Muntyan
ad941da0f4 "medit nonexistingfile" now creates a new file instead of showing error message 2006-05-04 02:30:32 -05:00
Yevgen Muntyan
9248d65685 Added filename to warning message 2006-05-02 21:28:25 -05:00
Yevgen Muntyan
24cdeb9c35 Prefixed private functions with underscore 2006-04-28 20:22:03 -05:00
Yevgen Muntyan
85d4d05532 Load one big chunk of text at once 2006-04-28 19:39:30 -05:00
Yevgen Muntyan
2281752145 Use case-insensitive comparison for encodings 2006-04-26 14:11:38 -05:00
Yevgen Muntyan
6c5f8f70d0 Unset highlighting when loading 2006-04-26 14:08:58 -05:00
Yevgen Muntyan
40faa284ba Removed a bit of junk 2006-04-05 15:29:45 -05:00
Yevgen Muntyan
4448f204ab Detect line ends type for saving, and use \n only in the buffer 2006-04-05 13:55:48 -05:00
Yevgen Muntyan
b6356d5044 Don't say "failed to create mapped file" twice 2006-03-17 03:20:13 -06:00
Yevgen Muntyan
de49e7f062 r1325@celeron: muntyan | 2006-02-23 01:56:57 -0600
Copyright notice
2006-02-23 14:03:17 +00:00
Yevgen Muntyan
7cef5d4937 r1202@localhost: muntyan | 2005-11-30 04:45:32 -0600
Some stuff for gtk-2.4
2005-11-30 16:46:02 +00:00
Yevgen Muntyan
cefa49f04d r1166@localhost: muntyan | 2005-11-28 15:07:44 -0600
XXX comment
2005-11-29 03:08:12 +00:00
Yevgen Muntyan
34b4e213e2 Drop file watch on delete 2005-11-16 11:23:49 +00:00
Yevgen Muntyan
2a7a98a47d Merged undo-mgr in; fixed watching modified state of buffer
svn merge -r 903:916 svn+ssh://svn.berlios.de/svnroot/repos/ggap/moo/branches/undo-mgr
2005-11-15 05:56:39 +00:00
Yevgen Muntyan
3d2f1d7598 Renamed methods 2005-11-11 20:09:30 +00:00
Yevgen Muntyan
2914ff8917 Move cursor back on reload 2005-11-10 07:15:16 +00:00
Yevgen Muntyan
d16c706645 Flush iochannel before shutting it down. 2005-11-04 08:42:40 +00:00
Yevgen Muntyan
54717aa0ec Empty changelog 2005-11-04 01:35:22 +00:00
Yevgen Muntyan
eaf27307ef Empty changelog 2005-11-03 06:47:53 +00:00
Yevgen Muntyan
9560b08e04 Empty changelog 2005-11-02 04:41:09 +00:00
Yevgen Muntyan
6713b65477 Little cleanup 2005-10-31 22:58:01 +00:00
Yevgen Muntyan
14d3defbc1 Merging syntax-hl branch -r 493:683 into the trunk 2005-10-13 14:08:18 +00:00
Yevgen Muntyan
1acf66ac30 Added a bit of encodings stuff - just a band aid for now 2005-09-16 23:45:55 +00:00
Yevgen Muntyan
c51a1b785f Removed trailing spaces; removed kate mode strings 2005-09-09 09:54:58 +00:00
Yevgen Muntyan
d5d45cd1fe Updated GtkSourceView to 1.4.1; moved my stuff from GtkSourceBuffer and GtkSourceView into MooTextBuffer and MooTextView 2005-09-09 09:40:10 +00:00
Yevgen Muntyan
8c1aa0b0d3 Plugin madness continues 2005-09-07 11:19:26 +00:00
Yevgen Muntyan
b402d70068 Started implementing indentation 2005-09-06 16:21:05 +00:00
Yevgen Muntyan
3459df9435 Added gmappedfile.[ch] from glib-2.8 2005-09-06 05:36:44 +00:00
Yevgen Muntyan
2fe2f2abe0 MooEdit::has-text, MooEdit::has-selection 2005-09-03 22:48:05 +00:00
Yevgen Muntyan
a0a60e0a94 Continuing rewriting of MooEditor and friends; now it builds 2005-09-03 06:25:43 +00:00
Yevgen Muntyan
a564eb87a4 Started rewriting editor 2005-09-02 23:27:25 +00:00
Yevgen Muntyan
0b11c486f5 Added displaying basenames with tooltips in recent files menu 2005-07-31 04:28:41 +00:00
Yevgen Muntyan
55e4ad7806 Added recent files menu 2005-07-30 22:15:13 +00:00
Yevgen Muntyan
7cb4edd0a7 Started doing files stuff in MooEditor 2005-07-29 15:25:29 +00:00
Yevgen Muntyan
2e4ced9836 Added file filters for Open dialog 2005-07-29 11:51:36 +00:00
Yevgen Muntyan
b87a050f78 Made MooPrefs use xml file format; started MooEditFileMgr for recent files and file filters 2005-07-28 19:25:10 +00:00
Yevgen Muntyan
b26546872f Initial import 2005-06-22 18:20:32 +00:00