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: Function navigation?
(SourceForge.net)
2. [notepad-plus - Help] Bug in NSIS syntax highlighting for
comments (SourceForge.net)
3. [notepad-plus - Open Discussion] Dialog box for user defined
language (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Dialog box for user
defined language (SourceForge.net)
5. [notepad-plus - Help] Crash at start (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: NP++ 4.1.2 Crash with
full Plugin set (SourceForge.net)
7. [notepad-plus - Plugin Development] RE: Function navigation?
(SourceForge.net)
8. [notepad-plus - Open Discussion] RE: NP++ 4.1.2 Crash with
full Plugin set (SourceForge.net)
9. [notepad-plus - Open Discussion] Technical Documents
(SourceForge.net)
10. [notepad-plus - Help] RE: replace chars with special chars
[CR][LF] (SourceForge.net)
11. [notepad-plus - Help] RE: Remove FormFeed characters
(SourceForge.net)
12. [notepad-plus - Plugin Development] Bug: Function List for VB
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sun, 03 Jun 2007 03:33:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Function navigation?
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=4341772
By: mieszkolassota
this is a retarded idea - let's think how most of IDE's do it... like to right
clik on na function name and from the context menu select "Go To definition"
(vs style) or holding ctrl + click (plsql editor style)
______________________________________________________________________
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: Sun, 03 Jun 2007 06:13:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Bug in NSIS syntax
highlighting for comments
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=4341857
By: adk0212
When using the NSIS language there seems to be a bug in syntax highlighting
of lines that contain only a line-comment character. In this case the following
line, possibly of live non-comment text, is syntax highlighted as if it is a
comment. This happens only when the line-comment character is the only character
on the preceding line (no trailing whitespace). You can see a screenshot of
the problem here:
<http://www.kroptech.com/~adk0212/notepad++-nsis-syntax-highlight-bug.jpg>
I checked the langs.xml file and it seems to rely on notepad++ to do the pattern
matching. For NSIS language it says commentLine=";" ... so I'm baffled as to
why this bug doesn't seem to affect other languages.
Any ideas?
______________________________________________________________________
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: 3
Date: Sun, 03 Jun 2007 07:04:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Dialog
box for user defined language
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=4341896
By: yoonghm
Hi:
The size of the dialog box for the user defined language is too large.
Secondly, it took me awhile to figure out the how to open the dialog. I think
the menu item shall be under language menu, preferably under "User Defined"
submenu item.
Regards
Yoong
______________________________________________________________________
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: Sun, 03 Jun 2007 08:53:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Dialog box for user defined language
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=4341937
By: yoonghm
Hi:
I downloaded the code and have a look. Below are my comments:
a) As the programmers try their best to have GUI to change all the setting in
a language, the dialog box has become very complex in turn of usage as well
as programming. My view is this, normally people who use such a powerful editor
must be from technical background, they should be able to figure out how to
change configuration file (xml or configuration files) given sufficient
configuration
file. In this way, the notepad++ will truly become very flexible with no added
programming complexity.
b) The syntax for standard languages (such as C, C++, etc) are coded in the
program (scintilla/src/Lex*.cxx). If more and more standard languages are to
be supported, then more source code are needed. As it is possible to create
"User defined language", why do we use this features for standard languages
as well?
c) As different language may have different syntax requirement, using a GUI
to configure the "User defined language" will be very complicated too. Why do
we just let the user define the setting using xml or configuration file (just
as item a above)?
Regards
Yoong
______________________________________________________________________
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: Sun, 03 Jun 2007 10:09:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Crash at start
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=4341991
By: nobody
I experienced the crash at start problem using notepad++ v4.1.2 - I fixed this
by deleting a line in session.xml:
<File firstVisibleLine="0" xOffset="0" startPos="0" endPos="10">new
3</File>
I had to other real files called "new 3" already - so I think it might be some
correlation there - if I edit "new 3" to "new 9" notepad++ does not crash. If
you do not want to edit the file you may delete the whole session.xml - it only
contains information about which files should be automatically reopened. This
will not delete any other configuration data.
Session.xml is found in %appdata% and notepad++ folder. Just press start run
and write %appdata% to find it - it should be located in a subfolder called
notepad++.
______________________________________________________________________
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: Sun, 03 Jun 2007 12:37:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: NP++
4.1.2 Crash with full Plugin set
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=4342112
By: crnobs
On Win 98SE, I experience no crash, but when "functions list" plug-in pane is
active, editor pane gets garbled (is not refreshed). Function list pane itself,
however, IS refreshed regularly when I keep switching between tabs. When I tried
to run Explorer plug-in after the garbling occurred, I've got message box "God
damn exception: 25", followed by program crash. It is even possible to kill
Windows (well, OK, Win9x/ME branch is notorious for being to feeble to defend
itself) playing with Notepad++ after problem already appeared.
Notepad++ is 4.1.2, Functions List plug-in is v1.2 final. Machine has 256MB
of RAM.
______________________________________________________________________
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: Sun, 03 Jun 2007 12:49:33 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Function navigation?
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=4342118
By: nobody
Okay, I figured that would be an issue. I was hoping it could be something that
could be enabled by those who desire such functionality, but it sounds as if
this is an uncommon feature in most IDEs. In every other way, I think Notepad++
surpasses other editors I've used, so thanks for your consideration.
______________________________________________________________________
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: Sun, 03 Jun 2007 16:02:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: NP++
4.1.2 Crash with full Plugin set
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=4342252
By: nobody
Hello,
Ok, Notepad and Function List version are clear, but:
- What is the Explorer version?
- Could you explain what you did step by step?
- Could you create some screenshots?
- Please show the complete list of plugins.
- Try to use only Function List v1.2, Explorer v1.4 and Notepad v4.1.2.
- Does the problem still exist in this case?
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: Sun, 03 Jun 2007 18:47:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Technical 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=4342352
By: nobody
Where can I get document that breaks down the code for Notepad ++ and explains
what each part of the code does?
______________________________________________________________________
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: Sun, 03 Jun 2007 19:06:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: replace chars
with special chars [CR][LF]
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=4342367
By: pshute
To work with newlines I'd advise using the advanced search/replace (control+R)
without regex turned on. Control+M can be typed in either field to represent
a newline combination (which could be LF, CR or CR+LF, depending on the file
format).
Look at http://notepad-plus.sourceforge.net/uk/newlineFindReplace-HOWTO.php
for more details.
______________________________________________________________________
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: 11
Date: Sun, 03 Jun 2007 19:17:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Remove FormFeed
characters
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=4342378
By: pshute
The question was about formfeeds, not linefeeds, and also how to do it without
having to copy and paste. I don't know any way to specify a formfeed other
than copying and pasting. Normally you could use a regex expression like \x0c,
but this doesn't seem to work with Notepad++, although I found a Scintilla
document
that says it should.
______________________________________________________________________
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: Sun, 03 Jun 2007 20:47:14 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Bug:
Function List for VB
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=4342446
By: nobody
When using function list to show VB functions in block <script
language="vbscript">,
the first function does never appear in the list.
environment:
notepad++ v4.1.2
os: windows xp sp2, windows 2003
______________________________________________________________________
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 13, Issue 6
************************************************