Going back to my previous editor

English main discussion
Post Reply
  • Author
  • Message
Offline
Posts: 23
Joined: Sat Sep 13, 2014 10:35 am

Going back to my previous editor

Post by Azev »

Hi, I've tried Akelpad for two months now. Even though I liked it very much I'm switching back to Notepad++

Here is Why:

Thrustworthiness
This is the second time I was editing some code and the computer crashed (unrelated to Akelpad). After coming back from reboot all my code was gone. Akelpad filled the code I was writting with 0x00 (null characters). (And no, I don't use the save backup plugin because it doesn't justify Akelpad corruption of files and the plugin is low configurable). So I should be careful with my backup because Akelpad can't handle system crashes and will corrupt my files?

3rd party plugins reliance
Akelpad is too dependent on 3rd party plugins/scripts to become a good editor. The core project should be more extensive in its basic features and less dependent on plugins.

See the example of Foobar2000, what a disaster it become: a very nice program that become too reliant to plugins for features that should be core in the main project. Today, mostly FB2K's plugins developers abandoned their project and their plugins become incompatible with FB2K.

Plugins philosophy works for Firefox, why? Because firefox have its main features in the core project. What a disaster would be if Firefox would rely on 3rd party plugins to trivial features.


I really hope Akelpad can overcome these problems.

Offline
Posts: 582
Joined: Mon Apr 08, 2013 9:50 pm
Location: Win7SP1x64, APx64

Post by Drugmix »

1. There is autoSaveSession.js
2. This is against the whole idea realized in AkelPad project. I hope this won't ever change. The kernel should remain as simple as possible. We already got used to that all the functionality should be added via extensions (plugins, scripts for script plugin, hotkeys for hotkey plugin).

3. If Foobar didn't have plugin system - all the functionality you see realized as plugins - would just be absent in the foobar. If you are okay with that - you may as well just turn all plugins off and get the same result.
4. Firefox is not usable without extensions. The only and only reason Firefox is alive - it's because it's extensible. Firefox without extensions would never have browser market share more than 2%.

Seems like you don't understand the whole idea of extensibility if you dislike it. The idea of non-extensible programs works only in case they are proprietary or so small, that they can be maintained by the initial developer (or rarely a small group of them).
Otherwise the current maintainers become irreplaceable, which means the project will instantly die, when current maintainers stop it's development.

Offline
Posts: 1161
Joined: Sun Oct 20, 2013 11:44 am

Post by Skif_off »

Notepad++ has more than 200 plugins and:

- Support JS http://www.fesevur.com/nppjavascript
- again JS http://code.google.com/p/jn-npp-plugin/wiki/Downloads
- NppScripts plugin allows automating Notepad++ with scripts written in C# http://nppscripts.codeplex.com
- again C# scripts http://nppsharp.codeplex.com
- PHP Automation http://sourceforge.net/projects/phpfornppplugin/files
- Python http://mpcabd.igeex.biz/notepad-plugin- ... on-scripts
- again Python http://npppythonscript.sourceforge.net/download.shtml

AkelPad uses only WSH :)

Offline
Posts: 23
Joined: Sat Sep 13, 2014 10:35 am

Post by Azev »

I really don't want my codes to be spoiled again by akelpad in case of system crashes. I'll only reconsider using Akelpad if I found in the next versions changelog something like:

*** Fixed *** Akelpad write zero characters to editing files in case of system crash.

Offline
Posts: 366
Joined: Mon Jan 10, 2011 5:28 pm
Contact:

Post by Lenchik »

or
***Magic*** Akelpad begin restoring files from harddisk failure
:roll:

Offline
Posts: 23
Joined: Sat Sep 13, 2014 10:35 am

Post by Azev »

Yeah, right. Blame it on the HDD.

The same episode happened with other editors and they don't messed the files.

Offline
Posts: 4
Joined: Thu Jan 29, 2015 2:06 pm

Post by flow_boy »

I think this is just another personal opinion. I do like AkelPad, regardless of the aforementioned bullet points.
Post Reply