Send Notepad-plus-plus mailing list submissions to
[email protected]
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] User Defined Language Help- Phrase as
Keyword (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: auto-indentation
(SourceForge.net)
3. [notepad-plus - Plugin Development] RE: Word Count in
Notepad++? (SourceForge.net)
4. [notepad-plus - Open Discussion] Horizontial Scrollbar Size
in Notepad++? (SourceForge.net)
5. [notepad-plus - Help] NPP: Auto Indent plugin question
(SourceForge.net)
6. [notepad-plus - Help] Compound delimiters (SourceForge.net)
7. [notepad-plus - Plugin Development] RE: Word Count in
Notepad++? (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: auto-indentation
(SourceForge.net)
9. [notepad-plus - Help] multiple word count - Help!
(SourceForge.net)
10. [notepad-plus - Translation] Hungarian Translation is updated
(SourceForge.net)
11. [notepad-plus - Help] RE: User Defined Language Help- Phrase
as Keyword (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 13 Jan 2009 17:38:27 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] User Defined
Language Help- Phrase as Keyword
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=6100309
By: floridonet
Is there a way to keyword/highlight a phrase??
ie. ("highlight this")
______________________________________________________________________
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, 13 Jan 2009 17:38:48 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
auto-indentation
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=6100316
By: mathmax
Ok it works. But now I want this script only in npp. I try adding this around
it :
IfWinActive, % - Notepad++ and regexmatch(WinGetTitle, ".+\xml - Notepad++")
{
}
But it doesn't work. Di you know why ?
Which other actions do you use with this tool ? Is it possible to have a
shortcut
wor browsing next/previous directory in the windows explorer ?
______________________________________________________________________
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, 13 Jan 2009 18:04:42 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Word Count 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=6100667
By: countdown
TextFx -> TextFX Tools -> Word count.
______________________________________________________________________
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: 4
Date: Tue, 13 Jan 2009 18:52:08 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Horizontial Scrollbar Size 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=6101532
By: limitphp
Is there a way to make the horizonatal scrollbar at the bottom in Notepad++
larger?
It seems to be really tiny and hard to grab for me.
______________________________________________________________________
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: Tue, 13 Jan 2009 14:01:53 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] NPP: Auto Indent
plugin question
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=6097948
By: renehug
Hi,
does anybody know how to use the Npp AutoIndent plugin? File name
is NppAutoIndent.dll.
I can see it in the menu but I'm not clear how to use it! I expected some
formating
help when writing code but whatever I do there is no effect.
Any help is appreciated.
Cheers
Ren?
______________________________________________________________________
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, 13 Jan 2009 19:10:24 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Compound delimiters
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=6101866
By: wildgunman
I'm having a big issue with the syntax highlighting when using compound
delimiters.
I use Notepad++ primarily to program in Stata, but I've encountered this problem
with other things as well.
The problem is as follows:
In stata, macros are handled with single quote delimiters, like this
`-macroname- '.
Strings are encapsulated in double quotes, like this
"-string-".
If a macro outputs a string it must often be quoted:
" `-stringmacro- ' "
So for that one, Notepad jumps on the first delimiter (the ") and waits until
second quote to close it off. So the macro is higlighted as a string and not
a macro. That's a little annoying, but really no big deal.
Stata sometimes requires a compound quote (`" "') to get around certain issues
invoking double quotes. So the following means string, but is highlighted as
macro:
`"-string-"'
Again, no big deal. The real problem comes when you need to surround a macro
with smart quotes:
`" `-macroname-' "'
Notepad++ freaks out now, since it sees the first -'- as the end of the macro
and the next -"- as the <i>beginning</i> of a string. Now the entire rest of
the program is highlighted as a string, destroying all the rest of the syntax,
including the level delimiters.
Is there any fix for this, other than hacking the quotes with comment lines
or removing one of the delimiter tags?
______________________________________________________________________
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, 13 Jan 2009 19:11:08 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Word Count 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=6101873
By: rmiller1959
Thank you!
______________________________________________________________________
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: 8
Date: Tue, 13 Jan 2009 19:14:05 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
auto-indentation
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=6101924
By: janschreiber
> Is it possible to have a shortcut wor browsing next/previous directory in
the windows explorer ?
What about Alt+Left/Right? :-)
______________________________________________________________________
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, 13 Jan 2009 19:40:54 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] multiple word count
- Help!
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=6102406
By: reverendmo
I hope someone can help. I need to parse a file for specific words and count
them. That is done easily enough using the find feature. What I would like to
do is to search for multiple words at the same time. I have tried using regular
expressions ex. word1|word2, and have had no luck.
Any thoughts? The goal is to search a document for a list of words and count
how many times those words appear.
Thanks in advance!
______________________________________________________________________
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: 10
Date: Tue, 13 Jan 2009 20:23:19 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] Hungarian
Translation is updated
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=6102902
By: batagy
Hungarian Translation is updated for Notepad++ 5.1.3
Now Unicode and ANSI version of language file is included in installer of 5.1.4
version.
______________________________________________________________________
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=558104
------------------------------
Message: 11
Date: Tue, 13 Jan 2009 22:03:39 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Defined
Language Help- Phrase as Keyword
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=6104146
By: airdrik
Not in the current setup, since it uses a space-separated list of identifiers,
and there isn't a way to escape the spaces. If it were a comma-separated list
then maybe, if the scintilla editor component will handle such things.
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 32, Issue 26
*************************************************