Notepad++ 4.2.2

Uued programmid ja versioonid, probleemid ja abi
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Notepad++ 4.2.2

Postitus Postitas Olavi »

Notepad++ is a free source code editor (and Notepad replacement), which supports several programming languages, running under the MS Windows environment. It also gives the extra functionality to define a user's own language for the syntax folding and syntax highlighting. You can print your source code in color. It allows a user to edit the different document in the same time, and even to edit the same document synchronizely in 2 different views. It supports full drag and drop.

The programming languages supported by Notepad++ are:
ASP, Ada, ASCII art, Assembly, AutoIt, BAT, C, C#, C++, Caml, CSS, doxygen, FORTRAN, HTML, Haskell, Java, JavaScript, KiXtart, Lisp, Lua, makefile, Matlab, Objective-C, Pascal, Perl, PHP, PostScript, Python, Ruby, Scheme, Unix Shell Script, Smalltalk, SQL, Tcl, TeX, Verilog, VHDL, VB/VBScript, XML

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.

Here are the features of Notepad++ :
• Syntax Highlighting and Syntax Folding
• WYSIWYG
• User Defined Syntax Highlighting
• Auto-completion
• Multi-Document
• Multi-View
• Regular Expression Search/Replace supported
• Full Drag ‘N' Drop supported
• Dynamic position of Views
• File Status Auto-detection
• Zoom in and zoom out
• Multi-Language environment supported
• Bookmark
• Brace and Indent guideline Highlighting
• Macro recording and playback

