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] RE: PHP functions highlighting?
(SourceForge.net)
2. [notepad-plus - Help] regex bug? \r (SourceForge.net)
3. [notepad-plus - Help] RE: regex bug? \r (SourceForge.net)
4. [notepad-plus - Open Discussion] local character set cannot
be displayed (SourceForge.net)
5. [notepad-plus - Plugin Development] Calltip - feature add
(SourceForge.net)
6. [notepad-plus - Help] RE: Tidy not working (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: local character set
cannot be displayed (SourceForge.net)
8. [notepad-plus - Plugin Development] RE: Calltip - feature add
(SourceForge.net)
9. [notepad-plus - Help] Can't write with regional chars, c&p
works (SourceForge.net)
10. [notepad-plus - Help] Feature Request - Mark lines
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sat, 24 Jan 2009 04:03:06 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: PHP functions
highlighting?
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=6232708
By: phazei
I noticed NPP highlights some built in functions and not others. Like it
highlights
array() but not array_merge(). Any reason it doesn't do this?
I come from using SciTE and it highlights all of them so I know NPP could.
Otherwise I could add them to the user defined keywords I suppose. Just
wondering
why.
Oh, and does anyone have a list of all those functions so I can add them? :D
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: 2
Date: Sat, 24 Jan 2009 04:28:05 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] regex bug? \r
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=6232903
By: phazei
I'm not sure if it's just me or what.
When using "extended" search mode \r and \n work just fine. But if I switch
to regular expressions, it always says not found. This also happens to me in
SciTE. There's not much to do to get it wrong here. It works with the other
backslash shortcuts, but not those two. I'm using the latest version.
Is this broken in Scintilla?
If I'm doing something retarded, please correct 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=331754
------------------------------
Message: 3
Date: Sat, 24 Jan 2009 05:20:58 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: regex bug? \r
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=6233208
By: phazei
Ah, found in the docs that each regex search only covers a single line so \r
\n won't be found. So multiline searches are only possible with the extended
search.
______________________________________________________________________
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: Sat, 24 Jan 2009 13:01:59 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] local
character set cannot be displayed
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=6236425
By: turguta
Hello All
I am us?ng notepad++ as main text editor for my all web stuff. I have been
experiencing a problem with editing local language file that are used as
translating
some extensions used on the web applications.
I will give specific example. I have a web site in Turkish and any extensions
used on the web site has its own language file to translate that extension's
front-end. Sometimes I need to edit these files and modift. However, when I
open them and try to type Turkish words, the characters are not coming right
and these files when used on the web site the characters are not legible.
I am using notepad++ in ASCII mode and if I use in UTF-8 I have more problems.
I wonder if anybody can have an advice to resolve the editing issue with files
in Turkish (iso-8859-9)
Thanks
Turgut
______________________________________________________________________
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: Sat, 24 Jan 2009 12:48:59 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Calltip - feature add
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=6236351
By: shamuntoha
calltip i mean this screen shot:
http://notepad-plus.wiki.sourceforge.net/Create_AutoComplete
how can i add my own description in call tip? like example following senario:
writing 'function1(' and the calltip with my custom description
function1(
---------------------------------------------------------------------
int function1( par1, par2)
---------------------------------------------------------------------
*This function we are using for this etc etc bla bla
bla bla etc etc
*This is the dictionary for calltip/autocomplete tips
---------------------------------------------------------------------
______________________________________________________________________
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: 6
Date: Sun, 25 Jan 2009 00:37:17 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Tidy not
working
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=6240674
By: donho
I'll try to fix it in the next version.
Don
______________________________________________________________________
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: Sat, 24 Jan 2009 13:08:56 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
local character set cannot be displayed
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=6236476
By: turguta
sorry for some spelling and grammar errors. I tried to correct them but could
not edit the message.
______________________________________________________________________
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: Sat, 24 Jan 2009 14:56:22 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Calltip - feature add
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=6237210
By: janschreiber
Please read the existing instructions more carefully instead of spamming the
forums. It's
<Overload retVal="int" descr="The description goes here.">
______________________________________________________________________
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: Sat, 24 Jan 2009 14:57:42 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Can't write with
regional chars, c&p works
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=6237219
By: aidenn
I have this problem with 5.1.4 Unicode (5.1.3 was like that too).
The encoding is correct (UTF-8), when I open a file already containing
diacritics
of my language (Polish) it displays them correctly, the same goes for copying
& pasting from standard notepad or anything else, but when I try to write them
myself, I get ISO-8859-2 rubbish, eg. like my keyboard/font was CP1250 (which
is the case in Windows), but N++ recognized them as ISO-8859-2, which has a
different glyph layout (it was a famous problem with linux once).
For example, I write: "za???? g??l? ja??" and get: "za???? g??l?
ja??" (RALT+S and RALT+Z for ? and ? don't work at all). It's strange, I
don't remember this happening before.
I'm using Windows 7 beta.
______________________________________________________________________
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: Sat, 24 Jan 2009 15:50:24 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Feature Request -
Mark lines
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=6237565
By: jchoksi
Hi
Notepad++ is a very nice & feature rich text editor and I have a
suggestion/request
for a new feature which would make it even more useful.
The feature already exists in editors like TextPad and here is the exact
description
of the feature as shown on the TextPad website:
(http://www.textpad.com/products/textpad/features.html)
"Visible bookmarks can be placed on individual lines, and on all occurrences
of a search pattern. Bookmarked lines can be cut, copied or deleted."
The ability to "mark" lines and then manipulate the marked lines be it to
cut/copy
or delete them is a very very useful feature.
The way it works in TextPad is that from the Find dialog box, the user can
choose
to click a "Mark all" or "Unmark all" button which would use the search criteria
(regexp or plain) and apply it to the whole document, marking or unmarking each
occurrence.
Once marked lines exist in the document, the user is free to cut/copy/delete
the marked lines as needed.
If other readers of this post, like the concept of this feature or have any
comments about it (i.e something similar already exists, please reply and let
me/us know)
regards,
JC
______________________________________________________________________
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 49
*************************************************