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] mousewheel tab support!
(SourceForge.net)
2. [notepad-plus - Open Discussion] how to setup block comments
(SourceForge.net)
3. [notepad-plus - Plugin Development] RE: UPDATE plugin: RunMe
1v10 (SourceForge.net)
4. [notepad-plus - Open Discussion] How to use Notepad++ with
g++ (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: How to use Notepad++
with g++ (SourceForge.net)
6. [notepad-plus - Help] User Language Definition Help
(SourceForge.net)
7. [notepad-plus - Help] RE: FEATURE REQUEST: Insert start/end
of line (SourceForge.net)
8. [notepad-plus - Plugin Development] Bug: WindowManager v1.2
UNI crashes Notepad++ (SourceForge.net)
9. [notepad-plus - Help] encoding of notepad++ files
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 21 Nov 2008 21:45:44 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
mousewheel tab support!
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=5691803
By: kodzillar
seriously.. would be very helpful!
______________________________________________________________________
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: Fri, 21 Nov 2008 21:42:03 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] how to
setup block comments
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=5691791
By: kodzillar
you know so you select some code, and then use a hotkey to auto block
comment??...
______________________________________________________________________
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: Fri, 21 Nov 2008 21:36:41 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
UPDATE plugin: RunMe 1v10
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=5691758
By: janschreiber
Looks very promising, thanks a bunch, man! Gonna try it ASAP.
______________________________________________________________________
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: 4
Date: Fri, 21 Nov 2008 23:08:58 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] How to
use Notepad++ with g++
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=5692132
By: rakoczyn
I know, that maybe it's silly but I tried a lot and haven't forced it to work.
Normally, from command prompt, I do sth like this:
>g++ location\source_file_name -o location\output_file
And that works.
I tried to type in RUN in N++ this:
g++ "$(FULL_CURRENT_PATH)" -o "$(CURRENT_DIRECTORY)\$(NAME_PART)"
And that doesn't work. Command line window just blink and that's all. No output
file.
What's wrong?
______________________________________________________________________
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: Fri, 21 Nov 2008 23:11:32 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
to use Notepad++ with g++
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=5692140
By: rakoczyn
I'm very sorry. Now I realised that this post is in wrong place :(
Somehow I missed 'Help' section.
______________________________________________________________________
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: Fri, 21 Nov 2008 23:27:07 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] User Language
Definition Help
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=5692193
By: jebel
Hi,
I am trying to define a user language with the following comments and operators,
but am having problems with the definition - can anyone suggest what might work
here?
The problem is with the comment blocks in this language.
Start Comment: (*
End Comment: *)
Operators: * ( )
So the comment symbols are made up of valid operators. Even if I define the
comment start and end symbols as keywords, and select the 'Treat keyword as
symbol', it still doesn't work...any ideas?
thanks!
J
______________________________________________________________________
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: Sat, 22 Nov 2008 00:43:55 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: FEATURE
REQUEST: Insert start/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=5692472
By: gadrin
Can't you just record a macro too ?
Just place the cursor at the start of a line, start record a macro, type in
your text and move the cursor to the next line and hit HOME. Stop recording
the macro.
Then play it back.
To place text at the end of a line: put cursor at beginning of line, start
record
macro, hit the END key, type in your text, move cursor to next line, hit HOME
and end macro recording. Then play it back.
If you need both, then record a macro that puts text at the start/end of each
line.
>
______________________________________________________________________
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: Sat, 22 Nov 2008 07:14:11 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Bug:
WindowManager v1.2 UNI crashes 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=5693938
By: lawmay
Hi,
WindowManager v1.2 UNI crashes Notepad++ v5.1.1 Unicode when opening any file
without a file extension. (E.g. rename any textfile foo.txt to foo and try to
open it with Notepad++.)
CPU: Athlon 2000+
OS: Windows 2003 Server sp2 32bit
Thanks very much for WindowManager.
Friendly Greetings,
Larry
______________________________________________________________________
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: 9
Date: Sat, 22 Nov 2008 11:02:47 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] encoding of
notepad++ files
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=5694684
By: marthews
Dear NotePad++,
I use notepad++ on windows to edit shell scripts, then upload them onto a server
and run them. I've just been struggling with a particular script (not enclosed)
that was causing errors and have only just realised that even though my
Settings->Preferences on notepad++ for new textfiles are format UNIX encoding
UTF-8 without BOM (which I think is the UNIX standard), it appears that I have
been editing a windows textfile all along.
Once I realised that this was the case, I did dos2unix on the server and the
script worked, no problem.
My question is: how do I tell on notepad++ whether what I am saving is a windows
textfile or a unix textfile? Presumably that tab in Settings->Preferences refers
to newly-created files only, but this script was sent to me by a colleague (who
also couldn't make the script work - now I know why!). If there had been
something
telling me that it was a windows textfile, I would have spotted the error
immediately, but as it is it has taken me a day to work it out.
Any comments would be much appreciated,
Toby
PS. I use Windows XP and the latest version of NotePad++. On unix, I use bash.
______________________________________________________________________
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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 30, Issue 57
*************************************************