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: Compile problem
unresolved external symbo (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: XML layout (SourceForge.net)
3. [notepad-plus - Plugin Development] Hotkeys for templates
(SourceForge.net)
4. [notepad-plus - Plugin Development] quit message (SourceForge.net)
5. [notepad-plus - Plugin Development] RE: quit message
(SourceForge.net)
6. [notepad-plus - Plugin Development] RE: quit message
(SourceForge.net)
7. [notepad-plus - Plugin Development] RE: New plugin:
CCompletion (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Hide Lines :: "Shortcut
mapper..." (SourceForge.net)
9. [notepad-plus - Plugin Development] RE: quit message
(SourceForge.net)
10. [notepad-plus - Open Discussion] Version checker & automatic
update (SourceForge.net)
11. [notepad-plus - Open Discussion] compiling problem
(SourceForge.net)
12. [notepad-plus - Help] Change backgroundcolor between php tags
(SourceForge.net)
13. [notepad-plus - Help] RE: Notepad ++ Issues (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 05 Oct 2007 15:24:09 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Compile problem unresolved external symbo
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=4554889
By: qwesp
For me, it's
<project root>\PowerEditor\src\ScitillaComponent\columnEditor.cpp
It worked for me, now it only says that
Notepad++ error PRJ0019: A tool returned an error code from "Performing
Post-Build
Event..."
hmm...
______________________________________________________________________
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, 05 Oct 2007 19:00:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: XML
layout
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=4555093
By: korisu
This can easily be done through the XML Tools plugin. I would personally not
want to see this implemented as an automatic behavior; there are many cases
where it would ruin the code. Take XHTML, for example - in a <pre> element,
the whitespace is preserved; if N++ auto-indented any XHTML file you opened,
the text layout of any <pre> element would instantly be ruined.
That's just one example. In general, if you know that whitespace in your XML
document doesn't matter, then go to Plugins -> XML Tools -> Pretty print (XML
only - with line breaks). That will indent the code for 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: 3
Date: Fri, 05 Oct 2007 19:37:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Hotkeys for templates
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=4555129
By: zcorker
Is there a way to map a hotkey and have a template on my drive show up? I would
like to pullup a template for Xhtml 1.1 strict, Xhtml 1.0 Strict, Xhtml
Transitional,
and html 4.01
I am a newbie and trying to learn Xhtml/XML
______________________________________________________________________
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, 05 Oct 2007 15:10:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] quit
message
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=4554876
By: zobo
Hello Don.
I could really use a "quit" message. Something plugins would get just before
N++ destroys the main window.
I could use this to close and destroy child windows.
Best regards.
-Z
______________________________________________________________________
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: 5
Date: Sat, 06 Oct 2007 02:33:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
quit message
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=4555327
By: donho
I don't understand you.
Don
______________________________________________________________________
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: 6
Date: Sat, 06 Oct 2007 03:16:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
quit message
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=4555358
By: harrybharry
Before calling FreeLibrary, send a notification message to the plugin like
NPPN_SHUTDOWN so cleanup can be done. Although destroying child windows isnt
really neccessary I think (notepad is destroyed before the plugin if im correct,
thus destroying all child windows), I do would like such a feature so all
threads
can safely be stopped, among other things. When a DLL is detaching all of its
threads cannot properly detach from it because its in the DllMain function,
which has been serialized
(http://blogs.msdn.com/oldnewthing/archive/2007/09/04/4731478.aspx , last
paragraph).
______________________________________________________________________
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: 7
Date: Sat, 06 Oct 2007 04:13:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New plugin: CCompletion
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=4555386
By: nobody
Just uploaded CCompletion v1.02.
1. Added ability for user to provide base project directories (up to 16).
CCompletion
will show all the identifiers in all the files within the project. Identifier
lookup and go to identifier work as well, of course.
It's not neccessary to provide a project directory, though. CCompletion will
still work as before, if you don't.
2. Added a thread for ctags.exe execution, preparing for automatic tag
regeneration
when any file gets saved (coming after next Notepad++ release).
3. Modified the column ratios somewhat, so that file paths have more space.
Link:
http://freeweb.siol.net/rmihor/NppCCompletionPlugin102.zip
Let me know if you find any bugs.
Regards,
Bostjan
______________________________________________________________________
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: Sat, 06 Oct 2007 04:17:26 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Hide
Lines :: "Shortcut mapper..."
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=4555390
By: donho
Ok.
The shortcut of Hide lines command (Alt+H) will be in the next release.
Don
______________________________________________________________________
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: Sat, 06 Oct 2007 04:28:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
quit message
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=4555401
By: zobo
Thank you for translating my "greek".
Yes, I'd need something like this, because my plugin sometimes prevents
Notepad++
from shutting down correctly. The window is gone, but the process lingers and
eats up all CPU.
Thanks.
-Z
______________________________________________________________________
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: Sat, 06 Oct 2007 06:10:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Version
checker & automatic update
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=4555462
By: fstellari
I'm thinking to develop a plugin to manually/automatically check for new version
of NPP and offer the possibility of downloading them and start the install.
Is there a maintained file that one can easily check to get the latest release
version?
If I can avoid it, I don't want to go the unreliable way to do html parsing.
It would be nice also to have a link to the current installer to download.
Thank you,
Franco
______________________________________________________________________
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: Sat, 06 Oct 2007 06:36:59 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
compiling problem
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=4555480
By: nobody
I haven't used Notepad for so long that I feel strange a little.
Most of all, I can't compile my java code using NotePad.
My java JDK is in C:\Program Files\Java\jdk1.6.0_03\bin
and my java code is in F:\java programs\getting started.
How can I compile it using NotePad?
I will appreciate your answers.
______________________________________________________________________
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: 12
Date: Sat, 06 Oct 2007 06:51:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Change
backgroundcolor between php tags
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=4555498
By: monkeytail
When I go to:
Settings >> Style Configurator...
I can configure a lot of things. I wan't to change the backgroundcolor
(lightyellow
by default) between the php tags. What's the trick?
______________________________________________________________________
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: Sat, 06 Oct 2007 08:27:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad ++
Issues
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=4555575
By: nobody
Hi,
Your question about adding the extension. Read and add your opinion to this
thread:
https://sourceforge.net/forum/message.php?msg_id=4322105
Make sure to chime in if you really want this functionality added to Npp.
______________________________________________________________________
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: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 17, Issue 19
*************************************************