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 - Open Discussion] RE: PowerShell   support
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Real auto-indention
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] Increasing       "bug" priority?
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] Change markers   duplicate
      settings (SourceForge.net)
   5. [notepad-plus - Help] Regular Expression  Groups: ()* and ()+
      (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE:   Premature end of code
      (XML Tools v2.1.3) (SourceForge.net)
   7. [notepad-plus - Help] COBOL comments (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE:   Premature end of code
      (XML Tools v2.1.3) (SourceForge.net)
   9. [notepad-plus - Open Discussion] Bug : Very       Slow Find&Replace
      (SourceForge.net)
  10. [notepad-plus - Help] Missing Toolbar in 5.4.3 (SourceForge.net)


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

Message: 1
Date: Thu, 11 Jun 2009 17:49:44 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        PowerShell      support
To: nore...@sourceforge.net
Message-ID: <7439225.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=7439225
By: im2crazy4u

"Are Search Goggles a hardware/machine? "

I am really hoping that this is just a language issue. You know what PowerShell,
Java and C++ are, but you have no idea what Google is? If that is true, then
you are an amazing anomaly.

Try:
http://www.google.ca/search?q=Notepad%2B%2B+PowerShell+Lexer

______________________________________________________________________
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: 2
Date: Thu, 11 Jun 2009 17:57:41 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Real
        auto-indention
To: nore...@sourceforge.net
Message-ID: <7439280.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=7439280
By: joleg74

atakoo, 
If you'd enter this feature in ideaTorrent
(http://apps.sourceforge.net/ideatorrent/notepad-plus/), I'd +1 it.

joce

______________________________________________________________________
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: Thu, 11 Jun 2009 21:50:40 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Increasing      "bug" priority?
To: nore...@sourceforge.net
Message-ID: <7439620.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=7439620
By: kwutzke2

Hello,

I'm referring to

https://sourceforge.net/tracker/?func=detail&aid=2790395&group_id=95717&atid=612
385

It was opened up some weeks ago. Is there any way to increase the priority of
this? I checked with other items with a priority of 5 and this one seems a lot
more important overall. It most likely affects *all* users.

What's up with the ideatorrent? (or whatever it was called)

Karsten

______________________________________________________________________
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: 4
Date: Thu, 11 Jun 2009 22:45:40 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Change
        markers duplicate settings
To: nore...@sourceforge.net
Message-ID: <7439689.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=7439689
By: cchris

There are two sets of change markers settings in the Styler Configurator: one
as part of Global Style and one standalone ("Change markers" at the bottom of
the leftmost list).

The items from Global Style don't seem to have any effect, yet they are not
disabled or otherwise marked as inactive.

Will they disappear in 5.4.4 or 5.5, whichever comes first?

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=331753



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

Message: 5
Date: Thu, 11 Jun 2009 23:13:50 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Regular Expression
        Groups: ()* and ()+
To: nore...@sourceforge.net
Message-ID: <7439718.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=7439718
By: sngbrdb

I know that regular expressions are limited in npp, due to the limitations in
SciTE.  But I was surprised today to find that * and + don't work when applied
to a group.

Searching for software version numbers (e.g. 1.0.36.14 or 11.1.20090101, etc.)
    Pattern:  ([0-9]+)(\.[0-9]+)*
    Npp:       "Fail."

Even the simple pattern ([0-9])+ fails. 

After thinking about it for a moment, I can see why:  repetition operators on
a group result in multiple groups with the same name.  Other engines allow you
to iterate capture groups, but I'm guessing the SciTE engine blarfs on that.

If there's a way to ignore a capture group in npp, I'm golden:   (?:[0-9])+
would be the pattern in other apps.

Possible in npp/SciTE?

Thanks!

______________________________________________________________________
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: Thu, 11 Jun 2009 23:48:42 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Premature end of code (XML Tools v2.1.3)
To: nore...@sourceforge.net
Message-ID: <7439770.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=7439770
By: andys01


I'm working with a lot of .HTML files, with thousands of lines of code, so it's
impractical to edit them all to look like XML files.

Is there a config file or something that I could change so the plugin handles
HTML as well?


______________________________________________________________________
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: 7
Date: Fri, 12 Jun 2009 05:59:31 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] COBOL comments
To: nore...@sourceforge.net
Message-ID: <7440120.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=7440120
By: madcompie

COBOL handles 2 types of comments:
1) line comment = an asterisk "*" at column 7
2) partial line comment = a "*>" anywhere after column 7 on the line (like the
C "//" equivalent)

How to integrate this in the syntax?
Can I use regexp in the comment definition for this user defined language?
By the way: I can't find anywhere the explanation of the comment syntax?

This is my userDefineLang.xml :

<UserLang name="cobol" ext="COB cbl">
        <Settings>
            <Global caseIgnored="yes" />
            <TreatAsSymbol comment="no" commentLine="no" />
            <Prefix words1="yes" words2="yes" words3="yes" words4="yes" />
        </Settings>
        <KeywordLists>
            <Keywords name="Delimiters">(00)00</Keywords>
            <Keywords name="Folder+">blockBegin IF</Keywords>
            <Keywords name="Folder-">blockEnd END-IF</Keywords>
            <Keywords name="Operators">&lt; = &gt;</Keywords>
            <Keywords name="Comment">1* 2* 2 0* /* /-*</Keywords>

The folder+ and folder- also don't work ?

______________________________________________________________________
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: Fri, 12 Jun 2009 08:58:43 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Premature end of code (XML Tools v2.1.3)
To: nore...@sourceforge.net
Message-ID: <7440431.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=7440431
By: cchris

The plugin already exists I think, it is called TextFX HTML Tidy.

You should consider revieong its script options, from 
http://tidy.sourceforge.net/,
and then use that to turn your HTML into well formed XHTML. I believe XML Tools
can handle that.

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=482781



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

Message: 9
Date: Fri, 12 Jun 2009 09:06:50 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug :
        Very    Slow Find&Replace
To: nore...@sourceforge.net
Message-ID: <7440443.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=7440443
By: zgish

All release of Notepad++ up to 5.4.3 perform a very SLOW find&replace of large
number of short string or characters (e.g replace 100000 characters "," with
":"); moreover, the "undo" or "redo" after these huge search&replace  can hung
Notepad++.
Such bug appears randomly but can be verified repeating the search&replace a
couple of times on a large file.

Please note that this behaviour is strange, considering that Notepad++ is at
least 20 time slower (or it even hungs) compared to other editor based on 
Scintilla,
such as Wscite or Programmer Notepad  (the same used by Notepad++). or other
similar editor (e.g. Jedit)







______________________________________________________________________
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: Fri, 12 Jun 2009 09:48:07 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Missing Toolbar in
        5.4.3
To: nore...@sourceforge.net
Message-ID: <7440521.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=7440521
By: mrdleigh

This happened when I installed 5.4.3.  

My toolbar is gone now and no amount of adjusing of toolbar hide/icon size 
options
or uninstalling/reinstalling has brought it back.  It's running on a Win2K Pro
SP4 box.

Going back to 5.4.2 restores the icons.  I did some back and forth installs
between 5.4.2 and 5.4.3 and it's clear that 5.4.2 works and 5.4.3 does not for
the toolbar being visible.

So for now, I'm staying at 5.4.2, but I'd like someone to look into what this
could be please.
Thanks!


______________________________________________________________________
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



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

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects

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

_______________________________________________
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 37, Issue 33
*************************************************

Reply via email to