performance

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 9
Joined: Sun Jun 22, 2014 1:33 pm

performance

Post by m.ibng »

1.)What are the tips/tricks to speed up AkelPad? Anything from speeding up start up time, file loading time, editing, search/replace time, etc. is welcome.

2.) Do the displaying of line count, character count, selected lines, open files count, etc. on the status bar have performance effect? Character count for example is updated everytime you type or delete a character which means extra work by the program. For small files, the effect, if there is, may not be noticeable. I don't know for large files.

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

Post by KDJ »

m.ibng
#2
You can change the contents of the status bar using manual parameter StatusUserFormat.
To set manual parameters, can use script: AkelPadManualSettings.js

Offline
Site Admin
Posts: 6411
Joined: Thu Jul 06, 2006 7:20 am

Post by Instructor »

m.ibng
1. You have some problems with speed?
2. Noticing only for "%ob" parameter. Use it only if necessary because on large files can cause slowdown.
Post Reply