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 - Plugin Development] RE: Highlight word
function (SourceForge.net)
2. [notepad-plus - Plugin Development] RE: Code cleaner
(SourceForge.net)
3. [notepad-plus - Open Discussion] RE: "File doesn't exist
anymore, keep in edit (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Notepad++ v4.0.2 RC
(SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Win Vista Issue
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Win Vista Issue
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Explorer plugin bug
(SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Explorer plugin bug
(SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Win Vista Issue
(SourceForge.net)
10. [notepad-plus - Plugin Development] RE: Highlight word
function (SourceForge.net)
11. [notepad-plus - Help] RE: Setting up file explorer
(SourceForge.net)
12. [notepad-plus - Translation] RE: Working on Dutch Translation
(SourceForge.net)
13. [notepad-plus - Help] Change comment size for Java
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 05 Feb 2007 17:39:27 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Highlight word function
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=4140982
By: nobody
I always use the "Find" dialog for this purpose, but its not so convenience.
Next version means 5.0? If yes, its a long long time.....sad.....
______________________________________________________________________
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: 2
Date: Mon, 05 Feb 2007 18:39:14 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Code cleaner
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=4141029
By: jhe58
Have You tried HTML Tidy http://tidy.sourceforge.net/
It may solve the problem...
______________________________________________________________________
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, 05 Feb 2007 20:15:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
"File doesn't exist anymore, keep in edit
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=4141099
By: jacky_j
I think the behavior should be based on whether it was deleted or changed:
if changed:
show the message everytime the tab containing the file in np++ gets focus, not
np++ itself as a whole
if deleted:
show the message once, when the tab gets focus
______________________________________________________________________
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, 05 Feb 2007 21:14:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.0.2 RC
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=4141145
By: nobody
i don't know how to describe correctly. i try.
1. in Fortran 77, require 6 spaces before any commands. but in Fortran 90 or
later version, there is not this issue. (can you disable this)
notepad++ may have problems concerning code folding of (if ... end if; do ...
end do) loops.
here is an example (same code in fortran77 style and fortran90 style):
c-------------------------------------
subroutine foldtest(a, b)
real(kind=8)::a, b
integer::i
if (a .eq. 1.0d0) then
b = 0.0d0
do i = 1, 10
b = b+a
end do
end if
return
end
c-------------------------------------
subroutine foldtest(a, b)
real(kind=8)::a, b
integer::i
if (a .eq. 1.0d0) then
b = 0.0d0
do i = 1, 10
b = b+a
end do
end if
return
end
c-------------------------------------
2. in fortran90, "!" can be used as an indicator of comment line
for example: in fortran77, we may say "c *****", in fortran90, we can say "!
*****"
______________________________________________________________________
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, 05 Feb 2007 21:53:54 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Win
Vista Issue
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=4141175
By: nobody
Yes, I am having problems regarding Vista as well. Specifically, it takes
forever
to load the files-tree. If I try to expand folders within the lower tree, the
application crashes. I have VS2k5 on my system, and have the opportunity to
get a disassemble dump - not sure if all that hex and machine-code will help
you, but if it will, I'll be happy to provide it. I know the error revolves
around write-permissions of some sort, even though I would think that expanding
a folder wouldn't cause a "write-permission" error since I am not writing
anything
at that point. noel at nettensity dot com if you want the dump.
Otherwise - I have always and WILL ALWAYS LOVE NP++ !!!
______________________________________________________________________
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, 05 Feb 2007 21:55:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Win
Vista Issue
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=4141177
By: nobody
In my post above, btw, I am running Vista Business Edition, with NP++ 4.0. I
am planning to go to 4.0.2 as soon as you say its ready tho. ;)
______________________________________________________________________
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, 05 Feb 2007 22:48:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Explorer plugin bug
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=4141224
By: nobody
I think I fixed it. It should work with 1.01 release of Explorer plugin. Look
here to get this version. If the probelm still exist, contact me via mail asap.
I am developing on next version of explorer and I/you won't have this issue
again.
Best Regards
Jens
______________________________________________________________________
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: 8
Date: Mon, 05 Feb 2007 22:51:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Explorer plugin bug
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=4141229
By: nobody
Sorry forget to publish the link:
http://notepad-plus.sourceforge.net/commun/misc/npp.v4.0.2.RC.zip
Please exchange in first step only the explorer plugin.
Best Regards
Jens
______________________________________________________________________
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: 9
Date: Mon, 05 Feb 2007 22:55:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Win
Vista Issue
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=4141237
By: nobody
Do you have problems with the plugins? At best, try to rename the plugin folder
create a new one and copy step by step any plugin to the new 'plugins' folder.
I want to know the plugins that causes the crash. I could imagine: every of
mine plugins causes a crash, because I didn't develope for 64Bit systems before
and I am developing on VC6++.
Best Regards
Jens
______________________________________________________________________
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: 10
Date: Mon, 05 Feb 2007 22:59:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Highlight word function
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=4141242
By: nobody
No it means 4.1.
Best Regards
Jens
______________________________________________________________________
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: 11
Date: Tue, 06 Feb 2007 01:02:18 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Setting up file
explorer
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=4141402
By: nobody
*Bump*
That's what I wanna know too! Now I use the standard explorer but strongly
dislike
the brackets [] around the folders. I would also like to have it as in
the screenshot.
Great program btw :)
______________________________________________________________________
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: Tue, 06 Feb 2007 02:16:16 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: Working
on Dutch Translation
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=4141509
By: nobody
I'm looking forward to see your enhanced translation in NotePad++ - good luck,
and 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=558104
------------------------------
Message: 13
Date: Tue, 06 Feb 2007 02:28:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Change comment size
for Java
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=4141525
By: nobody
Hi,
This seems a lovely piece of software, that I've even chosen above all java
IDE's! Goes to show more isn't always best. ;) Although, is there a way to make
the comments in java (//) appear the same size as the actual text. I believe
it is called mono-spaced?
Thank 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=331754
------------------------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 9, Issue 19
************************************************