FileInfo.js
Added:
- percentage statistics,
- sorting details by statistics.
Fixed:
- statistics for binary files.
Posted: Sat Jul 02, 2016 8:12 pm
by KDJ
Instructor
AkelEdit.h wrote://AEM_GETLINENUMBER flags
#define AEGL_LINECOUNT 0 //Total number of text lines. If the control has no text, the return value is 1.
#define AEGL_FIRSTSELLINE 1 //First line of the selection.
...
#define AEGI_LINEFROMRICHOFFSET 20 //Line of the specified RichEdit offset. lParam is RichEdit offset (if -1 caret offset). Equivalent to EM_EXLINEFROMCHAR.
#define AEGI_UNWRAPLINEFROMRICHOFFSET 21 //Unwrapped line of the specified RichEdit offset. lParam is RichEdit offset (if -1 caret offset).
Constant names AEGI_LINEFROMRICHOFFSET and AEGI_UNWRAPLINEFROMRICHOFFSET are a little misleading.
LinesHideShow.js
Added: search with regular expressions.
Improved:
- now can hide the last line in document,
- if -hide=0 and Coder::CodeFold was previously running, it will be turned on.
Posted: Sun Jul 03, 2016 10:23 pm
by Instructor
KDJ wrote:Constant names AEGI_LINEFROMRICHOFFSET and AEGI_UNWRAPLINEFROMRICHOFFSET are a little misleading.
Corrected, thanks.
Posted: Thu Jul 07, 2016 7:51 pm
by KDJ
TabFont.js
Added: the height of tabs is adjusted to the height of characters (only in MDI mode, doesn't work in PMDI mode).
Posted: Tue Jul 19, 2016 4:34 pm
by KDJ
AkelPadManualSettings.js
Added: flag 128 in "PaintOptions" - unit of vertical scrolling is line (default is pixel).
Updated for AkelPad ver. 4.9.8.
Posted: Wed Jul 20, 2016 10:51 am
by KDJ
TextReplace_function.js TextReplace.js
Required: AkelPad 4.9.8 or later.
Added:
- service of bookmarks,
- counting in ranges.
- ReplaceWith function can return boolean value true/false (see description in TextReplace_function.js),
- option 'Disable "Undo"' for batch replace (less memory usage).
Changed:
- F1 key - show context menu if available (for edit controls and "Find" button),
- Ctrl+F1 - AkelHelp-*.htm.
Posted: Sun Jul 24, 2016 10:19 am
by InFive
а что, получается, что нет никакого скрипта по ассоциации файлов с AkelPad? а то скрипт от Андрея Аверина не работает...
благодарю за напоминание, оказалось, что он есть уже у меня, как-то я загружал его но не использовал, поэтому забыл... буду разбираться...
проверил, вроде работает... была проблема после ассоциации, при открытии файла xml вылетала ошибка что мол не найден файл, хотя он уже открыт... пришлось в реестре удалить для расширения xml ветку ddeexeс и теперь корректно открывается всё...