Нижегородский Форум Друзей

Нижегородский Форум Друзей (http://forum.nnov.org/)
-   Текст (http://forum.nnov.org/obsuzhdaem-i-kachaem/soft/tekst/)
-   -   Notepad++ (http://forum.nnov.org/obsuzhdaem-i-kachaem/soft/tekst/21612-notepad.html)

indeec 14.05.2009 14:39

Notepad++ 5.4 RC2



What's New in This Release:
Fix inaccurate replace bug.
Increase Find what and replace with fields to 2047 characters.
Stop the indicator highlighting while the line change marker margin is hidden.
SConstruct and SConscript are recognized as python file.






| share.nnov | 3,7 мб |
Чтобы увидеть скрытый текст Вам нужно нажать кнопочку "Открыть Hide"
У вас нет прав чтобы видеть скрытый текст, содержащийся здесь.

indeec 27.05.2009 17:34

Notepad++ 5.4 Final




Changes in Notepad++ 5.4:
Add theme selector to switch styles.xml on the fly, change styles.xml on one click.
Add google chrome drag and derop tab feature : drag out tab to create a new instance, transfer documents among several instances by drag and drop.
Add Mark all extension : user can mark any occurrence with 5 different colours.
Add new feature : column selection allows to insertion a string by typing characters in sequence (w/o column mode editor).
Detect UTF16 encoding (BE and LE) w/o BOM.
Fix crash bug : Double click a file associated with an older version of Notepad++ while a newer version of Notepad++ instance is running.
lmprove main menu structure (more compact). Language Menu can be compacted as well (optional, in Preference dialog).
Fine numbers margin width is changed dynamically according to the needed space (but keeping at least 3 digits).
File history list (under the File menu) is limited to 100 characters per item. Longer file names are fitted to 100 characters by replacing path components with ellipses.
Update Scintilla from v1.75 to v1.77.
Indent guideline can be shown w/o whitespace or tab symbol.
Fixed two bugs when calculating the width of the TaskList (document list when pressing ctrl+tab or right-click + mouse wheel.
Add an (hidden) option to make the "Filters" and "Directory" fields follow the current opened document in "Find in files" dialog. The new parameters are located in config.xml and are called: "fifFilterFollowsDoc" and "fifFolderFollowsDoc" (set to "yes"/"no")
Add new command parameters : -c (column) -x et -y (startup position).
Remove change line marker which does not work correctly. Include ChangeMarkers plugin instead.
Fix bug "Switch to found results window" command now switches back to the current edit view if the focus is already on the found results.
Fix the search result inaccurate colorization bug.
Fix the Mark all in selection bug (while Find Replace Dialog loosing the focus).
Add 2 plugins messages : NPPN_FILEBEFORELOAD and NPPN_FILELOADFAILED.
Fix New document not be switched while double clicking in Find in files result panel.
Fix conversion min to Maj and Maj to min (or vice et versa) in column selection bug.
Fix bug when the find dialog was closed the translucaent shadow remained in Windows 7.
Fix crash bug of find in files feature.
Add "follow current doc" checkbox in Find in file dialog.
Add the ability of tag match feature to not highlight comment zone in html/xml.







| share.nnov | 2,6 мб |
Чтобы увидеть скрытый текст Вам нужно нажать кнопочку "Открыть Hide"
У вас нет прав чтобы видеть скрытый текст, содержащийся здесь.

indeec 08.06.2009 10:58

Notepad++ 5.4.3 Final



Changes in Notepad++ 5.4.3:
Fix clickable link styling bug.
Fix document tab click launching a new instance bug.






| share.nnov | 2,7 мб |
Чтобы увидеть скрытый текст Вам нужно нажать кнопочку "Открыть Hide"
У вас нет прав чтобы видеть скрытый текст, содержащийся здесь.

Syrex 18.06.2009 18:24

Notepad++
The latest version : 5.4.3
[Для просмотра данной ссылки нужно зарегистрироваться]

Платформа: PC
Совместимость с Vista: да
Язык интерфейса: английский + русский
Таблэтка: Не требуется[/align]

Описание: Маленький текстовый редактор "все-в-одном". Считаю его одной из самых удачных реализаций редактора для программиста. Тут тебе и подсветка синтаксиса для более чем 50 языков программирования, и автоматическое дополнение команд, и возможность сворачивать/разворачивать блоки программы (функции, циклы, if-условия и т.д.). Словом, все создано для комфортного набора и просмотра исходных текстов программ. Архитектура приложения изначально рассчитана на широкую расширяемость за счет всевозможных плагинов: более 25 расширений ты найдешь в папке с программой. Там же - русификатор.

доп.информация :

Notepad++ v5.4.3 fixed bugs (from v5.4.2) :

1. Fix clickable link styling bug.
2. Fix document tab click launching a new instance bug.


Notepad++ v5.4.2 fixed bugs (from v5.4.1) :

1. Fix the localization switcher bug while w/o doLocalConf.xml.
2. Fix only one document "Move to other view" close Notepad++ instance issue.
3. Fix plugin menu boolean check box bug.


Notepad++ v5.4.1 new features and fixed bugs (from v5.4) :

1. Add ChangeMarkers plugin in installer.
2. Add theme description in installer.
3. Make installer update contextMenu.xml (backup the old one then override it with the new one).
4. Fix lastRecentFileList localization issue.
5. Add readonly change status notification for plugin system.
6. Fix Styler Configurator user extension handler.


Notepad++ v5.4 new features and fixed bugs (from v5.3.1) :

1. Add theme selector to switch styles.xml on the fly, change styles.xml on one click.
2. Add google chrome drag and derop tab feature : drag out tab to create a new instance, transfer documents among several instances by drag and drop.
3. Add Mark all extension : user can mark any occurrence with 5 different colours.
4. Add new feature : column selection allows to insertion a string by typing characters in sequence (w/o column mode editor).
5. Detect UTF16 encoding (BE and LE) w/o BOM.
6. Fix crash bug : Double click a file associated with an older version of Notepad++ while a newer version of Notepad++ instance is running.
7. lmprove main menu structure (more compact). Language Menu can be compacted as well (optional, in Preference dialog).
8. Fine numbers margin width is changed dynamically according to the needed space (but keeping at least 3 digits).
9. File history list (under the File menu) is limited to 100 characters per item. Longer file names are fitted to 100 characters by replacing path components with ellipses.
10. Update Scintilla from v1.75 to v1.77.
11. Indent guideline can be shown w/o whitespace or tab symbol.
12. Fixed two bugs when calculating the width of the TaskList (document list when pressing ctrl+tab or right-click + mouse wheel.
13. Add an (hidden) option to make the "Filters" and "Directory" fields follow the current opened document in "Find in files" dialog. The new parameters are located in config.xml and are called: "fifFilterFollowsDoc" and "fifFolderFollowsDoc" (set to "yes"/"no")
14. Add new command parameters : -c (column) -x et -y (startup position).
15. Remove change line marker which does not work correctly. Include ChangeMarkers plugin instead.
16. Fix bug "Switch to found results window" command now switches back to the current edit view if the focus is already on the found results.
17. Fix the search result inaccurate colorization bug.
18. Fix the Mark all in selection bug (while Find Replace Dialog loosing the focus).
19. Add 2 plugins messages : NPPN_FILEBEFORELOAD and NPPN_FILELOADFAILED.
20. Fix New document not be switched while double clicking in Find in files result panel.
21. Fix conversion min to Maj and Maj to min (or vice et versa) in column selection bug.
22. Fix bug when the find dialog was closed the translucaent shadow remained in Windows 7.
23. Fix crash bug of find in files feature.
24. Add "follow current doc" checkbox in Find in file dialog.
25. Add the ability of tag match feature to not highlight comment zone in html/xml.
26. Fix TCL language highlighting bug.



Included plugins (Unicode):

1. TextFX v0.26
2. NppExec v0.3 RC1
3. Spell Checker v1.3.2
4. MIME Tools v1.5
5. FTP_synchronize v0.9.6
6. NppExport v0.2.8
7. Doc Monitor v2.2
8. NppNetNote v0.1
9. ChangeMarkers 1.2.1

Included plugins (ANSI):

1. TextFX v0.25
2. NppExec v0.3 RC1
3. Spell Checker v1.3.1
4. MIME Tools v1.5
5. FTP_synchronize v0.9.6
6. NppExport v0.2.8
7. Light Explorer v1.5
8. Doc Monitor v2.2
9. NppNetNote v0.1
10. ChangeMarkers 1.2.1

скриншоты :

[Для просмотра данной ссылки нужно зарегистрироваться]

[Для просмотра данной ссылки нужно зарегистрироваться]

[Для просмотра данной ссылки нужно зарегистрироваться]

[Для просмотра данной ссылки нужно зарегистрироваться]

[Для просмотра данной ссылки нужно зарегистрироваться]


UNN + NEWNN = (2.72Mb, IX-NN):

Чтобы увидеть скрытый текст Вам нужно нажать кнопочку "Открыть Hide"
У вас нет прав чтобы видеть скрытый текст, содержащийся здесь.

indeec 26.06.2009 14:48

Portable Notepad++ 5.4.3









| share.nnov | 3,0 мб |
Чтобы увидеть скрытый текст Вам нужно нажать кнопочку "Открыть Hide"
У вас нет прав чтобы видеть скрытый текст, содержащийся здесь.

ibitsa 27.06.2009 00:40

Цитата:

Сообщение от indeec (Сообщение 840908)
Portable Notepad++ 5.4.3

indeec, а почему в названии слово Portable ?
Я запускаю и начинается установка, а Portable - как я понимаю, это когда установка не требуется.
Или я не прав?

indeec 27.06.2009 22:47

ibitsa, это заархивированный Portable, один раз распаковал и всё :)

indeec 05.07.2009 22:30

Notepad++ 5.4.4 Final



Changes in Notepad++ 5.4.4:
Upgrade Scintilla from 1.77 to 1.78
Fix XML syntax highlighting bug while presence of the tag "" (Yes, finally)
Fix Find in files/Find in all open files bug in non western languages (ie. Russian, Chinese, Hebrew...)
Fix the find in files crash issue if find what field contains 0x0A or 0xD
Fix Window7 SetWindowsHookEx() failed issue for the dockable windows. (by recognizing windows7 environment)
Fix no tool bar bug under w2k
Fix Incremental search bug while clicking on text zone after some searches
Fix Matlab script making Notepad++ crash under Chinese windows issue
Make NpWiki++ link available as on line help
Add lines count on status bar
Fix "In selection" bug in Find Replace features
Fix the clickable link issue for some links (add '~' in RegExp)
Fix the bug that Notepad++ does not show on while it is minimized and its file is modified from outside
NppHelp.chm is updated







| share.nnov | files.unn | 2,8 мб |
Чтобы увидеть скрытый текст Вам нужно нажать кнопочку "Открыть Hide"
У вас нет прав чтобы видеть скрытый текст, содержащийся здесь.

-aFx- 06.07.2009 07:46

indeec, а на юнн не кинешь, если не сложно? А то с шары не могу скачать - ссылка не генерится..

indeec 06.07.2009 10:09

-aFx-, готово :)

indeec 17.07.2009 22:27

Notepad++ 5.4.5 Final



Changes in Notepad++ 5.4.5:
Fix plugins shortcuts not working bug.
Fix the tooltip on toolbar display bug for the plugins icons.
Fix a crash that was occurring when searching in files from a deep path.
Fix a crash issue (Unicode binary) while close Notepad++ with an RC file opened under Chinese Xp.
Fix Pascal and Scheme syntax highlighting problem (fixes in styles.xml).
Add SQL folding capacity.







| share.nnov | 2,9 мб |
Чтобы увидеть скрытый текст Вам нужно нажать кнопочку "Открыть Hide"
У вас нет прав чтобы видеть скрытый текст, содержащийся здесь.

polynomial 22.09.2009 07:46

Notepad++ 5.5

Цитата:

1. Update : upgrade Scintilla from v1.78 to v2.01.
2. New icon : change from old icon to a cool chamelon icon.
3. New feature : virtual space for column mode.
4. New feature : multi-editing / selection.
5. New feature : tab settings for per language.
6. New feature : selected lines moving up/down capacity.
7. New feature : incremental Search shows pink background when text not found (like Firefox).
8. New feature : rational number is recognized in User Defined Language System.
9. New feature : escape character capacity for the delimiter in User Defined Language System.
10. Bug fixed : tool bar tip crash issue.
11. Bug fixed : column editor inserting octal number broken issue.
12. Changed behaviour : "-nosession" parameter's not only none of session is loaded, but also none of session is saved.
13. Bug fixed : docking feature crash issue.
14. New feature : the ability to not launch Auto-updater during a period (15 days by default).
15. New feature : import plugins feature (load on the fly).
16. New feature : import theme (stylers.xml) feature.
17. Bug fixed : a crash issue while launch Fin in file (regression since v5.4.5).
18. Bug fixed : a crash issue while deleting the last line.
19. Bug fixed : a bug of plugin message NPPM_GETPLUGINSCONFIGDIR (regression since v5.4.5).
20. New feature : new plugin notification NPPN_DOCORDERCHANGED to notify plugins that document order is changed.
21. Bug fixed : tool bar chevron disappeared bug (regression since previous versions).
22. Bug fixed : a crash bug due to instability of FTP_synchronize plugin (enhance Docking feature).
23. Bug fixed : getting fonts problem under Chines/Korean/Japanese environment.
24. Bug fixed : wrong File encoding auto-detection problem : binary file is detected as UTF-16 big-endian.

Размер: 2.8 Mb
Чтобы увидеть скрытый текст Вам нужно нажать кнопочку "Открыть Hide"
У вас нет прав чтобы видеть скрытый текст, содержащийся здесь.

Vladimir 01.12.2009 15:23

Notepad++ 5.6 - 2009-11-30

Отсюда:
[Для просмотра данной ссылки нужно зарегистрироваться]

Цитата:

Notepad++ v5.6 new features and fixed bugs (from v5.5.1) :
1. Add languages encoding - Chinese traditional (BIG5), Chinese Simplified (GB2312), Japanese (Shift JIS), Korean (EUC), Thai (TIS-620), Hebrew (iso-8859-8), Hebrew (1255), Central European (1250), Cyrillic (1251), Cyrillic (KOI8-U), Cyrillic (KOI8-R), Cyrillic (Mac), Western European(1252), Greek (1253), Turkish(1254), Arabic (1256), Baltic (1257), Vietnamese (1258), ISO_8859-1 to ISO_8859-16 and a lot of more.
2. Add auto-detection of HTML and XML files encodings.
3. Add COBOL, D, Gui4Cli, PowerShell and R language support.
4. Add Marker Jumper feature (Jump down/up : Ctrl+Num/Ctrl+Shift+Num).
5. Add indent guide line highlighting for html/xml tags.
6. Add system tray context menu and new command argument "-systemtray".
7. Fix Unicode to ANSI encoding bug.
8. Fix last recent file list menu items localization encoding bug.
9. Fix last recent file number goes to zero issue.
10. Add new command argument "--help".
11. Fix Calltip hint bug and add a new capacity in it.
12. Add the ability to add the second keyword group for user in both LISP and Scheme languages.
13. Fix the wrap symbol display problem.
14. Add SQL ESC symbol '\'.
15. Fix column editor insert number bug in virtual space mode.
16. Fix status bar displaying "-2 char" issue for a empty document.
17. Fix installation of NppShell64 failed issue in installer.
[Для просмотра данной ссылки нужно зарегистрироваться] - 3.3 Mb

indeec 05.12.2009 11:38

Notepad++ 5.6.1 Final



What's New:
Fix brace highlighting breaking issue and related performance problem.
Add new encodings in the shortcuts map.
Remove annoying encoding issue warning dialogs.
Enhance Html encoding auto-detection.
Fix case-insensitive searching bug for non-ascii characters (for example some characters in French and Cyrillic letters).
Add find result commands in the menu.
Add DOS CodePage : CP437, CP737, CP850, CP852, CP855, CP857, CP858, CP860, CP861, CP863, CP865, CP866 and CP869.
Fix localization combo box unselected in preference dialog bug after startup (when a localization file is in use)






| files.unn | sourceforge.net | 3,3 мб |
Чтобы увидеть скрытый текст Вам нужно нажать кнопочку "Открыть Hide"
У вас нет прав чтобы видеть скрытый текст, содержащийся здесь.

indeec 11.12.2009 20:37

Notepad++ 5.6.2 Final



What's New:
Fix the Unicode localization file display problem.
Update templat localization file (english.xml) to v5.6.1.
Fix tag highlighting bug while disabling indent guide lines.
Fix the translated sub menu entries applying on the menu item.
Display more information while catching of plugins crash.






| share.nnov | sourceforge.net | 3,3 мб |
Чтобы увидеть скрытый текст Вам нужно нажать кнопочку "Открыть Hide"
У вас нет прав чтобы видеть скрытый текст, содержащийся здесь.

indeec 28.12.2009 15:51

Notepad++ 5.6.4 Final



What's New:
Add feature of conversion from a localization encoding to UNICODE.
Fix status bar display bug that xml/html utf8 indicator makes status bar display ANSI instead of ANSI as UTF-8.







| share.nnov | sourceforge.net | 3,4 мб |
Чтобы увидеть скрытый текст Вам нужно нажать кнопочку "Открыть Hide"
У вас нет прав чтобы видеть скрытый текст, содержащийся здесь.

indeec 25.01.2010 10:53

Notepad++ 5.6.5 Final


[Для просмотра данной ссылки нужно зарегистрироваться]


What's New:
Fix loading encoding file making file corrupted (after saving).
Fix xml/html encoding overrides BOM if present.
Fixed Chinese/Japanese/Korean characters display problem after "find in the current document".
Add "set find text and find next" feature.
Add JSP.
Recover langs.xml while its length is zero.
Fix "Close Window(s)" in Window dialog bug (if file is dirty and cancel to close).
Fix finding "\0" or "\x00" issue in find extened mode.
Add "\u" in find extened mode to find Unicode encoding character(ex. "\u00e9" find 'é').





| share.nnov | sourceforge.net | 3,1 мб |
Чтобы увидеть скрытый текст Вам нужно нажать кнопочку "Открыть Hide"
У вас нет прав чтобы видеть скрытый текст, содержащийся здесь.

Vladimir 04.02.2010 11:22

Notepad++ 5.6.6

Цитата:

Notepad++ v5.6.6 new features and fixed bugs (from v5.6.5) :
1. Fixed Search bug with Chinese/Japanese/Korean characters.
share.nnov.ru [Для просмотра данной ссылки нужно зарегистрироваться] - 3.1 Mb

indeec 03.11.2010 20:00

Notepad++ 5.8.3 Final


[Для просмотра данной ссылки нужно зарегистрироваться]



| [Для просмотра данной ссылки нужно зарегистрироваться] | [Для просмотра данной ссылки нужно зарегистрироваться] | 4,1 мб |

просто Я 03.11.2010 23:06

Ребят, а скажите, автоформатирование для веб языков тут есть7 а то я никак найти не могу =(


Часовой пояс GMT +3, время: 20:33.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод:
Search Engine Friendly URLs by vBSEO 3.6.0zCarot
© 2005—2015 ООО «Интернет компания ННОВ.РУ», friends.nnov.ru
Реклама на форуме