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: php_dbg.dll with
notepad++ (SourceForge.net)
2. [notepad-plus - Help] RE: Changing "Run" menu (SourceForge.net)
3. [notepad-plus - Help] RE: indenting wrapped lines
(SourceForge.net)
4. [notepad-plus - Open Discussion] Vista File Associations
(SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Vista File Associations
(SourceForge.net)
6. [notepad-plus - Help] RE: Indenting wrapped lines
(SourceForge.net)
7. [notepad-plus - Help] RE: XML file is not line by line
indicated (SourceForge.net)
8. [notepad-plus - Help] [all ver.] save macro does not work
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sun, 27 May 2007 06:45:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
php_dbg.dll with 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=4332414
By: shodanto
It would be really great if someone had started 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=331753
------------------------------
Message: 2
Date: Sun, 27 May 2007 07:50:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Changing "Run"
menu
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=4332452
By: coder775
If you have added to the Run menu during the Notepad++ session, close Notepad++
and re-open it.
Open shortcuts.xml in Notepad++. First look for it in your %APPDATA%\Notepad++
directory. Only if it is not there, look in your Notepad++ installation
directory.
I strongly recommend making a backup of the file first, before changing it.
(If you have configured Notepad++ to be the default program to open XML files,
you can simply double-click shortcuts.xml in Windows Explorer.)
The <UserDefinedCommands> section holds the Run menu commands. The <Macros>
section has the macros. I think the key codes for alphabetic characters is
their ASCII decimal equivalents (A-Z is 65-90). You can open an ASCII chart
in a separate tab by creating a new document and selecting "TextFX > TextFX
Tools > Insert ASCII Chart or Character".
To delete a command, find the corresponding text, then remove the entire line
that starts with " <Command name=" followed by your text and ending with
"</Command>". It likely wraps if you have Word Wrap turned on.
You will have to save the file and close/re-open Notepad++ for the changes to
be effective. --Joel
______________________________________________________________________
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: Sun, 27 May 2007 08:05:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: indenting
wrapped 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=4332465
By: coder775
I find it interesting that you found and resurrected the thread "indenting
wrapped
lines" from over a year ago, but didn't acknowledge or post in the thread
"Indenting
wrapped lines" from three days ago, just one topic-list page over:
http://sourceforge.net/forum/forum.php?thread_id=1741270&forum_id=331754
--Joel
______________________________________________________________________
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: Sun, 27 May 2007 08:46:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Vista
File Associations
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=4332492
By: nobody
Hi, because Vista has a different (and imho better) interface for managing file
associations I wrote a litte reg-file that integrates Notepad++ into the
"Default
Programs" menu.
Maybe someone would like that too so I thought I post it here...
It only contains the extensions I use, so if you like it to support something
else you have to add it by hand.
Have Fun :)
P.S: make sure the three path entries match your installation
------------------------- CUT HERE ----------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Notepad++.AssocFile]
@="Notepad++ Document"
"FriendlyTypeName"="Notepad++ Document"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Notepad++.AssocFile\DefaultIcon]
@="C:\\Program Files\\Notepad++\\notepad++.exe,0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Notepad++.AssocFile\shell]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Notepad++.AssocFile\shell\open]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Notepad++.AssocFile\shell\open\command]
@="\"C:\\Program Files\\Notepad++\\notepad++.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Notepad++]
[HKEY_LOCAL_MACHINE\SOFTWARE\Notepad++\Capabilites]
"ApplicationDescription"="Notepad++ is a free source code editor (and Notepad
replacement), which supports several programming languages, running under the
MS Windows environment."
"ApplicationName"="Notepad++"
"ApplicationIcon"="C:\\Program Files\\Notepad++\\notepad++.exe,0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Notepad++\Capabilites\FileAssociations]
".txt"="Notepad++.AssocFile"
".log"="Notepad++.AssocFile"
".ini"="Notepad++.AssocFile"
".h"="Notepad++.AssocFile"
".hpp"="Notepad++.AssocFile"
".hxx"="Notepad++.AssocFile"
".c"="Notepad++.AssocFile"
".cpp"="Notepad++.AssocFile"
".cxx"="Notepad++.AssocFile"
".cc"="Notepad++.AssocFile"
".m"="Notepad++.AssocFile"
".css"="Notepad++.AssocFile"
".xml"="Notepad++.AssocFile"
".sh"="Notepad++.AssocFile"
".nfo"="Notepad++.AssocFile"
".conf"="Notepad++.AssocFile"
[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]
"Notepad++"="Software\\Notepad++\\Capabilites"
______________________________________________________________________
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: Sun, 27 May 2007 09:13:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Vista File Associations
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=4332504
By: coder775
That's a considerate gesture! This should be added to the FAQ. --Joel
______________________________________________________________________
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: Sun, 27 May 2007 09:45:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Indenting
wrapped 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=4332539
By: nobody
would be a very nice feature anyway!!
i'm looking for a small editor that i can take with me and run on every shitty
computer i have to use, to create a latex dokument.
at home i'm using TeXnicCenter which is great, but has to be installed in order
to work properly.
so on the road, i need a clean presentation of my written text, otherwise i
will lose track.
the "ReWrap text to (Clipboard or 72) width" tool changes the txt file and if
i have to add something in that paragraph, i would have to unwrap and rewrap
the hole thing again...
(openoffice doesn't do the job either... and i'm using tex, because i don't
want a word processor. ;) )
thanx for the reply anyway. at least now we know for sure, that there is no
such feature. :)
greetz,
g
(sorry about the other posting
(http://sourceforge.net/forum/message.php?msg_id=4332337)... either i'm blind,
or i used some crazy keywords. ;) )
______________________________________________________________________
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: Sun, 27 May 2007 11:10:33 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: XML file is not
line by line indicated
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=4332610
By: nobody
?bersetzung (Google):
Hello Joel,
Cordial thanks.
I will test. Also I saw that there are HTML Tidy as extension to FF.
Note: The XML file becomes of the picture management program of the companies
Olympus (name: Olympus master) put on.
Wollie
Original-Fassung:
Hallo Joel,
Herzlichen Dank.
Ich werde das testen. Auch habe ich gesehen, dass es HTML-Tidy als Erweiterung
zu FF gibt.
Hinweis: Die XML-Datei wird von dem Bildverwaltungs-Programm der Fa. Olympus
(Name: Olympus-Master) angelegt.
Wollie
______________________________________________________________________
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: Sun, 27 May 2007 11:27:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] [all ver.] save
macro does not work
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=4332622
By: fakeraol
win2k pro sp4
on all tested versions of npp save my macro does not work:
record macro
search
replace
? -> ü
replace all
<- x tokens are replaced
ok
close
stop recording
"playback" & "save current recorded macro" are disabled.
second question: where will macros be saved and may i edit them by hand?
where may i edit/delete them?
______________________________________________________________________
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 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 12, Issue 89
*************************************************