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 - Plugin Development] Gtags and     Ctags based
      search. (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: Gtags     and Ctags based
      search. (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: v5.4 RC (SourceForge.net)
   4. [notepad-plus - Help] russian in 5.3.1 (SourceForge.net)
   5. [notepad-plus - Help] RE: Find multiple words     in a single
      document (SourceForge.net)
   6. [notepad-plus - Help] RE: Find multiple words     in a single
      document (SourceForge.net)
   7. [notepad-plus - Open Discussion] Bookmark visual style
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Notepad++    bug in v5.3.1
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: NOTEPAD ++   SUCKS!!!
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: v5.4 RC (SourceForge.net)
  11. [notepad-plus - Help] RE: Simple function to      bracket words or
      phrases (SourceForge.net)


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

Message: 1
Date: Tue, 28 Apr 2009 07:07:26 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Gtags
        and     Ctags based search.
To: nore...@sourceforge.net
Message-ID: <7304756.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=7304756
By: mohan_knb

Hi Friends,
I have started development of a plugin for gtags and ctags based search for
notepad++.

I have hosted the initial version @ http://gtagfornplus.sourceforge.net

Please try and give me your feedback!

Thanks & Regards,
Mohan S

______________________________________________________________________
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: 2
Date: Tue, 28 Apr 2009 07:14:32 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Gtags   and Ctags based search.
To: nore...@sourceforge.net
Message-ID: <7304792.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=7304792
By: mohan_knb

Forgot to mention... It uses code from NPPSVN and MultiClipboard plugins. Thanks
to the authors for those excelent plugins!

______________________________________________________________________
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: 3
Date: Tue, 28 Apr 2009 07:53:26 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: v5.4
        RC
To: nore...@sourceforge.net
Message-ID: <7305096.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=7305096
By: janschreiber

Great work, thanks guys! AFAIK, the currently used scintilla can draw 
indentation
guides in completely empty lines (without leading spaces/tabs), like in this
mock-up: http://img524.imageshack.us/img524/9559/scintilla.jpg
 Is there a hidden setting that would allow me to enable this behavior in N++?

______________________________________________________________________
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: Tue, 28 Apr 2009 08:14:16 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] russian in 5.3.1
To: nore...@sourceforge.net
Message-ID: <7305163.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=7305163
By: levchenko

Hi All,

russian still doesn't work in notepad++. 
the problem existed in the past
(http://sourceforge.net/forum/forum.php?thread_id=1952622&forum_id=331754) and
it looks like its still here.. any help with this please?????


Thanks in advance,

Ivan

______________________________________________________________________
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: 5
Date: Tue, 28 Apr 2009 08:30:23 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find multiple
        words   in a single document
To: nore...@sourceforge.net
Message-ID: <7305362.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=7305362
By: cchris

Scintilla does not support the lternation ('|') operator, as well as a couple
other common regex features. This is a real pain. Of course, I understand that
relying on Scintilla's engine helped developping N++, but still.

So:
1/ You can always search for the words individually, unless there are say half
a dozen or more;
2/ Use another editor for that specific task. There are still a few things 
ConTEXT
does better than N++, to talk about one I'm used to.
3/ If searches could be recorded in a macro, you could devise one lumping all
individual searches together - I assume the set of words you look for hardly
changes over time. This is not currently possible, but shhhhh... I'm working
on it. It will take time.

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: 6
Date: Tue, 28 Apr 2009 08:40:30 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find multiple
        words   in a single document
To: nore...@sourceforge.net
Message-ID: <7305429.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=7305429
By: mike_hinson


A shortcut to find multiple words that I use all the time is.

1). Paste a list of words you want to find in the top of your document:
e.g. word1 word2 word3 word4

2). find the first word and set the find to "mark line" & "Style token"
3). select the second word then press <ctl>m to find & mark all
4). repeat for all the words you want to find

Not ideal if you have dozens of words. but better than going right into the
find dialog each time.

Shame the regular expressions are so limited.


______________________________________________________________________
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: Tue, 28 Apr 2009 08:41:53 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bookmark
        visual style
To: nore...@sourceforge.net
Message-ID: <7305438.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=7305438
By: pjlbyrne

Hello,

I have recently started using Notepad++, and it is a very good program.

One little problem: I have changed my colour settings to black background, and
the bookmark icons do not look very nice: they appear to be designed to look
like a domed blue button against a white background. This looks ugly and patchy
against a black background.

I see on the website that there are screenshots showing bookmarks in a flat
style - yellow with a black outline. Is it possible to select this style of
bookmark, please?

Thanks

Patrick Byrne



______________________________________________________________________
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: 8
Date: Tue, 28 Apr 2009 08:51:03 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       bug in v5.3.1
To: nore...@sourceforge.net
Message-ID: <7305492.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=7305492
By: k_nitin_r

Hmm.... 

I may have spoken too soon.

The DLL is used to handle the Edit with Notepad++ context menu item. The
copy-to-system32 thingie wouldn't work either.

I tried a clean install on Win2K3 server and it works. The cause of the problem
must be the uninstall-and-reinstall approach to move from the older version
to the newer version :-(

Regards,
N

______________________________________________________________________
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: Tue, 28 Apr 2009 08:58:38 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        NOTEPAD ++      SUCKS!!!
To: nore...@sourceforge.net
Message-ID: <7305540.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=7305540
By: k_nitin_r

I think all free software comes with a term that says "Your mileage may vary".
If you're willing to pay for a feature, you could put up a bounty and a 
developer
can come along and fix whatever it is you need.

...or you can go with EditPlus, Textpad, or NoteTab Pro, all of which are 
commercial
alternatives to Notepad++. I believe Notepad Pro is freeware, but it's
not open-source.

It's unfair to compare free, open-source software with other commercial software
that you use because free, open-source software is created by programmers who
take time out of their daily routine to contribute to the development community,
unlike commercial software which is developed by people who are paid to work
at their computers all day.

______________________________________________________________________
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: Tue, 28 Apr 2009 08:59:05 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: v5.4
        RC
To: nore...@sourceforge.net
Message-ID: <7305542.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=7305542
By: randombystander

janschreiber,
View - "Show White Space and TAB" and the two below should do what you want.

______________________________________________________________________
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: 11
Date: Tue, 28 Apr 2009 09:00:52 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Simple function
        to      bracket words or phrases
To: nore...@sourceforge.net
Message-ID: <7305550.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=7305550
By: mike_hinson

Hi, try this way of using a macro.


1). Select words or word to enclose in brackets
2). select macro/start recording
3). press "<ctl>x" to cut marked text
4). enter starting bracket e.g. {
5). press "<ctl>v" to paste test back into document, cursor will be positioned
at the end of the block.
6). enter ending bracket e.g. }
7). select macro/stop recording
8). select macro/save current recorded macro
9). give it a name & a shortcut key

enjoy :-)


______________________________________________________________________
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



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

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf

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

_______________________________________________
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 35, Issue 51
*************************************************

Reply via email to