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 - Open Discussion] RE: Notepad++ v5 Official
Release is available (SourceForge.net)
2. [notepad-plus - Help] QuickText & Notepad++ V5.0 (Not BETA)
(SourceForge.net)
3. [notepad-plus - Open Discussion] Sample source files
(SourceForge.net)
4. [notepad-plus - Open Discussion] Feature Request: File
Management, Tab Switch (SourceForge.net)
5. [notepad-plus - Help] PHP + XHTML Syntax Highlighting
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Feature Request: Persist
recent Find+Replace (SourceForge.net)
7. [notepad-plus - Help] RE: PHP + XHTML Syntax Highlighting
(SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Notepad++ v5 Official
Release is available (SourceForge.net)
9. [notepad-plus - Help] RE: Cursor jumps 2 rows up after delete
selec (SourceForge.net)
10. [notepad-plus - Help] BUG: NPP5 not allow non-ANSI characters
(SourceForge.net)
11. [notepad-plus - Open Discussion] Mark files as dirty
consistently (SourceForge.net)
12. [notepad-plus - Open Discussion] RE: Notepad++ v5 Official
Release is available (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 09 Jul 2008 00:12:13 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5 Official Release is available
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=5082994
By: donho
> if i could make a suggestion, rename the options to something like:
> Highlight matching tags
> Highlight tag attributes
Suggestion is taken.
> i recommend that an option be added to highlight just the tagnames themselves
Unfortunately, the implementation is done, and I like it personally.
> i also noticed that the self-closed tags such as <img /> are improperly lexed
I'll take a look into it.
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=331753
------------------------------
Message: 2
Date: Wed, 09 Jul 2008 00:56:38 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] QuickText &
Notepad++ V5.0 (Not BETA)
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=5083053
By: lancealbanese
Hello All.
I have fixed my issue with QuickText and Notedpad++ V5.0 (Not BETA)
Here's what I found:
1 - Ctrl + Enter is mapped to Word Completion.
2 - I remapped it to Ctrl + Shift + Enter
That fixed my problem!
I can now type my shorthand codes, hit Ctrl + Enter and my code pops right in.
YES!
Good Luck!
-Lance
______________________________________________________________________
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, 09 Jul 2008 02:45:44 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Sample
source files
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=5083186
By: linuxamp
Does anyone have a set of sample source files for all supported syntax
highlighted
languages? I'm trying to make a new color scheme but I only have source files
for languages I use.
The best option would be a simple file for each language which includes all
language parts. For instance
<?php // this is a question mark
// this is a comment line
/*
* This is a comment block
*/
$var = "hello world" // This is a variable, operator and double quoted string
______________________________________________________________________
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: Wed, 09 Jul 2008 02:59:34 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
Request: File Management, Tab Switch
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=5083198
By: nobody
1. Using the FTP folders, I would love to see the folder and file list be two
separate panes, rather than listing files in with the folder treeview. With
many files and folders in a structure, the treeview becomes rather unwieldy.
(see next item)
2. Ftp Folders: would be very useful to apply a filter to the files, e.g.
*.asp;*.html so as not to see the large number of .bak files I'll never touch
but can't delete.
3. Tab Switching: turn off the pop-up list of files and just switch the darn
tabs.
Terrific application! Well done.
- Bill in KCMO, USA
______________________________________________________________________
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, 09 Jul 2008 05:56:34 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] PHP + XHTML Syntax
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=5083439
By: eschool-rpg
I recently switched most of my website code from HTML 4.01 transitional to XHTML
1.0 transitional. I noticed following this that Notepad++ only recognizes the
PHP syntax highlighting but not the XHTML. I can change the language to XML
of course, but then it only syntax-highlights my XHTML and not my PHP. Do I
need some sort of plugin for Notepad++ to syntax highlight both languages?
______________________________________________________________________
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: Wed, 09 Jul 2008 06:09:07 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature Request: Persist recent Find+Replace
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=5083458
By: nobody
I second that - quite an option that is the only one that prevents me from final
migration to Notepad++.
______________________________________________________________________
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, 09 Jul 2008 07:11:48 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: PHP + XHTML
Syntax 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=5083553
By: eschool-rpg
Er, well, just kidding, it appears as though I had left off a closing tag toward
the beginning of my code, which unhighlighted everything.
Cheers!
______________________________________________________________________
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, 09 Jul 2008 07:13:47 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5 Official Release is available
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=5083559
By: fool4uanyway
> Just remove NPPTextFX.ini from %APPDATA%\notepad++\ will solve your problem.
Remove the file and lose all other settings... or
Simply de-activate CaptureCutCopyPaste: set it to a value of 0, instead of 1.
You can also do this in Notepad++, but it requires a restart to become
(in)active
anyway:
Menu_____ : TextFX
Submenu__ : TextFX Viz Settings
Option___ : +Viz Capture Keyboard Ctrl-C,X,V (uncheck this option)
You will be informed about the new setting by a message, so there will be no
doubt if the option was (by bug) invisibly checked before:
"Next time you load Notepad++, Ctrl X,C,V will (not) be captured!"
______________________________________________________________________
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: Wed, 09 Jul 2008 07:20:59 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Cursor jumps 2
rows up after delete selec
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=5083563
By: fool4uanyway
Yes, that does the trick.
See also the thread
"Notepad++ v5 Official Release is available" (Open Discussion forum)
http://sourceforge.net/forum/forum.php?thread_id=2107810&forum_id=331753
Contents of the next message pasted below:
"RE: Notepad++ v5 Official Release is available"
By: Fool4UAnyway (fool4uanyway) - 2008-07-09 09:13
http://sourceforge.net/forum/message.php?msg_id=5083559
> Just remove NPPTextFX.ini from %APPDATA%\notepad++\ will solve your problem.
Remove the file and lose all other settings... or
Simply de-activate CaptureCutCopyPaste: set it to a value of 0, instead of 1.
You can also do this in Notepad++, but it requires a restart to become
(in)active
anyway:
Menu_____ : TextFX
Submenu__ : TextFX Viz Settings
Option___ : +Viz Capture Keyboard Ctrl-C,X,V (uncheck this option)
You will be informed about the new setting by a message, so there will be no
doubt if the option was (by bug) invisibly checked before:
"Next time you load Notepad++, Ctrl X,C,V will (not) be captured!"
______________________________________________________________________
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: Wed, 09 Jul 2008 07:35:35 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] BUG: NPP5 not allow
non-ANSI characters
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=5083589
By: e-remit
Upgraded my NPP from v4.9 to 5.0 final, but rolled back to 4.9 because there
are problems with non-ANSI (Unicode) characters. There are no problems to open
"UTF-8 without BOM" file and all characters is OK. But when trying to enter
non-ANSI characters, there appeared some other symbols. On v4.9 behavior is
correct.
______________________________________________________________________
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: 11
Date: Wed, 09 Jul 2008 08:09:16 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Mark
files as dirty consistently
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=5083636
By: fool4uanyway
> 13. Add asterisk in title bar if file is dirty.
This also happens if a file was deleted and you decided to keep it open
in Notepad++.
I think this is OK. The file can (still or again) be saved with the same name.
I didn't read about this in the change log.
Would it be a further improvement to mark files as dirty consistently?
Currently, a dirty file('s name) is:
- marked by a preceding asterisk * in the title bar
- marked by a succeeding asterisk * in the Windows window
- marked by a red disk on the file's tab
I think it would be best to always mark the file's name by a preceding asterisk
(also) then. Of course, the file tab's disk is already colored red, but it would
always be immediately visible by looking at a file's name whether it has changed
since the last save or not.
______________________________________________________________________
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, 09 Jul 2008 08:10:00 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5 Official Release is available
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=5083638
By: nobody
Seems the Tag highlighting is wrong in some case, why don't use the algorithm
used in HTML Tag Plugin? Its more accurate.
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 26, Issue 22
*************************************************