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 - Open Discussion] RE: Notepad++    as a Python
      IDE (SourceForge.net)
   2. [notepad-plus - Help] Find unmatched braces? (SourceForge.net)
   3. [notepad-plus - Help] RE: Find unmatched braces? (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Notepad++    as a Python
      IDE (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Notepad++    as a Python
      IDE (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Notepad++    as a Python
      IDE (SourceForge.net)
   7. [notepad-plus - Help] RE: Problems with   bulgarian in
      notepad++ (SourceForge.net)
   8. [notepad-plus - Help] RE: Find Character "n"      and replace
      "n+1" (SourceForge.net)
   9. c++ builder 6 compile HELP (ZhouFlaky)
  10. [notepad-plus - Plugin Development] ASPELL -      "relative path
      to aspell" (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Notepad++    v5.0.3 new
      release (SourceForge.net)
  12. [notepad-plus - Help] Open folder as Project (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Feature      Request: add
      "select all"... (SourceForge.net)


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

Message: 1
Date: Wed, 03 Sep 2008 01:06:08 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       as a Python IDE
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=5220770
By: creativebob

here is my edited xml file, did i follow your instructions corretly with the
quote thing?
http://www.nomorepasting.com/getpaste.php?pasteid=19827

please not that im very new to programming and dont know any xml. what exactly
did you mean by:
NPP_DIRECTORY
and
quote that Notepad++ environment variable

sorry im such a noob :X
also i made te command name="runpyth"

______________________________________________________________________
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: Wed, 03 Sep 2008 01:57:04 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Find unmatched
        braces?
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=5220911
By: achappel

Currently, the only way I know how to find unmatched braces is to select each
brace and see if it changes to the colour specified by the "brace highlight
style" or "bad brace colour".  It would be great if there was a way to either
search for unmatched braces (e.g. regex) or permanently show unmatched braces
in their "bad brace colour" until they become matched.  Does anyone know if
either of these methods are possible?  I know Notepad++ includes regex, but
I don't know the appropriate expression to use.



______________________________________________________________________
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: Wed, 03 Sep 2008 01:58:34 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find unmatched
        braces?
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=5220920
By: achappel

P.S. I'm using parentheses for braces.  

______________________________________________________________________
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: Wed, 03 Sep 2008 03:34:20 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       as a Python IDE
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=5221179
By: mhuffman

Yes, the quoting looks correct.
If there is a space in the path where Notepad++ in installed (such as Program
Files) then you need to surround $(NPP_DIRECTORY)\runpy.bat in quotes as well
(using the character entity as described previously)

Also, I note in your latest version you have duplicated the Alt+F2 key; be sure
to use a key combination that is not already in use.

Mike


______________________________________________________________________
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, 03 Sep 2008 04:10:52 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       as a Python IDE
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=5221289
By: creativebob

I must be close to having this working...
here is my updated xml file:
http://www.nomorepasting.com/getpaste.php?pasteid=19837
i changed it to alt + 106 which is alt j right?


a added more & q u o t e s ; because notepad is in C:/programfiles/notepad++

also i edited the .bat file so it is C:/python25 rather than D:/python25 because
i python is in C:/

______________________________________________________________________
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, 03 Sep 2008 04:29:24 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       as a Python IDE
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=5221339
By: creativebob

http://www.asciitable.com/ is what i used for the letters, i tried both 106
and 74 for j

______________________________________________________________________
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, 03 Sep 2008 08:01:55 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problems with
        bulgarian in notepad++
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=5222021
By: dv__

Can it be the same as here?
- http://sourceforge.net/forum/forum.php?thread_id=2199372&forum_id=331754

______________________________________________________________________
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, 03 Sep 2008 11:30:43 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find Character
        "n"     and replace "n+1"
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=5222702
By: fool4uanyway

Take a look here, to see what you can do:

"Preparing numbers to be sorted by TextFX sort" (Plugin Development forum)
http://sourceforge.net/forum/forum.php?thread_id=2011755&forum_id=482781

This thread may also contain some useful or interesting information:

"Help deletin dupe words/lines and sorting"
http://sourceforge.net/forum/forum.php?thread_id=2105317&forum_id=331754


______________________________________________________________________
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: 9
Date: Wed, 3 Sep 2008 15:27:34 +0000
From: ZhouFlaky <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] c++ builder 6 compile HELP
To: <notepad-plus-plus@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="gb2312"

compile using mingw32 under xp is OK

but i only have borland c++ builder as a IDE program, and i could not config 
the right way to compile the srouce codes.

thank you.

_________________________________________________________________
??????MSN??????????????????????????????????????
http://mobile.msn.com.cn/
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 10
Date: Wed, 03 Sep 2008 16:45:39 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        ASPELL -        "relative path to aspell"
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=5223773
By: andys01

I'm running NPP 5.0.3 and when I try to do a spell check, I get the popup asking
for the relative path name for aspell.dll

I've installed aspell and I've tried entering a relative path to the existing
dll, but every time I try to spell check something, I get the popup.

(BTW: It would be nice if there was a 'Browse...' button on this popup.)

Andy

______________________________________________________________________
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: 11
Date: Wed, 03 Sep 2008 17:31:40 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.0.3 new release
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=5223946
By: rchl

Actually this turned out to be an Opera widgets 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=331753



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

Message: 12
Date: Wed, 03 Sep 2008 18:53:27 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Open folder as
        Project
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=5224220
By: ktmlover

Hi,  I can't figure out how to get SF to search only forums related to 
Notepad++,
so I'm posting this.  Forgive me if it's been asked an answered.

Can Notepad++ open a folder as a project?  I have tried using E (a Windows 
version
of TextMate) and the main thing that I like about it is the ability to define
a folder as a Project and work within that folder's structure, including being
able to create files directly in any sub-folder.

For that matter, can Notepad++ display a folder tree along side open documents?

Thanks for your help.

______________________________________________________________________
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: 13
Date: Wed, 03 Sep 2008 19:17:48 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request: add "select all"...
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=5224307
By: im2crazy4u

I always found CTRL+A to work fine for this all the time. And most programs
use this same shortcut.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

_______________________________________________
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 28, Issue 5
************************************************

Reply via email to