Changes in version 4.2.2:
1. Fix the dockable dialog drag and drop problem under vista.
2. Add Column mode edition feature (Menu "Edit->Column Editor...").
3. Fixed "To UPPER/lower case" bug in column mode.
4. Fix the display bug in User language define dialog.
5. Add new feature which backups files in a user specific directory.
6. Fix TeX syntax highlighting corruption problem while switching off then switching back to current document.
7. Fix User Define Language extension recognition problem for sensitive case (now it's insensitive).
8. Add a menu entry to access to notepad++ plugins project page.
9. Enhance file open dialog (add all supported extensions in the filters list).
10. Fix bug of Run macro until EOF.
11. Add the filters in Find in files dialog.
12. Add a new transparency feature for Find dialog : Transparency on loss focus.

Plugins included in v4.2 :
1. TexFX v0.24a
2. Function list v1.2
3. ConvertExt v1.1
4. NppExec v0.2 beta 4
5. Spell checker v1.1
6. Quick text v0.02
7. Light Explorer v1.4
8. Hex editor v0.84

Homepage - http://notepad-plus.sourceforge.net

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.4:
1. Add auto-add extension feature in file save dialog.
2. Fix crash issue while file is deleted outside (answer NO to popup dialog to not keep) and the silence update option is on.
3. Add Session Restore with Sub-View Settings feature.
4. Fix the Notepad++ getting focus problem while find dialog is activated.
5. Fix unwanted selection after popup dialog (keep file) when the file opened is deleted.
6. Add NPPN_FILEBEFOREOPENED, NPPN_FILECLOSED, NPPN_FILESAVED, NPPN_FILEBEFORESAVE and NPPN_SHUTDOWN plugin notifications.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.5:
1. Fix crash issue while the launch the session file which contains the same file in 2 views (clone mode).
2. Add the session file extension association feature.
3. Enhance the read/write config.xml to avoid crash.
4. Add new -ro and -noSession command line parameters.
5. Fix Russian display problem in the shortcut mapper.
6. Fix NPPN_SHUTDOWN notification bug.
7. Add NPPM_ACTIVATEDOCMENU message.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.6:
1. Add Notepad++ self-update capacity (optional).
2. Fix save file dialog crash issue.
3. Fix the crash issue while the length of config.xml is zero.
4. Change the behaviour : When file is deleted from outside and switch back to Notepad++, user will be asked if he want to keep this file. If he answer yes, he will not be asked in the next time.
5. Change Window title from "Notepad++ - file path" to "file path - Notepad++"
6. Fix Run dialog bug: the executable file won't be executed even it is between the double quot.
7. Add open relative file path from command line feature.
8. Fix the crash issue when open a file which does not exist anymore from RFL (if its path exceed certain length).
9. Fix the bug that the title doesn't be updated while file status changed and updated.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.7:
1. Make the "recovery system" for 3 mandatory xml files (config.xml, langs.xml and stylers.xml) to prevent the fail loading due to the corrupted files.
2. Extend plugin capacity - add the Scintilla external lexer capacity.
3. Add the ability to hide the tab bar with "-notabbar" flag in command line (ie. Notepad style).
4. Column selection is remembered now while switching among the files. As well this settings will be stored in the next session.
5. Add 2 Commends (beside Toggle Comment) Comment (Ctrl+K) and Uncomment (Ctrl+Shift+K).
6. Change "UTF8 without BOM" menu item behaviour.
7. Fix the hiding bug while launch time because of change of environment from duel monitors to mono monitor.
8. Remove vista UAC warning for GUP. Add "Update Notepad++" menu item.
9. Add NPPM_HIDETABBAR and NPPM_ISTABBARHIDE plugins messages.
10. Add NPPM_GETNPPVERSION message for plugin system.
11. Enhance the horizontal scroll feature.
12. Change Find in files behaviour : all the hidden directory won't be searched (for example : .svn).
13. Add build date-time in about box.
14. Fix a bug where a file with 2 or more consecutive spaces gives problems with sessions and history.
15. Fixe the problem where opening a file when in save as dialog saves the wrong file.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Notepad++ 4.7.1

16. Add "Clean Recent File List" menu command.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.7.3:
1. Make the "recovery system" for 3 mandatory xml files (config.xml, langs.xml and stylers.xml) to prevent the fail loading due to the corrupted files.
2. Extend plugin capacity - add the Scintilla external lexer capacity.
3. Add the ability to hide the tab bar with "-notabbar" flag in command line (ie. Notepad style).
4. Column selection is remembered now while switching among the files. As well this settings will be stored in the next session.
5. Add 2 Commends (beside Toggle Comment) Comment (Ctrl+K) and Uncomment (Ctrl+Shift+K).
6. Change "UTF8 without BOM" menu item behaviour.
7. Fix the hiding bug while launch time because of change of environment from duel monitors to mono monitor.
8. Remove vista UAC warning for GUP. Add "Update Notepad++" menu item.
9. Add NPPM_HIDETABBAR and NPPM_ISTABBARHIDE plugins messages.
10. Add NPPM_GETNPPVERSION message for plugin system.
11. Enhance the horizontal scroll feature.
12. Change Find in files behaviour : all the hidden directory won't be searched (for example : .svn).
13. Add build date-time in about box.
14. Fix a bug where a file with 2 or more consecutive spaces gives problems with sessions and history.
15. Fixe the problem where opening a file when in save as dialog saves the wrong file.
16. Add "Clean Recent File List" menu command.
17. Enhance full screen feature (F11).

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.7.4:
1. Fix the horizon scroll bar flicker bug.
2. Fix the full screen (F11) bug regarding multi-display issue
3. Explorer context menu is available under xp 64 bits et vista 64 bits.
4. Add YAML language.
5. Fix the crash issue of window dialog while clicking Sort button without selected item.
6. Enhance Sort feature GUI part - Enable Sort button only after clicking on the column tab; Disable Sort button after sorting.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.7.5:
1. Fix the horizon scroll bar flicker bug.
2. Fix the full screen (F11) bug regarding multi-display issue
3. Explorer context menu is available under xp 64 bits et vista 64 bits.
4. Add YAML language.
5. Fix the crash issue of window dialog while clicking Sort button without selected item.
6. Enhance Sort feature GUI part - Enable Sort button only after clicking on the column tab; Disable Sort button after sorting.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.8:
1. Enhance Shortcut Mapper - all the commands (including plugins commands) can be assigned to a shortcut, even for the unmapped ones.
2. Upgrade Scintilla from v1.73 to v1.75
3. Add multi-line and vertical capacity for tab bar.
4. Add launch "as notepad" style feature (detection of asNotepad.xml, then launch notepad++ with -multiInst -nosession -notabbar options).
5. Add detection mouse wheel on the different view feature : User can scroll edit view when mouse on it, it's not necessary to set edit view as current view to scroll it.
6. Add clicking middle mouse button click to set current view feature : make clicked edit view be focused, but the cursor position does not change.
7. Add mouse wheel horizontal scroll feature (vista only).
8. Add mouse browsing (forward/back for switching to next/previous document) feature.
9. Make orange indicator on the top of tab lighter when the view loss the focus.
10. Add new look and feel of Docking container.
11. Fix word-completion crash bug while the word to complete exceeds 256 characters.
12. Fix full screen mode bug : can not switch applications by using Alt+TAB in full screen mode.
13. Fix Preference crash bug.
14. Add the utf8->ansi / ansi->utf8 conversion feature.
15. Add Go to offset feature (in Go To Line dialog).
16. Fix folding bugs while deleting the begin/end folding keywords.
17. Fix position restored bug : Wrap position is restored correctly while switching back document.
18. Fix locking current directory behaviour : Restore Notepad++ directory as working directory with no open files.
19. Fix the multi-line tab height display problem while adding/removing the document.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.8:
20. Enhance the auto-completion feature : user can define the number of characters to trigger auto-completion popup window.
21. Change the horizontal scroll behaviour from dynamic one to static one.
22. Fix the bug that cannot save file(s) if application closed while minimized.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Notepad++ 4.8.1

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.8.2:
1. Fix unicode input problem for non-western language.
2. Add the capacity (behaviour) of keeping line highlighting even when Notepad++ loss its focus.
3. Fix missing fonts problem in font list of Stylers configurator.
4. Fix the hot key problem : make Alt+f+s work again.
5. Fix the hardware problem : make keyboard commands (such as "e-mail", "calculator", "sound", ...) works again

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.8.2:
1. Fix unicode input problem for non-western language.
2. Add the capacity (behaviour) of keeping line highlighting even when Notepad++ loss its focus.
3. Fix missing fonts problem in font list of Stylers configurator.
4. Fix the hot key problem : make Alt+f+s work again.
5. Fix the hardware problem : make keyboard commands (such as "e-mail", "calculator", "sound", ...) works again.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.8.5:
1. Fix crash bug while a "New 2" is in session.xml.
2. Fix the Drag N Drop text bug between 2 views.
3. Fix the annoying acrobat reader dialog problem.
4. Fix the bug that the first new document encoding is not set as the setting in "New Document settings".
5. Fix crash bug while running the command "Close All But Me" in some context.
6. Add scroll to end line feature after document reloading from disk.
7. Enhance checking modification from outside feature.

Download
Download Portable
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Notepad++ 4.9 Unstable

Changes in version 4.9:
1. Add smart highlighting feature (double click a word to highlight all the same word in the document).
2. Enhance visual effect of Mark all feature.
3. Enhance Incremental search dialog docking.
4. Enhance Incremental search : add Highlight all feature.
5. Add auto-hide menu feature (IE7 style menu - Alt or F10 to toggle)
6. Enhance tool bar GUI usability (display a chevron while some tool icons hidden).
7. Add style transparency feature, right click on color to enable.
8. Fix the files not opening by DnD bug.
9. Enhance Find Replace dialog : Add "Extended" option - search (and replace) for tabs(\t), newline(\n\r), and a characters by it's value (\o, \x, \b, \d, \t, \n, \r and \\).
10. Bug fixed : Find dialog always scrolls text into view now.
11. Add places bar in save as dialog
12. Fix non-recognized relative path bug in command line mode (under Dos prompt).
13. Add 2 messages for doc monitor plugin.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.9:
1. Add smart highlighting feature (double click a word to highlight all the same word in the document).
2. Enhance visual effect of Mark all feature.
3. Enhance Incremental search dialog docking.
4. Enhance Incremental search : add Highlight all feature.
5. Add auto-hide menu feature (IE7 style menu - Alt or F10 to toggle)
6. Enhance tool bar GUI usability (display a chevron while some tool icons hidden).
7. Add style transparency feature, right click on color to enable.
8. Fix the files not opening by DnD bug.
9. Enhance Find Replace dialog : Add "Extended" option - search (and replace) for tabs(\t), newline(\n\r), and a characters by it's value (\o, \x, \b, \d, \t, \n, \r and \\).
10. Bug fixed : Find dialog always scrolls text into view now.
11. Add places bar in save as dialog
12. Fix non-recognized relative path bug in command line mode (under Dos prompt).
13. Add 2 messages for doc monitor plugin.
14. Fix the transparency bug (in Styler Configurator).
15. Make search in hidden directory (for Find in files) optional.
16. Fix the replace bug while replacing nothing.
17. Fix the F3 searching direction bug.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.9.1:
1. Add smart highlighting feature (double click a word to highlight all the same word in the document).
2. Enhance visual effect of Mark all feature.
3. Enhance Incremental search dialog docking.
4. Enhance Incremental search : add Highlight all feature.
5. Add auto-hide menu feature (IE7 style menu - Alt or F10 to toggle)
6. Enhance tool bar GUI usability (display a chevron while some tool icons hidden).
7. Add style transparency feature, right click on color to enable.
8. Fix the files not opening by DnD bug.
9. Enhance Find Replace dialog : Add "Extended" option - search (and replace) for tabs(\t), newline(\n\r), and a characters by it's value (\o, \x, \b, \d, \t, \n, \r and \\).
10. Bug fixed : Find dialog always scrolls text into view now.
11. Add places bar in save as dialog
12. Fix non-recognized relative path bug in command line mode (under Dos prompt).
13. Add 2 messages for doc monitor plugin.
14. Fix the transparency bug (in Styler Configurator).
15. Make search in hidden directory (for Find in files) optional.
16. Fix the replace bug while replacing nothing.
17. Fix the F3 searching direction bug.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in version 4.9.2:
1. Add smart highlighting feature (double click a word to highlight all the same word in the document).
2. Enhance visual effect of Mark all feature.
3. Enhance Incremental search dialog docking.
4. Enhance Incremental search : add Highlight all feature.
5. Add auto-hide menu feature (IE7 style menu - Alt or F10 to toggle)
6. Enhance tool bar GUI usability (display a chevron while some tool icons hidden).
7. Add style transparency feature, right click on color to enable.
8. Fix the files not opening by DnD bug.
9. Enhance Find Replace dialog : Add "Extended" option - search (and replace) for tabs(\t), newline(\n\r), and a characters by it's value (\o, \x, \b, \d, \t, \n, \r and \\).
10. Bug fixed : Find dialog always scrolls text into view now.
11. Add places bar in save as dialog
12. Fix non-recognized relative path bug in command line mode (under Dos prompt).
13. Add 2 messages for doc monitor plugin.
14. Fix the transparency bug (in Styler Configurator).
15. Make search in hidden directory (for Find in files) optional.
16. Fix the replace bug while replacing nothing.
17. Fix the F3 searching direction bug.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Kasutaja avatar
Olavi
Tarkvara Spetsialist
Tarkvara Spetsialist
Postitusi: 1454
Liitunud: Pühapäev, 07 Mai 2006, 21:18

Re: Notepad++ 4.2.2

Postitus Postitas Olavi »

Changes in Notepad++ v5 Beta:
1. Improve Notepad++ performance - on startup and on exit.
2. Add Calltip capacity.
3. All the menu commands can be added in context menu, including plugins' commands, macros and user defined commands.
4. 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.
5. Fix crash bug : Open files with date pre-1970.
6. Fix clone mode bug : now the actions done in one view will be synchronized in the cloned view.
7. Add tooltips in document tab to display the full file name path.
8. Change hide lines behaviour : Hide lines now saved during switches.
9. Change file history list behaviour : Most recent closed file is on the top. Add number on list.
10. Caret width and blink rate are customizable.
11. Add asterisk in title bar if file is dirty.
12. The bookmarks' look & feel are improved.
13. Add "Select all" and "copy" context menu items in Find in files results window.
14. Fix goto line with command line bug.
15. Improve smart highlight / mark all / incremental search highlight all visibility
16. 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).
17. Add the smart highlight file size limit - 1.5 MB in order to improve the performance.
18. Add exception handling (dumping filedata).
19. Fix go to line command line bug.
20. Enhance Find in files and Find in all opened files features' performance.
21. Fix dialog off screen problem under multi-monitor environment.

Download
Kui leiate vigu ,andke teada: https://www.pistik.net/foorum/viewtopic.php?f=60&t=715
Pistik.net Meeskond!
Vasta