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] Debugging plugin
(SourceForge.net)
2. [notepad-plus - Open Discussion] RE: v5.4 RC (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Requests for
enhancement: several (SourceForge.net)
4. [notepad-plus - Plugin Development] RE: Debugging plugin
(SourceForge.net)
5. [notepad-plus - Plugin Development] RE: Debugging plugin
(SourceForge.net)
6. [notepad-plus - Help] RE: User Defined Language Help- Phrase
as Keyword (SourceForge.net)
7. [notepad-plus - Help] 30000 Character limit in User Defined
Keyword (SourceForge.net)
8. [notepad-plus - Help] dash "-" operator breaks comment
highlighting (SourceForge.net)
9. [notepad-plus - Help] RE: User Defined Language Help- Phrase
as Keyword (SourceForge.net)
10. [notepad-plus - Open Discussion] Design Documents
(SourceForge.net)
11. [notepad-plus - Help] RE: User Defined Language Help- Phrase
as Keyword (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 12 May 2009 17:55:28 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Debugging plugin
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=7388160
By: jsleroy
Hi all,
Is there some tutorials or help about debugging plugin ?
I have developped a plugin for my company but didn't manage to debug it
correctly;
I mean launching a debug session and being able to place breakpoints, see
variables,
and so on ...
To be able to place breakpoint and so on the only way I found is to copy the
plugin dll compiled in release mode and then launching a debug session.
But, is there a better way to debug ? Like just lauching a debug session without
having to compile the plugin in release mode, copying it, etc.
Thank you for your help.
Jean-s?bastien
______________________________________________________________________
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: Tue, 12 May 2009 18:11:37 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: v5.4
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=7388185
By: aathell
Chris,
IMO having a lang specific area for UDLs, ext lexers, and now even themes is
a great idea.
BTW:
3/ I had thought about putting external lexers in a distinct category, but will
probably recant. So, at least the KVS lexer by garthex is missing, will add
back today.
Incorrect attribution to garthex, should be almostautomated; and this lexer
needs updating for unicode.
almostautomated
______________________________________________________________________
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: Tue, 12 May 2009 20:05:17 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Requests for enhancement: several
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=7388352
By: aathell
FYI: Although the feature request tracker is still active, now that the
ideaTorrent
is up and running users have the ability to add ideas with other users able
to rate it up, don't care, or down as well as add alternate ideas to the same
solution.
I highly recommend adding it there.
https://apps.sourceforge.net/ideatorrent/notepad-plus/
Subscribe to the rss feed, and vote.
This feature is a new addition to the N++ family of community tools so the more
people start using it, the quicker it will influence future builds of N++.
The goal with using ideaTorrent is that ideas for changes and additions that
are not supported by some code can go here and users can add comments with
alternate
solutions. Both the original idea and alternate solutions stay together and
this will allow N++ devs and plugin devs to easily see what type of things
people
would like to have worked on, and that no-one is working on yet.
almostautomated
______________________________________________________________________
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: Tue, 12 May 2009 20:10:37 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Debugging plugin
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=7388358
By: aathell
Jean,
Knowing the tools you used to develop the plugin would be helpful. Assuming
you built the plugin using Visual Studio; if you'd like to fully debug it then
get the Notepad++ source package from either the SVN repo, the git mirror of
the svn repo, or the downloadable source package then add your plugin source
project to the solution, build each as debug and have a good time setting breaks
and watches. :)
______________________________________________________________________
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: Tue, 12 May 2009 21:09:54 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Debugging plugin
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=7388443
By: jsleroy
Hi,
I'm using VS2008. I've built NPP from source but never think about adding it
to my current plugin solution ...
I will try and see.
______________________________________________________________________
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: Wed, 13 May 2009 01:24:08 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Defined
Language Help- Phrase as Keyword
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=7388731
By: mistershawn
So, how do I make it a comma-separated list? I'm trying to get a user-defined
language set up for SCL (Spacecraft Command Language, aka Spacecraft Control
Language), and I have this problem in the folder-open and folder-close section
where my subroutine open/close lines are interfering with my if statements.
The if statements are closed by "end if" tokens, but the space-separated list
can't grok that. Especially since the "end" keyword is already defined to close
the subroutine ("script").
Do I need to edit the npp source to fix this? Any suggestions on which file
to look at?
Code sample:
script VMSCPost
local lCommandAccept
local lCommandReject
set lCommandAccept to GlobalCommandAccept
set lCommandReject to GlobalCommandReject
msg tickstotime(ticks), "Sending VMSC POST Results Command"
send_cmd "CV0021D"
wait 10 seconds
if (lCommandAccept = MV013A+1) and (lCommandReject = MV014A) then
msg tickstotime(ticks), "A-Side Command Acceptance Counter = ", MV013A
msg tickstotime(ticks), "B-Side Command Acceptance Counter = ", MV013B
msg tickstotime(ticks), "A-Side Command Rejection Counter = ", MV014A
msg tickstotime(ticks), "B-Side Command Rejection Counter = ", MV014B
warning tickstotime(ticks), "command not executed succesfully, script
paused"
pause
else
msg tickstotime(ticks), "VMSC Post Command Executed"
end if
end VMSCPost
______________________________________________________________________
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: Wed, 13 May 2009 01:36:44 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] 30000 Character
limit in User Defined Keyword
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=7388741
By: mistershawn
It looks like there is a 30,000-character limit in the user-defined keyword
list groups. Is there any way to easily extend this? I have a keyword list of
about 75,000 characters (including the spaces between each list entry). I
imagine
this goes beyond a configuration limit and requires some source code
alteration...
______________________________________________________________________
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: Wed, 13 May 2009 01:44:44 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] dash "-" operator
breaks comment highlighting
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=7388747
By: mistershawn
I'm trying to get a user-defined language set up for SCL (Spacecraft Command
Language, aka Spacecraft Control Language), and whenever I add the dash (minus
/ hyphen) character to the operators list the comment highlighting breaks.
Comments
in SCL begin with "--". Any suggestions?
______________________________________________________________________
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: Wed, 13 May 2009 01:46:51 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Defined
Language Help- Phrase as Keyword
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=7388749
By: mistershawn
An alternate (maybe ever preferable) solution would be to increase the number
of keyword lists that can be defined. Then I could break my list into several
subsets of 30,000 characters or less and have control over the formatting for
each subset. Thanks for any tips!
______________________________________________________________________
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: Wed, 13 May 2009 01:49:21 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Design
Documents
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=7388751
By: kanshu
[Sorry for repost. I'm just editing my grammar.]
I downloaded the source codes to Notepad++ because I wanted to start racking
up some coding hours on C++ as part of research. My daily work is in design
and project management. I would like to develop a production process for C++
software components using what I discover in the Notepad++ project.
I noticed that the distribution package does not have any UML documentation
on the class tree and the services of Notepad++. Does the team have any UML
documents I can start with as reference? If not, I'm willing to start creating
them and post them in a wiki page. I just need somebody to confirm or verify
my work.
A point of verification. Is Scintilla a part of Notepad++ as some kind of GUI
component or engine?
______________________________________________________________________
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: Wed, 13 May 2009 09:50:32 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Defined
Language Help- Phrase as Keyword
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=7389216
By: cchris
The Euphoria programming language also uses if ... end if blocks and similar,
making folding active but hardly useful.
You may have read the words "ecternal lexer" in some other posts...
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
------------------------------
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 36, Issue 30
*************************************************