Send Notepad-plus-plus mailing list submissions to
        notepad-plus-plus@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
or, via email, send a message with subject or body 'help' to
        notepad-plus-plus-requ...@lists.sourceforge.net

You can reach the person managing the list at
        notepad-plus-plus-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Notepad-plus-plus digest..."


Today's Topics:

   1. [notepad-plus - Help] RE: Format/Indent style     based on
      language (SourceForge.net)
   2. [notepad-plus - Help] RE: XMLTools not working (SourceForge.net)
   3. [notepad-plus - Help] RE: Problem: folding for    user-def.
      language Fame (SourceForge.net)
   4. [notepad-plus - Plugin Development] There is a    bug about
      plugin (SourceForge.net)
   5. [notepad-plus - Help] RE: Problem: folding for    user-def.
      language Fame (SourceForge.net)
   6. [notepad-plus - Help] RE: Format/Indent style     based on
      language (SourceForge.net)
   7. [notepad-plus - Help] Russian language in Windows 7
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] Notepad++        v5.4.4 released
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] Compare 1.5.4    released
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Compare      1.5.4 released
      (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Sat, 04 Jul 2009 23:39:25 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Format/Indent
        style   based on language
To: nore...@sourceforge.net
Message-ID: <7480291.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7480291
By: cchris

You may want to try the following plugins:
1/ NppAutoIndent. There is an option to apply current style across langyages;
2/ UniversalIndentGUI, which ships and wraps a variety of code beautifiers.

If you think something else is still missing, then perhaps post it
on IdeaTorrent.

CChris

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331754



------------------------------

Message: 2
Date: Sat, 04 Jul 2009 10:06:01 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: XMLTools not
        working
To: nore...@sourceforge.net
Message-ID: <7479554.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7479554
By: cchris

What is the last thing you changed:
* your OS?
* Notepad++?
* Your version of XML Tools?

In short, is there anything that just happened and it might have triggered the
current issues?
Also, if the last change was XML Tools, it may have ANSI and Unicode versions.
Then simply make dure to copy the unicode dll in Plugins\

CChris

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331754



------------------------------

Message: 3
Date: Sat, 04 Jul 2009 23:42:05 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem:
        folding for     user-def. language Fame
To: nore...@sourceforge.net
Message-ID: <7480297.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7480297
By: cchris

You currently can't, it is a known limitation of user defined languages; other
programming languages are hit too. You may wish to vote on an IdeaTorrent item
about this.

CChris

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331754



------------------------------

Message: 4
Date: Sun, 05 Jul 2009 03:23:31 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] There
        is a    bug about plugin
To: nore...@sourceforge.net
Message-ID: <7480457.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7480457
By: quhaisong

The function of  " Execute this script when notepad++ exits " in NppExec 
advanced
options can't become effective

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=482781



------------------------------

Message: 5
Date: Sun, 05 Jul 2009 06:18:49 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem:
        folding for     user-def. language Fame
To: nore...@sourceforge.net
Message-ID: <7480557.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7480557
By: sebschm

Hi CChris, 

thx for your quick reply. Do you know the non-open-source software Ultraedit?
This one has the two nice features
- being able to define not only reserved words for folding/highlighting, but
also "reserved phrases", by using "...", e.g. "else if", while Notepad++ seems
to not have this possibility.
- the feature to define such words/phrases, that the editor IGNORES when 
evaluating
blocks for folding, e.g. "else if". So it seems I could reach correct folding
by defining:
/open fold strings = "if"
/end fold strings = "end if"
/ignore fold strings = "else if" "else"

Can you comment on my views (am I right regarding Notepad++, and - if you know
Ultraedit - am I right with this program, too?). And might these features be
included in Notepad++ soon? Anyone else invited to answer too, of course.

Sebastian

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331754



------------------------------

Message: 6
Date: Sun, 05 Jul 2009 06:49:40 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Format/Indent
        style   based on language
To: nore...@sourceforge.net
Message-ID: <7480583.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7480583
By: sammi101082

Thanks CChris,

Auto-Indent just about does the basics for me. Good plugin. Saves a lot of key
presses.

But I couldn't get UniversalIndentGUI to work with NPP. I copied the .dll files
just as I would with any other plugin. But it crashes my NPP.

Any pointers to help file/install guide?

Tx,
Sam

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331754



------------------------------

Message: 7
Date: Sun, 05 Jul 2009 11:38:32 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Russian language in
        Windows 7
To: nore...@sourceforge.net
Message-ID: <7480845.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7480845
By: shlema

There is a problem with Notepad++ in Windows 7 RC. Cyrillic symbols are 
displayed
incorrect. In Win XP it works correctly.

How to solve this issue?

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331754



------------------------------

Message: 8
Date: Sun, 05 Jul 2009 16:15:03 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Notepad++       v5.4.4 released
To: nore...@sourceforge.net
Message-ID: <7481099.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7481099
By: donho

In the 5.4.4 version, there're a lot of bug fixes from previous versions.
The most important thing is upgrading Scintilla to the current version, that
will give Notepad++ more extended capacities in the future releases.

Please check the new release here :
https://sourceforge.net/projects/notepad-plus/files/


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

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

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

Please let us know if you find any critical bug.

Happy coding,
Don


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331753



------------------------------

Message: 9
Date: Sun, 05 Jul 2009 16:22:13 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Compare
        1.5.4   released
To: nore...@sourceforge.net
Message-ID: <7481108.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7481108
By: jsleroy

Hi all, 
 
A new version of the Compare plugin has been released. 
 
This version include navigation feature (go to first difference, last, next
or previous) and a graphical view of difference like what can be seen in most
comparison software.

Starting from 1.5.4, I will also released two versions of Compare, an ANSI and
an UNICODE.
 
Feel free to test it and report bugs/ask for feature/...
 
Best regards 
Jean-Sebastien 

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331753



------------------------------

Message: 10
Date: Sun, 05 Jul 2009 16:41:21 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Compare 1.5.4 released
To: nore...@sourceforge.net
Message-ID: <7481131.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7481131
By: jsleroy

Uncicode : https://sourceforge.net/projects/npp-plugins/files/ComparePlugin/Comp
are_1_5_4_UNI_dll.zip

Ansi : https://sourceforge.net/projects/npp-plugins/files/ComparePlugin/Compare_
1_5_4_ANSI_dll.zip

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=331753



------------------------------

------------------------------------------------------------------------------


------------------------------

_______________________________________________
Notepad-plus-plus mailing list
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 38, Issue 19
*************************************************

Reply via email to