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
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

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] XML <script> tag    highlight problem.
      Bug? (SourceForge.net)
   2. [notepad-plus - Open Discussion] Feature  Request: negation of
      search string (SourceForge.net)
   3. Bug report (Robert Dailey)
   4. [notepad-plus - Open Discussion] RE: Feature      Request:
      negation of search string (SourceForge.net)
   5. [notepad-plus - Open Discussion] Search-BUG (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Search-BUG (SourceForge.net)
   7. [notepad-plus - Help] Batch Style - Recognition   of
      !variables! (SourceForge.net)
   8. [notepad-plus - Plugin Development] Easy Color    Picker Version
      1.1 UNICODE (SourceForge.net)


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

Message: 1
Date: Tue, 09 Dec 2008 21:13:09 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] XML <script> tag
        highlight problem. Bug?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


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

Hello.

I type XML code as follow in notepad++ v.5.0.3:

<root>
  <script>
    <tag1 />
    <test>12345</test>    
  </script>
</root>


"tag1" and "test" tags not highlighting correctly. 

Syntax option set to "XML"...





______________________________________________________________________
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: Tue, 09 Dec 2008 21:17:01 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
        Request: negation of search string
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


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

Please consider adding the ability to find all lines of text which do NOT 
contain
the regular expression entered in the "extended" and "regular expression"
alternatives within the find dialog.  Most greps offer this, using "-v" as the
command line argument, and a similar check box within the find dialog would
be very useful.

______________________________________________________________________
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: 3
Date: Tue, 9 Dec 2008 16:26:48 -0600
From: "Robert Dailey" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] Bug report
To: Notepad++ <notepad-plus-plus@lists.sourceforge.net>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

I have a bug report for the SHIFT+TAB command. When using spaces for tabs, I
have 4 spaces representing 1 tab. Pressing SHIFT+TAB always goes back
exactly 4 spaces instead of to the nearest column divisible by 4. For
example, do the following:

   1. On a blank line, press TAB 2 times. You'll be on column 8.
   2. Press BACKSPACE one time. You'll be in column 7.
   3. Press SHIFT+TAB once. You'll be in column 3. You should be in column 4
   here.

SHIFT+TAB actually causes the tab alignment to screw up which I do not like.
Can I expect a fix for this soon?
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 4
Date: Tue, 09 Dec 2008 21:56:37 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request: negation of search string
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


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

I agree. This would be very useful.

______________________________________________________________________
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: 5
Date: Wed, 10 Dec 2008 08:06:43 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Search-BUG
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


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

I encountered 2 BUG's within the file-search in Notepad++:

- if you start a string-search through files (i.e. all *.cpp in the current
folder) and you close the search window, notepad is still searching for the
string. If you then try to open the search-dialog again (while it's still 
searching)
the program crashes

- if I set the filter in "find in files" f.e. to "*.c; *.h", the next time I
press CTRL+F and change to the "find in files"-tab, the filter is still present,
but if I press STRG+SHIFT+F I suddenly have another filter-set f.e. "*.h *.hpp
*.hxx *.cpp *.cxx *.cc"

______________________________________________________________________
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: 6
Date: Wed, 10 Dec 2008 08:38:11 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Search-BUG
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


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

hi,

the first one could be confirmed by me. (5.1.1 ANSI)

the second one isn't a bug it's a great feature, which you just introduced to
me. thanks a bunch!
It is setting the file filter depending to the language setting of the currently
viewed file. in your case all files that are in the C++style setting.

regards 
bitchin' McLoo

______________________________________________________________________
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: 7
Date: Wed, 10 Dec 2008 09:51:47 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Batch Style -
        Recognition     of !variables!
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


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

In Batch style, all text like %this% is recognized as a variable. Thats very
fine and works good. But when i use the following command in a batch file:
setLocal EnableDelayedExpansion
all variables for delayed expansion are defined with a style like !this!
This style gets not recognized as a variable. I would like to have this style
recognized as a variable.
Is there a way to change the recognition of variables in batch style. To add
words quoted in "!" to be recognized also as a variable? (like words quoted
in "%")


______________________________________________________________________
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: Wed, 10 Dec 2008 09:56:45 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Easy
        Color   Picker Version 1.1 UNICODE
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


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

Hi folks,

here you can find an improved version of Easy Color Picker:

dll:
http://schlemmerkino.de/colorpicker/EasyColorPicker_V1_1_bin.7z

Delphi src:
http://schlemmerkino.de/colorpicker/EasyColorPicker_V1_1_src.7z

Color symbols f?r Delphi, VB, C++ ... are being added automatically now, where
needed.

Have fun,

Simon

______________________________________________________________________
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



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

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/

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

_______________________________________________
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 31, Issue 19
*************************************************

Reply via email to