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: User Define Dialog
(undocked) under 120 D (SourceForge.net)
2. Crash of N++ 4.1.1 (Conway Magee)
3. [notepad-plus - Plugin Development] RE: Plugin developing
(DBGP) (SourceForge.net)
4. [notepad-plus - Help] it's BUG ??? (SourceForge.net)
5. [notepad-plus - Open Discussion] Feature req.: active line
always highlighted (SourceForge.net)
6. [notepad-plus - Plugin Development] RE: Plugin developing
(DBGP) (SourceForge.net)
7. [notepad-plus - Help] Crashes with 4.1.1 (SourceForge.net)
8. [notepad-plus - Plugin Development] RE: New supported
languages in FunctionListPlugin (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 18 May 2007 04:30:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: User
Define Dialog (undocked) under 120 D
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=4319159
By: donho
> But hope you will fix the undocked issue.
Which undocked issue should be fixed?
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: 2
Date: Fri, 18 May 2007 13:29:54 +0000
From: "Conway Magee" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] Crash of N++ 4.1.1
To: [email protected]
Cc: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
An HTML attachment was scrubbed...
------------------------------
Message: 3
Date: Fri, 18 May 2007 04:46:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Plugin developing (DBGP)
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=4319180
By: nobody
Hi Zobo,
> This are the things I'm interested in:
> I want to show markers for current code execution location. One thing
is defining
> markers and setting them in the current scintilla, other is removing the
> previous
> one. For example I'm stepping in file1.php so the marker is in the active
SCI.
> Then the next step is in file2.php. A new tab is opened but the old marker
is not erased...
> Any suggestions on this one?
With this functionset of scintilla you can define your own set of
markers/bookmarkers/brakepoints...
Please read carefully the Scintilla documentation.
http://scintilla.sourceforge.net/ScintillaDoc.html#Markers
> Second it the docking of multiple windows. The debugger is a thing that needs
lots of windows
> (stack, breakpoints, variables, watch...)..
> I think the best way to show them would be like most IDE's do. A docking space
with lots of tabs...
> Is Notepad's docking system usable in this way? Could I create a window and
use some other docking provider (I think the JVCL has one..)
Yes it is possible. But you can do this in two ways:
First way:
Create your own dialog window, which handles your dockable windows. Register
your window to notepad. Please look into other plugin sources codes or look
into notepad's sourcecode. There is a plugin interface header file. It contains
all possible messages to register dialogs to noteapad as dockable ones.
Seond one:
Register every window to Notepad and use docking of notepad. Ok, you have only
top, buttom, left and right, but isn't enough?
Plugins source codes you can find here:
http://sourceforge.net/projects/npp-plugins/
> Setting breakpoints...
Same as Markers... and look into notepad plugins interfacing. So you can get
the full list of files. If you want to have additional interface functions,
please feel free and ask Don.
A good toolbar icons libarary, we use it for Notepad++, is www.famfamfam.com.
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: 4
Date: Fri, 18 May 2007 04:48:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] it's 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=4319181
By: nobody
update.
<%@ Language="JScript" %>
plz. read prev. message.
______________________________________________________________________
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: Fri, 18 May 2007 04:55:26 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
req.: active line always highlighted
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=4319190
By: nobody
I'd like to have the possibility to have the active line highlighted if
Notepad++
loses the focus to another program. Currently the active line is no longer
highlighted when switching to another program.
______________________________________________________________________
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, 18 May 2007 05:41:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Plugin developing (DBGP)
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=4319230
By: zobo
HI back, Jens.
Thank you for your answer.
I have already explored the SCI documentation and experimented with it. My
question
was more regarding what Notepad++ does with markers (those in the range 1-31)..
I guess I'll have to dig around the source some more and come back with a more
concrete question.
(Where does N++ store the location of bookmark marks?)
Let me try to rephrase the other part of this question. If there are 5 open
tabs, there must be 5 Csintilla controls. If this presumption is correct, how
can I reach those CSI HWNDs without grabbing the list of open files and doing
DOOPEN on all of them...
I'm guessing, from your other answers, there is no other way.
I did some experimenting with the docking, and figured out that it's best to
create one window, let it dock with N++ and then use that window to dock other
small windows.. Like you said..
Thanks for the toolbar icons link.
Should I post my questions in the notepad++ plugins SF project? I will also
download other plugins and read some code..
Thanks again.
-Zobo
______________________________________________________________________
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: Fri, 18 May 2007 07:27:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Crashes with 4.1.1
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=4319385
By: simpai69
I have been a happy user of Notepad++ 3.9 for quite a while now. I just the
other day decided there might be a new update, so I downloaded 4.1.1. With
the new version it has crashed almost every time I run it. Some of the crashes
have occurred when saving a file! Not a good time to crash.
Is there some trick to installing the new version? Do I have a DLL lodged in
the wrong place or something? I have tried uninstalling and wiping away the
"Program Files/Notepad++" folder and uninstalling and rebooting, etc.
I am running on Windows XP with all the latest MS updates. I have Aspell-0.50-3
installed. Not sure what other info might be pertinent.
-Sim
______________________________________________________________________
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: Fri, 18 May 2007 07:33:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New supported languages in FunctionListPlugin
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=4319393
By: nobody
Hello
Thanks for TCL support, thats great. I'm using Incr TCL also. Are you planning
to add support to Incr TCL?
Would some one please do it?
BR
kaarlo
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 12, Issue 59
*************************************************