Andrew Borodin
|
7e33c12685
Show actual shortcuts in editor menu.
|
15 years ago |
Slava Zanko
|
14be06d050
Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h
|
15 years ago |
Ilia Maslakov
|
93f8b96b32
Ticket #1664 (Viewer: incorrect tabs alignment)
|
15 years ago |
Ilia Maslakov
|
b536c3e487
add option "Cursor beyond end of line" into "Options\General..." dialog (editor_beyond_eol in ini)
|
15 years ago |
Andrew Borodin
|
0c51aa5ae1
Fixed missed declaration of simple_statusbar variable.
|
15 years ago |
Andrew Borodin
|
6999a6123b
Fixed comments and copyright info.
|
15 years ago |
Andrew Borodin
|
fd09abaeb2
Hide private API of editor (#361).
|
15 years ago |
Ilia Maslakov
|
2dffac596d
Merge branch '327_simple_editor_status'
|
15 years ago |
Andrew Borodin
|
fb48d4a295
Small reorganization of MC and Editor menus.
|
16 years ago |
Mikhail S. Pobolovets
|
546b30008a
Simple statusbar mode for editor.
|
16 years ago |
Ilia Maslakov
|
854f214563
show line number in left part of screen (hotkey alt-n)
|
16 years ago |
Mikhail S. Pobolovets
|
3784f7253e
Warning fix: 'implicit declaration of function'
|
16 years ago |
Slava Zanko
|
2ebdf91079
Merge branch 'm-utf-8'
|
16 years ago |
Andrew Borodin
|
3c477cbdfd
Fixed editor menu reloading.
|
16 years ago |
Slava Zanko
|
74c8c748b3
internal editor: change search/replace dialogs:
|
16 years ago |
Ilia Maslakov
|
945d2183ac
fix: incorrect delete selected block if is utf-8 text
|
16 years ago |
Ilia Maslakov
|
7494db39ed
clear some build warnings
|
16 years ago |
Ilia Maslakov
|
42eba5c18c
fix some warnings
|
16 years ago |
Mikhail S. Pobolovets
|
1959b42fdc
Merge branch '252_doxygen_desc_src'
|
16 years ago |
Slava Zanko
|
ca7427cd35
edit/{editcmd.c,edit.h,edit.c}: remove catstrs() and freestrs() functions
|
16 years ago |
Ilia Maslakov
|
a93bb95872
Merge branch '303_block_shift_unshift'
|
16 years ago |
Slava Zanko
|
2390c46d06
Rename '*persistent_block*' to '*persistent_selection*' for more sence.
|
16 years ago |
Ilia Maslakov
|
3cc9aac553
Add load/save option editor_persistent_block to ~/.mc/ini;
|
16 years ago |
Ilia Maslakov
|
4ba7d47fba
Add edit_move_block_to_left, edit_move_block_to_right procedure for shift block.
|
16 years ago |
Ilia Maslakov
|
20c769b063
Add stack navigation structure. Add hotkeys A-'-' backward A-'=' forward navigation to files.
|
16 years ago |
Mikhail S. Pobolovets
|
6a209bdb59
Simple doxygen description for files in edit directory.
|
16 years ago |
Enrico Weigelt, metux IT service
|
c3a1d292fd
added patch from ticket 148
|
16 years ago |
Slava Zanko
|
8ebe7873c9
in file edit/edit.[ch]
|
16 years ago |
Pavel Tsekov
|
23361694b6
* src/background.c: Use the correct form of FSF's name in the copyright
|
17 years ago |
Pavel Tsekov
|
2cb049a9cb
* edit/edit.h (edit_move_to_prev_col): Declare the function to have
|
18 years ago |
Roland Illig
|
c29b321563
* edit.h: Removed the leading PATH_SEP_STR from EDIT_DIR, as the
|
19 years ago |
Roland Illig
|
9be77996d6
Replaced the
|
19 years ago |
Leonard den Ottolander
|
f21564b9e6
* edit/choosesyntax.c: Create file. Menu option to override syntax
|
19 years ago |
Roland Illig
|
073907ec5f
* usermap.c: Allow user-defined keyboard bindings for mcedit.
|
19 years ago |
Roland Illig
|
bf034f70e1
* edit.h: Added missing #include <stdio.h>.
|
19 years ago |
Pavel Roskin
|
1f60f44145
Update postal address of Free Software Foundation.
|
20 years ago |
Pavel Roskin
|
cd702593f6
* editwidget.c (edit_file): Move menu initialization ...
|
20 years ago |
Pavel Roskin
|
b5b70bce10
* edit.h: Eliminate global EditMenuBar. Fix all dependencies.
|
20 years ago |
Pavel Roskin
|
7511729690
* edit.h: Eliminate edit_message_dialog macro - it's used
|
20 years ago |
Pavel Roskin
|
d78556d3c5
* edit.h: Use D_ERROR for edit_error_dialog, D_NORMAL for query
|
20 years ago |
Roland Illig
|
ecc08f6c60
* edit.h: Removed unnecessary #include directives ...
|
20 years ago |
Roland Illig
|
db5eec4964
* edit.h: Reformatted #definitions.
|
20 years ago |
Roland Illig
|
e8e0035587
* edit.h: Removed catstrs, as it is only used in editcmd.c.
|
20 years ago |
Roland Illig
|
64eed6e12b
* edit.h (catstrs): Changed the return type to "const char *".
|
20 years ago |
Roland Illig
|
6dc6158ff1
* edit.h: Removed NO_INLINE_GETBYTE conditional. The name was
|
20 years ago |
Roland Illig
|
6f03d9bbd9
* edit.h: Renamed multiple inclusion guards that started with a
|
20 years ago |
Roland Illig
|
3c6a792d4b
* edit/edit.h: renamed edit() to edit_file() to avoid GCC shadow
|
20 years ago |
Roland Illig
|
243e84706e
* Code cleanup: Added const qualifier for variables and
|
20 years ago |
Pavel Roskin
|
90ae5d102d
* edit.c (edit_execute_key_command): Return void, the result is
|
21 years ago |
Pavel Roskin
|
8bc40b44f0
Fix includes not to rely on $(top_srcdir) being in the include path.
|
21 years ago |