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: Need help with removing to end of
line (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: how do make Notepad+ the
default application? (SourceForge.net)
3. [notepad-plus - Open Discussion] How to see function list in
npp 4.7.5 (SourceForge.net)
4. [notepad-plus - Open Discussion] Formatter (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: gcc + notepad++ == need
a new environment var (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Formatter (SourceForge.net)
7. [notepad-plus - Plugin Development] Autocomplete
automatically? (SourceForge.net)
8. [notepad-plus - Help] RE: Bug with the 'silent update'
feature ? (SourceForge.net)
9. [notepad-plus - Plugin Development] RE: PHP syntax checker
(SourceForge.net)
10. [notepad-plus - Open Discussion] U3 Format (SourceForge.net)
11. [notepad-plus - Help] View source code ... (SourceForge.net)
12. [notepad-plus - Help] RE: Can I move user define language
(SourceForge.net)
13. [notepad-plus - Open Discussion] RE: Column selection Can be
improved!!! (SourceForge.net)
14. [notepad-plus - Open Discussion] RE: Column mode (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 21 Jan 2008 12:16:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Need help with
removing to end of line
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=4734608
By: nobody
If you press SHIFT+DELETE the text will be copied (cut) to the clipboard.
Pressing
DELETE only results in the text only being deleted, without any clipboard copy.
______________________________________________________________________
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: Mon, 21 Jan 2008 12:23:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: how
do make Notepad+ the default application?
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=4734616
By: nobody
The installer offers you the possibility to set Notepad++ as the default viewer
for the View Source option in Internet Explorer. I don't believe this has
anything
to with the .html extension at all, since my IE files don't have any extension
in N++.
______________________________________________________________________
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, 21 Jan 2008 12:29:38 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] How to
see function list in npp 4.7.5
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=4734627
By: nobody
Hi there.
Does anybody know how to see the function list of the currently opened c file
in notepad++ v4.7.5 ?
______________________________________________________________________
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: Mon, 21 Jan 2008 13:54:21 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Formatter
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=4734756
By: nobody
Hi,
Are there any formatters for Notepad ++
Not sure if I am using the correct keyword, but what i want is something that
can take code in any form of formatting or style and apply some rules to it
to format it to my preferred style.
Kind of like a pretty-printer.
So
prodfunc(p1,p2){return p1*p2;};
might become
prodfunc(p1, p2)
{
return p1 * p2;
};
I'm currently interested in javascript/ecma-script, but I often find this sort
of thing, though extremely useful, hard to find.
______________________________________________________________________
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: Mon, 21 Jan 2008 14:23:47 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: gcc
+ notepad++ == need a new environment var
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=4734797
By: salocin13
you can have a look to the excellent plugin from dv : NppExec. and then use
batch files, or script as you want...
Nico
______________________________________________________________________
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: Mon, 21 Jan 2008 15:47:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Formatter
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=4734886
By: nobody
Look here for a similar question:
http://sourceforge.net/forum/forum.php?thread_id=1915436&forum_id=331754
______________________________________________________________________
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: Mon, 21 Jan 2008 16:09:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Autocomplete automatically?
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=4735067
By: nobody
Is there a way to autocomplete without using Ctrl + space? Like dreamweaver?
______________________________________________________________________
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: 8
Date: Mon, 21 Jan 2008 16:42:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Bug with the
'silent update' feature ?
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=4735094
By: nobody
I'm having the same problem as described above. I edit source code in one
window,
and keep a compiler-generated output listing open in another window. Whenever
I recompile my project, the cursor in my original source code gets moved to
either the first line or the last line. This doesn't happen when 'silent
update'
mode is not active. I would like for the silent update to take place, but not
move the cursor in other windows.
Any insight into this difficulty would be appreciated.
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
------------------------------
Message: 9
Date: Mon, 21 Jan 2008 16:43:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
PHP syntax checker
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=4735095
By: nobody
Yes all very funny but is there someone that can give a serious reply?
______________________________________________________________________
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: 10
Date: Mon, 21 Jan 2008 18:39:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] U3
Format
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=4735187
By: nobody
Will there be a U3 version in the near future?
______________________________________________________________________
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: Mon, 21 Jan 2008 18:56:15 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] View source code
...
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=4735201
By: nobody
while installing notepad++, I have selected to view source code with notepad++.
Now, how can I revert back to the original setting, that is view source code
in the usual way?
Thanks for advice.
______________________________________________________________________
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: Mon, 21 Jan 2008 19:27:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can I move user
define 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=4735221
By: nobody
thank you. I get it at C:\Documents and Settings\Administrator\Application
Data\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=331754
------------------------------
Message: 13
Date: Mon, 21 Jan 2008 20:14:13 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Column selection Can be improved!!!
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=4735261
By: pshute
Is TextFX/TextFX Edit/Line up multiple lines by clipboard character of any use
to you?
______________________________________________________________________
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: 14
Date: Mon, 21 Jan 2008 20:16:27 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Column mode
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=4735263
By: pshute
There is a column selection possible, and a column editing mode, but they may
not do everything you want. They're discussed briefly in
http://notepad-plus.wiki.sourceforge.net/FAQ .
______________________________________________________________________
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: 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 20, Issue 93
*************************************************