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] [bug] - two monitor
(SourceForge.net)
2. [notepad-plus - Open Discussion] RE: [bug] - two monitor
(SourceForge.net)
3. [notepad-plus - Help] RE: Replace text: use file name as
replacement (SourceForge.net)
4. [notepad-plus - Help] RE: compatibility with Linux (Mac,
BSD)? (SourceForge.net)
5. [notepad-plus - Plugin Development] RE: I need handle
WM_KEYDOWN msg (SourceForge.net)
6. [notepad-plus - Open Discussion] Actionscript 3 keywords for
Npp (SourceForge.net)
7. [notepad-plus - Help] Reverse Lines (SourceForge.net)
8. [notepad-plus - Plugin Development] RE: Function List Not
Working (SourceForge.net)
9. [notepad-plus - Open Discussion] keyboard Shortcut "verifyer"
(SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Actionscript 3 keywords
for Npp (SourceForge.net)
11. [notepad-plus - Help] RE: notepad++ Windows 7 build 7100
(SourceForge.net)
12. [notepad-plus - Open Discussion] RE: [Request] Fold Margin
disableable? (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 20 Aug 2009 07:42:02 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] [bug] -
two monitor
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=7572637
By: shamuntoha
It seems notepad++ have not 1, there is many other GUI related problems
- http://img37.imageshack.us/img37/7540/notepad123r.jpg
______________________________________________________________________
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: Thu, 20 Aug 2009 09:07:36 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
[bug] - two monitor
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=7572926
By: cchris
This seems to be a FTP_synchronize issue, and should be posted in Plugin
Development
forum, or in the FTP_synchronize forum on the npp-plugins project site.
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=331753
------------------------------
Message: 3
Date: Thu, 20 Aug 2009 09:13:21 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replace text:
use file name as replacement
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=7572936
By: cchris
I'd use awindowless editor to do the task, sed comes to mid. And a batch file
to have sed work on all files: the cript would be generated using the
environment
variable containing the current processed file.
Merging sed capabilities into NP++ and adding batch processing to it looks like
a dream. But why not?
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
------------------------------
Message: 4
Date: Thu, 20 Aug 2009 09:23:08 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: compatibility
with Linux (Mac, BSD)?
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=7572958
By: cchris
Notepad++ uses the native Win32 API, so it is not compatible with anything not
Windows.
Short answer: use a Windows emulator, there is Wine on Linux.
Long answer: find a nice GUI toolkit, and turn 250 different API calls and
700-800
SendMessage() calls into what this toolkit understands. Then launch he compiler
and scratch yur hed. Repeat process for each toolkit you wish to be compatible
with.
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
------------------------------
Message: 5
Date: Thu, 20 Aug 2009 10:31:33 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: I
need handle WM_KEYDOWN msg
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=7573101
By: donho
Through it's not recommaned to plugin authors, you can subclass 2 Scintilla
handles to capture WM_KEYDOWN to get job done.
Whereas SCN_CHARADDED, it can be relayed to plugins. You could get it from
beNotified().
Please let me know if you really need it, then I will implement it.
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: Thu, 20 Aug 2009 10:31:54 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Actionscript 3 keywords for Npp
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=7573102
By: paladin80
Flash actionscript 3 language is much different from actionscript 2. In AS3
lots of keywords were removed and tons of new keywords & classes introduced.
Here I'm prepared a keyword list for Flash actionscript 3:
http://paladin80.googlepages.com/npp_as3.zip (3 kb)
It contains the keyword lists for AS3 statements, packages, classes and keyword
list for all members (properties and methods) of the MovieClip class. The
complete
list of all members of all AS3 classes is pretty huge so it was not included.
You can use this lists without any restriction. Devs may include AS3 syntax
highlighting in the future versions of Npp. Users may import this keywords to
their Npp for proper highlighting of their AS3 files.
______________________________________________________________________
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: Thu, 20 Aug 2009 10:40:54 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Reverse Lines
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=7573111
By: wochenmitte
Hi everyone,
is it possible to reverse all lines of a document, leaving the first line as
the last one and vice versa?
Greetings from germany,
Michael
______________________________________________________________________
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: Thu, 20 Aug 2009 11:12:42 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Function List Not Working
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=7573169
By: rapid26
Found another problem with Function List. It says No Rules Defined for user
defined languages if the language menu is set to compact. Simply disabling the
compact option made the rules work again.
______________________________________________________________________
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: 9
Date: Thu, 20 Aug 2009 11:48:49 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] keyboard
Shortcut "verifyer"
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=7573239
By: mmtsuchi
Hi,
In shortcut management, verify that there is no the same shortcut for different
actions will be a good point.
I have Ctrl+Shift+S used for "spell checker" and "how to use" (?) .
______________________________________________________________________
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: Thu, 20 Aug 2009 12:33:24 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Actionscript 3 keywords for Npp
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=7573348
By: orizens
hi.
thanks for sharing it!
I do hope for as3 built-in support for 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=331753
------------------------------
Message: 11
Date: Thu, 20 Aug 2009 12:45:40 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: notepad++
Windows 7 build 7100
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=7573370
By: rmcgirr83
Unfortunately no. Compat mode Windows Vista SP 2.
______________________________________________________________________
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: Thu, 20 Aug 2009 13:05:05 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
[Request] Fold Margin disableable?
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=7573417
By: samh1234
I would be happy if it were disableable. It makes the screen busy and I rarely
use it.
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 39, Issue 34
*************************************************