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: Collapse Fix
(SourceForge.net)
2. [notepad-plus - Open Discussion] Cannot use the notepad++.exe
%1 (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Cannot use the
notepad++.exe %1 (SourceForge.net)
4. [notepad-plus - Help] RE: russ lang trouble (SourceForge.net)
5. [notepad-plus - Help] RE: Highlighted Txt (SourceForge.net)
6. [notepad-plus - Help] Yes, Notepad++ can print your line
numbers (SourceForge.net)
7. [notepad-plus - Help] RE: Tab indent size for each language
(SourceForge.net)
8. [notepad-plus - Help] RE: Enclosing selected text with tags
(SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Trouble with custom user
defined language (SourceForge.net)
10. [notepad-plus - Open Discussion] Trouble with custom user
defined language (SourceForge.net)
11. [notepad-plus - Help] RE: unable to open files not created in
Notep (SourceForge.net)
12. [notepad-plus - Plugin Development] RE: REQ. Plugin for
custom code prototypes? (SourceForge.net)
13. [notepad-plus - Help] RE: Print line numbers (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 21 May 2008 08:47:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Collapse Fix
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=4976767
By: famic
On the other hand, you CAN'T validate code as HTML 4.01 Transitional WITH
self-closing tags for certain elements (like the META tag in the headers for
example) and you will get validation warnings if you have any self-closing tags
at all (even on elements like <img>).
You would get this warning :
> NET-enabling start-tag requires SHORTTAG YES
>
> The sequence <FOO /> can be interpreted in at least two different ways,
> depending
on the DOCTYPE of the document.
> For HMTL 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>').
However, since many browsers don't
> interpret it this way, even in the presence of an HMTL 4.01 Strict DOCTYPE,
it is best to avoid it completely in
> pure HTML documents and reserve its use solely for those written in XHTML.
It seems that for HTML we have to choose between total w3c validity OR the use
of that neat collapse function :(
That would be nice if Notepad++ could have a list of autoclosing tags (meta,
img, br... there isn't that many!) and auto-close them (if they're not) before
collapsing and auto-unclose them (if that was previously the case) when
uncollapsing
!
That doesn't seem that hard to code, specifically on a tool that has so many
nice features implemented...
Who do I need to pay a beer to in order to have it done ??
______________________________________________________________________
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, 21 May 2008 10:52:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Cannot
use the notepad++.exe %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=4976975
By: luyi7338
I Cannot use the command line "notepad++.exe %1" when "%1" include space.
______________________________________________________________________
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: Wed, 21 May 2008 11:42:45 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Cannot use the notepad++.exe %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=4977083
By: m-a-r-k
Use "notepad++.exe" "%1"
Mark B
______________________________________________________________________
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, 21 May 2008 07:53:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: russ lang
trouble
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=4976660
By: donho
So your problem was there were still non-working plugins installed.
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: 5
Date: Wed, 21 May 2008 12:04:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Highlighted Txt
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=4977123
By: fool4uanyway
Or perhaps the Simple Script Plug-In can be of help to you.
Read some messages to see what it's capable of:
http://sourceforge.net/search/?words=%2Bsimple+%2Bscript+%2Bplug&sort=posted_dat
e&sortdir=desc&offset=0&group_id=95717&forum_id=331754&type_of_search=forums&pmo
de=0&limit=50
You could write a script to find and replace certain sections, which would only
leave you to adjust the "replace" fields/terms for each specific situation.
This is more or less a batch processing, but using Notepad++ and its Plugin
capabilities.
You can find the Simple Script Plug-In on the Notepad++ Plugins download page:
http://sourceforge.net/project/showfiles.php?group_id=189927
______________________________________________________________________
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, 21 May 2008 12:09:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Yes, Notepad++ can
print your line numbers
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=4977138
By: fool4uanyway
Menu_____ : Settings
Option___ : Preferences...
Tab page_ : Print - Colour and Margin
Option___ : Print Line Number (check this option)
An alternative would be to insert the line numbers just before printing.
First, select all text (CTRL+A) or only the desired lines. Be sure to select
the first line from the start. The line number will be inserted at the first
position of the selection.
Menu_____ : TextFX
Submenu__ : TextFX Tools
Option___ : Insert Line Numbers
______________________________________________________________________
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: Wed, 21 May 2008 10:25:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Tab indent size
for each language
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=4976930
By: geertvc
Same is valid for EOL's. Shell scripts running on Linux/Unix can't get DOS
EOL's, for instance.
Would also be nice if this could be set on a per-filetype base.
Best rgds,
--Geert
______________________________________________________________________
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, 21 May 2008 12:24:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Enclosing
selected text with tags
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=4977175
By: fool4uanyway
Read about it in this message:
"RE: Notepad++ v4.9.2 has been released"
http://sourceforge.net/forum/message.php?msg_id=4959517
in the thread:
"Notepad++ v4.9.2 has been released" (Open Discussion forum)
http://sourceforge.net/forum/forum.php?thread_id=2035296&forum_id=331753
Menu_____ : TextFX
Submenu__ : TextFX Viz Settings
Option___ : +Viz Paste/Append binary (uncheck this option)
The checkmark may not be visible (in the current version). Just select/click
the option and try to paste. If it's not right, select/click it again and try
again.
______________________________________________________________________
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, 21 May 2008 12:30:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Trouble with custom user defined language
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=4977187
By: fool4uanyway
Menu_____ : View (not the most logical place)
Option___ : User Define Dialog...
You may want or have to dock the User Define form to be able to scroll to the
bottom part of it.
______________________________________________________________________
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: Wed, 21 May 2008 08:09:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Trouble
with custom user defined language
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=4976694
By: jigglysnot
Hi,
In the latest version (4.92) I chose "user defined language" under Language,
and my normal-text turned into a bunch of black and white blocks.
How do I get the forms/menus that allow me to define my language, to show up?
When I click on "styler->configurator" there is no option to configure for a
"userdefined language"
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=331753
------------------------------
Message: 11
Date: Wed, 21 May 2008 19:42:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: unable to open
files not created in Notep
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=4977975
By: mongoosedoom
Any help at all? I would really like to be able to use the text editor that
I've come to love but it's kind of hard when you can't open anything.
______________________________________________________________________
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: 12
Date: Wed, 21 May 2008 21:18:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
REQ. Plugin for custom code prototypes?
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=4978090
By: todwulff
Hello, Don.
Thanks for the timely reply.
Understood. Your efforts are appreciated.
Thanks. Take care.
-t
______________________________________________________________________
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: 13
Date: Thu, 22 May 2008 00:01:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Print line
numbers
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=4978322
By: hannootje
I totally missed that option, 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
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 24, Issue 59
*************************************************