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: Default Comment
Formatting (SourceForge.net)
2. [notepad-plus - Open Discussion] 1a no what ur doing? Use
Notepad++! (SourceForge.net)
3. [notepad-plus - Help] RE: how to disable folding?
(SourceForge.net)
4. [notepad-plus - Help] Replace Dialog bug (SourceForge.net)
5. [notepad-plus - Open Discussion] (New) Files: allow custom or
changing names (SourceForge.net)
6. [notepad-plus - Open Discussion] Find Dialog: integrate
searching in files pls (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Find Dialog: integrate
searching in files pls (SourceForge.net)
8. [notepad-plus - Open Discussion] XML View a little more like
Internet Explorer (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: XML View a little more
like Internet Explorer (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 16 Apr 2007 12:17:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Default Comment Formatting
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=4263822
By: nobody
As posted before, could this edited stylers.xml file be offered as a separate
download?
______________________________________________________________________
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: Mon, 16 Apr 2007 13:35:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] 1a no
what ur doing? Use 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=4263950
By: nobody
Here is a little demonstration of where the Comic Sans MS font is used in the
stylers.xml file and how to change them _all_ to the default font and size,
set in the Global Style.
Open Notepad++. Close all files. Choose to open a file, navigate to the
stylers.xml
file. Do not open it directly, but make a copy first in the file open dialog
by dragging and holding down the CTRL button, then releasing the mouse button.
Open this copy of stylers.xml to work on.
First we want to find all uses of the Comic Sans MS font.
Type CTRL+F to open the Find dialog. Type Comic Sans MS in the "Find what"
combobox.
Now we use the very handy feature "Find all in all opened documents". Enlarge
the Find dialog to see more of the find results. With the default stylers.xml
file you'll have 105 hits, _most_, not _all_, of them are COMMENT or related
word style appearances.
We want to remove most COMMENT wordstyle font settings first. Most of them are
the same. Now copy from one of them the last part of the line starting from
fontName=.
Copy this selection from the dialog or the next line:
fontName="Comic Sans MS" fontStyle="0" fontSize="8" />
Now paste this selection in the "Find what" combobox.
Click "Find all in all opened documents" again.
This should result in 91 results with the default stylers.xml file.
As you can see when scrolling through the list, these are all COMMENT
wordstyles.
It is safe to replace these all by the default font style and size.
Now use the very handy "Switch dialog" button.
Paste the selection also in the "Replace with" combobox.
Now change the fontName= value into "" and do also with the fontSize= value.
Click "Replace all".
Click "Switch dialog" again.
We will now look at the other Comic Sans MS uses left in the stylers.xml file.
>From the "Find what" combobox dropdown list, select Comic Sans MS again.
Click "Find all in all opened documents" again.
There are still 14 matches, 9 of which are also COMMENT wordstyles.
Most of them have the following fontstyle settings:
fontName="Comic Sans MS" fontStyle="1" fontSize="8" />
Copy this part of the line or simply copy this line above.
Replace these all by the default font style and size is done as previously:
Use the "Switch dialog" button again.
Paste the selection in both the "Find what" and the "Replace with" comboboxes.
This is necessary to keep the fontStyle="1" setting.
Now change the fontName= value into "" and do also with the fontSize= value.
The "Replace with" combobox should now contain the following text:
fontName="" fontStyle="1" fontSize="" />
(You could of course also copy and paste this line above.)
Click "Replace all", 8 tokens will be replaced.
Now there are still some appearances of Comic Sans MS.
Click "Switch dialog" again.
>From the "Find what" combobox dropdown list, select Comic Sans MS again.
Click "Find all in all opened documents" again.
These 6 wordstyles, including one more COMMENT wordstyle.
Because the fontSize has no setting for these, we can simply replace the Comic
Sans MS fontname by an empty string.
Use the "Switch dialog" button again.
Clear the "Replace with" combobox.
Click "Replace all". The last 6 tokens will be replaced.
You can simply check the absence of the Comic Sans MS font now by switching
the dialog a last time and finding all appearances in all documents again. There
should be 0 hits left now.
If you want these to be the default settings, swap this edited file with the
original stylers.xml file.
It may seem a lot of work, but it demonstrates in a simple way all the Comic
Sans MS fonts one might forget or oversee by using the regular expression
mentioned
earlier.
______________________________________________________________________
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: Mon, 16 Apr 2007 14:41:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to disable
folding?
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=4264265
By: nobody
I would like to know this too. I never use it, and would rather not display
the folding column.
______________________________________________________________________
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: Mon, 16 Apr 2007 21:58:33 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Replace Dialog bug
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=4264869
By: nobody
Sorry for my bad English.
When using "Replace All" and "In Selection" together with selection in block
style (selection with Alt key) Notepad++ replaces all occurrences of text, like
it was selected in usual style (without Alt key).
??????????? ????????? ?? ??????? - ?????
???????? ?????.
??? ?????????? ????????????? "Replace All" ? "In
Selection" ?????? ? ??????? ?????????? (?????????
? ???????? Alt) Notepad++ ???????? ??? ?????????
??????, ??? ???? ?? ???? ??????????? ???????
????????? (??? ??????? Alt).
______________________________________________________________________
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, 17 Apr 2007 00:40:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] (New)
Files: allow custom or changing names
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=4265028
By: nobody
It would help me if I could give a new file a custom name, before I even (have
to) save it. A "(re)name file" option next to the "save (as)" option would do.
I could create a number of files then from within NotePad++, only having to
organize and name 'em there instead of having to do this afterwards when I have
already saved the files. If I do that, I have to re-open these files again when
I have changed their names. (There is not yet a file-renamed recognition in
NotePad++. It perceives renamed files as deleted.)
The same goes for existing files. I might want to change their names when opened
in NotePad++ before I first save them again (as... with the new file names).
When a filename has changed in NotePad++, just as when the file has never been
saved before, the file should be marked as changed. (You may even want to
remember
the original name, to be able to unmark the file if it hasn't changed and is
renamed back to its original name.)
It may also be convenient to create each new file with a customizable name,
instead of simply "new #". Possibly the name could be built from a number of
(other) fields like username, creation date/time, current directory etc.
______________________________________________________________________
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: 6
Date: Tue, 17 Apr 2007 02:06:38 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Find
Dialog: integrate searching in files pls
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=4265136
By: nobody
When I want to search in files, it happens on occasions that I set the Directory
and then find that the "Find what" combobox doesn't contain the right words
to search for. I have to close the Find in files dialog now and change the "Find
what" text. Now I have to open the Find in files dialog again, and because it
doesn't keep the search directory, I have to select that again. This is very
annoying.
Can't you simply move the Filters and Directory of the Find in files dialog
to the Find dialog itself? This will avoid having to do these things over and
over again.
You could simply create another panel on the dialog, which gets enabled or
disabled
after clicking on the Find in files button or make it a checkbox (similar to
how the Switch dialog button works). This also helps in enabling to change all
other find settings, without the problems mentioned above.
Could you also, please, fix keeping the last used search Directory and Filters,
which the current Find in files dialog doesn't?
Could you also, please, remember more search Directory and Filters entries than
the last one and/or the start-up value(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=331753
------------------------------
Message: 7
Date: Tue, 17 Apr 2007 02:20:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Find
Dialog: integrate searching in files pls
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=4265155
By: nobody
A button to "Open all files" that match the find text could be very handy.
It could go along with an option to "Close all opened files first".
This would be an easy way to create a set of files to work on and next to that
"free" the found files list in the find dialog. One could do any further
searching
within this set of files simply by using "Find in all opened files", without
having to search within all files that match the file pattern Filters. The set
of opened files could also be easily extended by doing any additional "Find
in files" this way.
______________________________________________________________________
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, 17 Apr 2007 02:35:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] XML View
a little more like Internet Explorer
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=4265179
By: sonicaaaa
hello, i'd like to use NP++ to show xml files written that do not have a RETURN
character after a closed tag. so the whole text file is written on a single
line. if i open it with Internet Explorer it offers me the opportunity to fold
the various elements, while np++ doesn't offer me this opportunity because its
folding features aree based on the CRLF characters. i can achieve my needs by
replaceing the > char with a > and a CRLF but it's also tricky in np++ due to
regexp problems.
so i just say that i'd like a view like the one offered by internet explorer,
for xml files.
does anyone else find it useful?
sonica
______________________________________________________________________
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, 17 Apr 2007 03:00:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: XML
View a little more like Internet Explorer
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=4265220
By: sonicaaaa
found this feat in the xml plugin.
thanks anyway
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 11, Issue 27
*************************************************