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: ctrl shift z = sub? (SourceForge.net)
2. [notepad-plus - Help] UTF-8 without BOM dont working in last
ver (SourceForge.net)
3. [notepad-plus - Help] Direct key Reload file (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: PHP and print_r
(SourceForge.net)
5. [notepad-plus - Help] PHP highlight does not work
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 24 May 2007 01:06:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ctrl shift z =
sub?
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=4328089
By: coder775
What I don't understand is why Clipx isn't trapping the key combination as a
"hotkey", so that Notepad++ doesn't get the key combination unless Clipx doesn't
want it.
Here's a possible workaround: Make sure Notepad++ is not running. Find
shortcuts.xml in either %APPDATA%\Notepad++ (first) or in the Notepad++
installation
subdirectory. Make a backup copy of this file; I use Windows Explorer to copy
and paste it in the same directory as "Copy of shortcuts.xml".
Using regular Notepad, edit shortcuts.xml and insert the following two lines
before the </Macros> line, which should be the second-to-last line of the file.
........<Macro name="CtrlShiftZTrap" Ctrl="yes" Alt="no" Shift="yes" Key="90">
........</Macro>
Replace the periods (".") above with spaces!
The file should look like this at the end (the periods represent spaces!):
........<Macro name="CtrlShiftZTrap" Ctrl="yes" Alt="no" Shift="yes" Key="90">
........</Macro>
....</Macros>
</NotepadPlus>
Save the file. Now open Notepad++ and try it out. You should see an new
menuitem
under the Macros menu, and Ctrl-Shift-Z should now do nothing inside of
Notepad++.
--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: 2
Date: Thu, 24 May 2007 01:22:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] UTF-8 without BOM
dont working in last ver
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=4328112
By: nobody
what I can to do with subj
______________________________________________________________________
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: Thu, 24 May 2007 01:24:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Direct key Reload
file
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=4328122
By: nobody
Dear All,
Does it exist a mean to update a file by a direct shortcut keyboard whithout
popup of confirmation ?
It could be really faster to read logfile from another application.
Is it configurable ?
Thanks in advance.
______________________________________________________________________
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: Thu, 24 May 2007 02:52:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: PHP
and print_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=4328228
By: nobody
i have the same problem here, any solution? 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: 5
Date: Thu, 24 May 2007 03:14:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] PHP highlight 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=4328251
By: nobody
Today I upgraded to the last version, N++ 4.1.2 but still the PHP highlight
does not work correctly. Some words like strlen, base64_encode, serialize,
print_r,
etc aren't highlighted at all. But those words exist in the API file and they
show up when i hit ctrl + space.
Does anyone know how to correct this problem? thank you
Dario
______________________________________________________________________
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 80
*************************************************