AkelPad 4.7.0 Released

English main discussion
Post Reply
  • Author
  • Message
Offline
Site Admin
Posts: 6311
Joined: Thu Jul 06, 2006 7:20 am

AkelPad 4.7.0 Released

Post by Instructor »

Changed: plugin architecture. Update plugins.
Changed: active column flashing minimized.
Changed: switch between commands 4212, 4213, 4214 without window split off.
Changed: command line parameter /quit terminates only own process.

Added: ability to display alternating lines in different colors.
Added: local storage of open links in a document and marking them with selected color.
Added: border draw of active line.
Added: ability to turn off active line painting without color change.
Added: now "AkelAdmin.exe" works until AkelPad process ends (UAC).
Added: now "AkelAdmin.exe" provides the ability to open protected file (UAC).
Added: settings for top and bottom edit window margins.
Added: command line method /Show() to show main window in specified style.

Fixed: text replacement in columnar selection.
Fixed: turn on word wrap when collapsed folds exist.
Fixed: highlight link under cursor.
Fixed: file could be saved in virtual store (UAC).
Fixed: opening a system file under a limited user using the x86 version of program (Windows x64).
Fixed: error in the program when exiting, if the last closed document has split windows, which was switched off earlier in this document, and the caret is not in the first window (PMDI).
Fixed: scrolling after window resplit (PMDI).
Fixed: on windows split enabled error may appear at program exit, if flag 256 of manual parameter "PaintOptions" is used.
Fixed: caret updating with using flag 256 of manual parameter "PaintOptions".


<<Download>>
Last edited by Instructor on Sun Dec 04, 2011 2:25 pm, edited 1 time in total.

KDJ
Offline
Posts: 1949
Joined: Sat Mar 06, 2010 7:40 pm
Location: Poland

Post by KDJ »

Instructor
Thanks for the command line parameter /Show().
Now we can call scripts with no visible AkelPad window:
AkelPad.exe /Show(0) /Call("Scripts::Main", 2, "WindowsList.js") /quit
Post Reply