Notepad++ 5.0
Posted by Majesticmerc via The Notepad++ website on 08 July 2008 - 07:14 · 20 comments & 9220 views
- Advertisement
-
-
#1 Posted by night_stalker_z on 08 Jul 2008 - 12:38
- Very good editor.
-
#2 Posted by +BeLGaRaTh on 08 Jul 2008 - 14:05
- One of the first things I install after a format (after the OS before some smartarse chips in
)
-
#3 Posted by thenonhacker on 08 Jul 2008 - 15:24
- Does this support column mode features that are in UltraEdit?
The important one for me is the ability to select an "Empty Column",
and the typing something will type on all the lines spanned by the column.
Very useful for programming.
-
#4 Posted by KineticTheory on 08 Jul 2008 - 15:32
- Here's the change.log...
Notepad++ v5 fixed bugs and added features (from v4.9.2) :
1. Improve Notepad++ performance - on startup and on exit.
2. Add Calltip capacity.
3. Add HTML/XML tag match highlighting.
4. All the menu commands can be added in context menu, including plugins' commands, macros and user defined commands.
5. Add bookmarked lines operations : delete all marked lines, copy all marked lines into clipboard, cut all marked lines into clipboard, paste from clipboard to replace all marked lines content.
6. Add rename and delete current document features.
7. Fix crash bug : Open files with date pre-1970.
8. Fix clone mode bug : now the actions done in one view will be synchronized in the cloned view.
9. Add tooltips in document tab to display the full file name path.
10. Change hide lines behaviour : Hide lines now saved during switches.
11. Change file history list behaviour : Most recent closed file is on the top. Add number on list.
12. Caret width and blink rate are customizable.
13. Add asterisk in title bar if file is dirty.
14. The bookmarks' look & feel are improved.
15. Add "Select all" and "copy" context menu items in Find in files results window.
16. Fix goto line with command line bug.
17. Improve smart highlight / mark all / incremental search highlight all visibility
18. Tabbar's coulours is configurable via Stylers Configurator(Active tab Text, Inactive tab text, Inactive tab background, Active tab focused indicator and Active tab unfocused indicator).
19. Add the smart highlight file size limit - 1.5 MB in order to improve the performance.
20. Add exception handling (dumping filedata).
21. Fix go to line command line bug.
22. Enhance Find in files and Find in all opened files features' performance.
23. Fix dialog off screen problem under multi-monitor environment.
24. Add 2 plugin message for v5 : NPPM_GETFULLPATHFROMBUFFERID and NPPM_GETPOSFROMBUFFERID.
Included plugins :
1. TexFX v0.24a
2. NppExec v0.2 RC3.2
3. Spell Checker v1.3.1
4. MIME Tools v1.4
5. FTP_synchronize v0.9.6
6. NppExport v0.2.7.3
7. Compare plugin v1.5.1
8. Light Explorer v1.5
9. Doc Monitor v2.1
-
#5 Posted by Doli on 08 Jul 2008 - 16:47
- Next week v.5.01, the week after that 5.02, etc....
These guys are on the ball when it comes to updates
Good Job
-
(1 reply)
#6 Posted by necrosis on 08 Jul 2008 - 17:07
- Just wish it had a pastebin plugin.
-
#6.1 Posted by mayamaniac on 08 Jul 2008 - 22:40
- Good one. Why isn't there a paste bin? Even Word has this for years.
-
#7 Posted by Glen on 08 Jul 2008 - 18:06
- This text editor is excellent. I've used a couple others and keep coming back to this one for it's speed and features. It's just perfect for script development and flat-file data analysis.
-
(4 replies)
#8 Posted by _dandy_ on 08 Jul 2008 - 21:07
- > written in C++ with pure win32 api and STL (that ensures the higher execution speed and smaller size of the program,
Yeah, 'cuz typing text is soooooooo resource-intensive that you've just got to optimize the crap out of editors for them to be usable at all. -
#8.1 Posted by Xilo on 08 Jul 2008 - 22:12
- So you're saying you prefer lazy developers that don't give a **** at all?
-
#8.2 Posted by El Sid on 08 Jul 2008 - 23:41
- You'd be suprised how much notepad can lag when you're using big files, and code files can get pretty darn massive.
-
#8.3 Posted by _dandy_ on 09 Jul 2008 - 13:04
- (Xilo said @ #8.1)So you're saying you prefer lazy developers that don't give a **** at all?
Not at all--it's just an irrelevant bullet point in the program's description. I've written C++ as my profession for nearly a dozen years, and you have to recognize where code optimization is warranted. For a text editor--it's definitely not. It's a question of diminishing returns. I just can't bring myself to care as I probably wouldn't be able to measure the gains unless using a tool that measured performance in the milliseconds. -
#8.4 Posted by _dandy_ on 09 Jul 2008 - 13:11
- (El Sid said @ #8.2)You'd be suprised how much notepad can lag when you're using big files, and code files can get pretty darn massive.
Great example there. Notepad was just never designed from the get-go to handle large files. You can write faster editors using far less efficient languages.
And I don't know about you, but I'd be breaking apart source files a long time before notepad (or any other text editor)'s runtime overhead became a problem.
-
(1 reply)
#9 Posted by EnzoFX on 08 Jul 2008 - 23:38
- I'm looking for a notepad replacement. Only looking for 2 things: tabs, and a fixed width, I hate having to scroll sideways =P
-
#10 Posted by bangbang023 on 09 Jul 2008 - 04:17
- One thing that stopped me from using this, in the past, is the fact that it would never remember the last folder I saved to. I often times save to the same folder and other apps like Notepad or Notepad2, when saving a new file, automatically bring me to the last used folder, by default, making my life a bit easier.
-
(1 reply)
#11 Posted by Flynsarmy on 09 Jul 2008 - 09:11
- Does this version work with WINE (On Gnome, Ubuntu)? I tried it and are getting error 999's
-
#11.1 Posted by Havin_it on 13 Jul 2008 - 13:45
- (Flynsarmy said @ #11)Does this version work with WINE (On Gnome, Ubuntu)? I tried it and are getting error 999's
You could try switching through different Windows versions, this sometimes helps. I'd also recommend going for the non-installer (zipped) package as this will probably be less trouble.
If you can't make it work, there is always jedit. It's in Java so the first load is not too fast, but if you put it up against WINE overhead it's probably comparable, and will be faster in actual use I would think. It's based on the same editing component (scintilla) and is quite nicely usable IMHO (though of course it's not feature-equivalent with NPP).
Also, I just have to say: their website's nav menu is the greatest thing I have ever seen on a FOSS website! =)
-
#12 Posted by x_Jack_x on 09 Jul 2008 - 13:35
- This is a brilliant notepad replacement. Works fast, many options - perfect for daily tasks.
One of my favorite features is INI editor with treeview structure and syntax highlighting.
It would be better if this program handle spell checking like Word.
Try and you won't be regret!
-
#13 Posted by EnzoFX on 10 Jul 2008 - 06:42
- Got it, and its just what I needed.
There is a tiny bug, that is annoying me. In the split second that it takes to load, there's this graphical glitch on the left of my screen, like if it's trying to render a window, it looks sloppy, then it opens normally.
Submit to reddit
Submit to blinklist
Bookmark on del.icio.us
Add to furl
Share on Facebook
Add to Windows Live
This project, based on the Scintilla edit component (a very powerful editor component), written in C++ with pure win32 api and STL (that ensures the higher execution speed and smaller size of the program), is under the GPL Licence.
Features: