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: How to quickly reopen
last opened file ? (SourceForge.net)
2. [notepad-plus - Plugin Development] RE: MultiClipboard 2.0.0
release (SourceForge.net)
3. [notepad-plus - Help] How to compile and run java code?
(SourceForge.net)
4. [notepad-plus - Help] Question About Icons and GUI For
Developers++ (SourceForge.net)
5. [notepad-plus - Help] RE: Question About Icons and GUI For
Developers++ (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Increasing "bug"
priority? (SourceForge.net)
7. [notepad-plus - Help] RE: How to compile and run java code?
(SourceForge.net)
8. [notepad-plus - Help] RE: open files in new instance, not new
tab (SourceForge.net)
9. [notepad-plus - Help] RE: How to compile and run java code?
(SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Python docstring support
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 15 Jun 2009 11:51:58 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
to quickly reopen last opened 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=7445036
By: thekazak
Wow, I did'nt know it was possible to use the menus in a recorded macro...but
it requires to set "Max number history file" setting to a non-null value, and
it's system-dependant (I would have to re-record the macro each time I use N++
on a different system).
Why isn't there the 'Reopen last opened file' menu ? It often happens that a
file is closed because of a ctrl+w instead of a ctrl+x, and there is no way
to quickly re-open the closed file.
Anyway, thanks for the tip but I hope the feature will be added by the author
; I don't think it's hard to implement.
______________________________________________________________________
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, 15 Jun 2009 12:01:21 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
MultiClipboard 2.0.0 release
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=7445048
By: loonychewy
Hi all, a delayed reply to your kind feedbacks here.
@DV
Yes, this is already done and checked into CVS, together with a couple other
performance tweaks for handling large texts
@Sing
I've never tested with 2 instances before, so I'll definitely check this out.
As for your second report, you're right it was in version 1, but I forgot about
it while implementing version 2. Will add this back
@A. S.
Yes, this is planned as part of the next release. Have not got to it yet though
Thank you all, and keep your great comments coming! :-)
______________________________________________________________________
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: 3
Date: Mon, 15 Jun 2009 13:55:43 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to compile and
run java 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=7445243
By: evanite
Hello NP++ forum,
I tried to execute java sources NppExec using the following NP script:
SET jc = C:\Programme\Java\jdk1.6.0_14\bin\javac.exe
SET jr = C:\Programme\Java\jdk1.6.0_14\bin\java.exe
SET name = $(CURRENT_DIRECTORY)\$(NAME_PART)
"$(jc)" "$(FULL_CURRENT_PATH)"
"$(jr)" "$(name)"
UNSET jc
UNSET jr
UNSET name
But all the console replies is:
SET jc = C:\Programme\Java\jdk1.6.0_14\bin\javac.exe
CreateProcess() failed
SET jr = C:\Programme\Java\jdk1.6.0_14\bin\java.exe
CreateProcess() failed
SET name = C:\Learning\JavaEclipse\HelloWorldApp
CreateProcess() failed
"$(jc)" "C:\Learning\JavaEclipse\HelloWorldApp.java"
CreateProcess() failed
"$(jr)" "$(name)"
CreateProcess() failed
UNSET jc
CreateProcess() failed
UNSET jr
CreateProcess() failed
UNSET name
CreateProcess() failed
Can anybody tell me the fastest/simplest way (one click) how to compile and
run java source files in NP++?
This seems to work much easier and straightforward in "TextPad", but I like
NP++ more...
Thanx for help
Alexander
______________________________________________________________________
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, 15 Jun 2009 13:58:45 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Question About
Icons and GUI For Developers++
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=7445250
By: janoochen
In the notepad++ website there's a technique to change the icons with any other
"ico" format image. Each icon has it special name in order to be detected by
notepad++. For instance, the new file icon is: new_normal.ico. The open file
icon is: fileopen_normal.ico and so on. But I can't find the special names for
Synchronize Vertical Scrolling, Synchronize Horizontal Scrolling and Run a Macro
Multiples Times (I can't even find them in the notepad++ homepage). Well
basically
I'm hoping that some notepad++ developer would see this question and tell me
what are the name of those icons. 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: 5
Date: Mon, 15 Jun 2009 14:38:37 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Question About
Icons and GUI For Developers++
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=7445359
By: cchris
...\npp.5.3.1.src\PowerEditor\src\icons\syncH_on.ico
...\npp.5.3.1.src\PowerEditor\src\icons\syncV_on.ico
...\npp.5.3.1.src\PowerEditor\src\icons\playrecord_m_on.ico
_off and _dis variants are there too. I don't have the latest sources at hand
now, but I'd be surprised if there was any change.
CChris
______________________________________________________________________
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: 6
Date: Mon, 15 Jun 2009 15:30:02 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Increasing "bug" priority?
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=7445476
By: im2crazy4u
It doesn't affect me, so it doesn't affect all users. This type of custom
tabbing
has never been anything I have been a fan of, although others may disagree.
I expect priority is set by the developers.
______________________________________________________________________
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, 15 Jun 2009 15:37:12 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to compile
and run java 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=7445496
By: ashleya25
I am not sure on how to do it using Notepad++ but instead I would suggest you
to use Eclipse or Netbeans IDE for Java development, they have everything from
compilation to debugging.
______________________________________________________________________
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: Mon, 15 Jun 2009 19:13:42 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: open files in
new instance, not new tab
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=7445869
By: uguro
Check:
http://sourceforge.net/forum/forum.php?thread_id=3183934&forum_id=331754
Have a nice day..
Ugur
______________________________________________________________________
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, 15 Jun 2009 20:29:31 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to compile
and run java 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=7446001
By: dv__
This is very strange, the script is OK and works OK for me. Such problems may
happen only if you are using very old version of NppExec or using ANSI version
of NppExec with Unicode input files (???).
Anyway, you can download latest version of NppExec.dll here:
https://sourceforge.net/project/showfiles.php?group_id=189927&package_id=224034
The latest one is v0.3.0. Also you can wait a few days to download the next
release - v0.3.1.
______________________________________________________________________
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: 10
Date: Mon, 15 Jun 2009 20:41:58 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Python docstring 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=7446028
By: joleg74
It isn't?
I thought the doc strings where the ones surrounded by triple quotes. Isn't
it the case?
If so, you are in luck, cause it's supported! :-)
Go to Menu Settings | Styler Configurator... | Python
You'll see that you can set a diffrerent style for TRIPLE and TRIPLEDOUBLE.
These are the styles for strings surrounded by ''' and """ respectively.
Hope it helps.
joce.
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 37, Issue 38
*************************************************