Ilia Maslakov
|
4eba917c0c
Added field lb (kind of line break) into WEdit struct
|
15 years ago |
Ilia Maslakov
|
156b79609c
Ticket #1487 (Whole words search)
|
15 years ago |
Ilia Maslakov
|
7ef283975b
Ticket #1519 (Editor Search/Replace in selection only)
|
15 years ago |
Ilia Maslakov
|
4afee14f94
Ticket #1529 (remove search converter overhead)
|
15 years ago |
Ilia Maslakov
|
f4fc6ad79d
Ticket #1534 (cool cooledit)
|
15 years ago |
Andrew Borodin
|
fd09abaeb2
Hide private API of editor (#361).
|
15 years ago |
Slava Zanko
|
2ebdf91079
Merge branch 'm-utf-8'
|
16 years ago |
Slava Zanko
|
e12b9e50db
edit/editcmd.c, edit/editcmd_dialigs.c: added 'search in all charsets' feature
|
16 years ago |
Slava Zanko
|
74c8c748b3
internal editor: change search/replace dialogs:
|
16 years ago |
Slava Zanko
|
b2442d1b1e
Reorganize source structure: move search engine files into src/search subdir
|
16 years ago |
Slava Zanko
|
8fb216e732
Continue develop of mc_search module.
|
16 years ago |
Ilia Maslakov
|
c03c4de5cc
change charbuf to char from unsigned char
|
16 years ago |
Ilia Maslakov
|
0934b0643a
fix: width utf buffer
|
16 years ago |
Ilia Maslakov
|
95edc18aa8
add char charbuf[], int charpoint for multibyte input
|
16 years ago |
Ilia Maslakov
|
b5c4a9ddf2
add str_isutf8 return 1 if codeset_name is utf8 or utf-8
|
16 years ago |
Mikhail S. Pobolovets
|
6a209bdb59
Simple doxygen description for files in edit directory.
|
16 years ago |
Pavel Roskin
|
5da9a185c9
* edit.h: Make skip_detach_prompt unsigned. Otherwise, it
|
18 years ago |
Pavel Tsekov
|
2a7a8fa19d
* edit/edit-widget.h (struct WEdit): Add new field.
|
19 years ago |
Roland Illig
|
f9df117df1
* edit-widget.h: Changed bit fields of length 1 from signed to
|
19 years ago |
Roland Illig
|
073907ec5f
* usermap.c: Allow user-defined keyboard bindings for mcedit.
|
19 years ago |
Pavel Roskin
|
071f70d0e9
* edit-widget.h: Revert signedness fixes. We need unsigned char
|
20 years ago |
Pavel Roskin
|
4adb9bfe13
* edit-widget.h: Use char instead of unsigned char to fix
|
20 years ago |
Roland Illig
|
6f03d9bbd9
* edit.h: Renamed multiple inclusion guards that started with a
|
20 years ago |
Pavel Roskin
|
8bc40b44f0
Fix includes not to rely on $(top_srcdir) being in the include path.
|
21 years ago |
Pavel Roskin
|
98950838b4
* dlg.h: Merge with ...
|
21 years ago |
Pavel Roskin
|
ad84a71c64
* edit-widget.h (struct WEdit): Add GTree *defines field.
|
21 years ago |
Pavel Roskin
|
cf9acd036e
* edit-widget.h: Resurrect "dir" field in WEdit to store
|
21 years ago |
Pavel Roskin
|
5ff5f8e9d1
* edit-widget.h: Add new field loading_done.
|
21 years ago |
Pavel Roskin
|
59593d0e1b
* edit-widget.h: Eliminate unused explicit_syntax field.
|
21 years ago |
Pavel Roskin
|
729a855b29
* edit-widget.h: Stop misusing "unsigned char" for boolean.
|
21 years ago |
Pavel Roskin
|
d88b75838a
* editlock.c, editlock.h: New files. Implement file locking in
|
22 years ago |
Pavel Roskin
|
d4336795e6
* edit.h: Make it easier to tweak buffer size and maximal number
|
22 years ago |
Andrew V. Samoilov
|
a132b94cf9
* edit-widget.h (struct macro): Move definition ...
|
22 years ago |
Pavel Roskin
|
0454cf6eb1
* edit.c: Use edit->stack_disable instead of static variable.
|
22 years ago |
Pavel Roskin
|
ceb3e9eb60
Comment fixes.
|
22 years ago |
Pavel Roskin
|
f2ccab3adc
* edit-widget.h: Remove "from_here" and "to_here".
|
22 years ago |
Pavel Roskin
|
dd7f5798fa
* edit.h: Remove "dir" field in WEdit - it's always an empty
|
22 years ago |
Pavel Roskin
|
75fbf0b2f5
* syntax.c: Make structures key_word, context_rule and
|
22 years ago |
Pavel Roskin
|
18de4488e3
* edit-widget.h: Move typedef WEdit and file names ...
|
22 years ago |
Pavel Roskin
|
7969f851bb
* edit.h: Decentralize includes.
|
22 years ago |
Pavel Roskin
|
63983758e0
* edit-widget.h: Add new field macro_depth to control depth of
|
22 years ago |
Pavel Roskin
|
221c35266c
* edit-widget.h: Eliminate ERROR_FILE.
|
22 years ago |
Andrew V. Samoilov
|
1e5b1bfde1
* edit-widget.h: Use PATH_SEP_STR.
|
23 years ago |
Pavel Roskin
|
944cfcffe6
* edit-widget.h: Change ~/.cedit to ~/.mc/cedit to keep mcedit
|
23 years ago |
Pavel Roskin
|
d1caf46603
* bookmark.c: Eliminate all code disabled for the text edition.
|
23 years ago |
Pavel Roskin
|
b44a4e19c6
Copy all necessary files from gtkedit.
|
23 years ago |