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: Plugins submenu
(SourceForge.net)
2. [notepad-plus - Plugin Development] RE: Plugins submenu
(SourceForge.net)
3. [notepad-plus - Open Discussion] RE: linux (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: linux (SourceForge.net)
5. [notepad-plus - Help] Can't record text replacements in
macros (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Session management
(SourceForge.net)
7. [notepad-plus - Help] RE: Multi-line strings in language
definitions (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Scintilla v1.77 out
(lots of goodies/fixes) (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 06 Nov 2008 13:16:02 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Plugins submenu
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=5588415
By: harrybharry
The Notepad++ polugin interface cant be altered too much since it would render
loads of plugins unusable. Its a limit we've hit numerous times before, and
the Unicode change already caused a massive amount of problems on its own,
imagine
what would happen if the entire interface were to change :)
The reason I was so careful with WM_COMMAND is that it can easily conflict with
other plugins, there is no 'safe-range' here. How dynamic is that menu? If its
soemthing the user has to change as a setting, you could require a restart of
Notepad++, I think NppExec does it this way (you can ask DV for advice maybe?)
and it shouldn't be too much of a hassle to the user. You can also try to add
a small menu to your docked window, or toolbar, or some other list (you might
even manage to create some sort of accelerator table, Notepad++ can only assign
accelerators to items that were available on startup), like I did for FTP
profiles.
A few versions ago the rebar was reworked which allowed room for plugins to
add their own toolbar to Notepad++, which _can_ be made dynamic since the plugin
has control over it (to some degree). However, it was never tested _at all_
and thus not made available to prevent issues arising. If you are interested
in this, we can work from there.
______________________________________________________________________
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: Thu, 06 Nov 2008 13:38:09 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Plugins submenu
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=5588531
By: zobo
Hi...
I agree, changing the interface can be a pain :) It's just an idea for when
something like this will happen.
Anyway, let me be specific of what dynamic means in my case. You use the
debugging
plugin to debug PHP code. When a user starts a debugging session in a browser,
some server part connects to the plugin, thus creating a debugging session.
If in the course of this session another debugging session might be started
(this is not so uncommon, especially in AJAX apps) there needs to be a way to
switch between these sessions. This is where this submenu comes into play. For
each session, one element. Needles to say, the content of the menu will change
a lot in the course of the plugins life ...
Yes, I could probably put a pull down box somewhere else, but this seemed as
the nicest way to do it.
I'll think about everything, perhaps try the "preallocated" hack if it works
out. Unless, Is there a way to have a submenu that sends WM_COMMAND messages
to a different (plugin) window.
Best,
-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: 3
Date: Thu, 06 Nov 2008 14:27:50 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
linux
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=5588786
By: craigbass76
http://www.geany.org/
Oh, thankyouthankyouthankyouthankyouthankyouthankyouthankyou
Never heard of it, but I'm in love already
______________________________________________________________________
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: Thu, 06 Nov 2008 14:55:53 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
linux
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=5588946
By: craigbass76
I do wish I could highlight/both-button-click to copy and paste though.
______________________________________________________________________
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: Thu, 06 Nov 2008 16:25:19 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Can't record text
replacements in macros
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=5589467
By: devinelol
Just as the title says, recording text replacements doesn't do anything. Any
way to fix this?
______________________________________________________________________
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: Thu, 06 Nov 2008 18:35:19 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Session management
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=5590231
By: pcezar
What about a MRU List of named sessions?
Named sessions are very nice and I use them a lot, but *I* must remember where
I?ve saved them instead of having N++ remembering the last ones for me :-)
It would be nice to have a new "Session" item in the main menu (Some of its
submenu items could be "New..", "Open...", "Close...", "Save" and of course
"Recent Sessions") but if this is not possible how about adding a "Recent
Sessions" under the File menu item?
I?m new to the forum so pardon me if I missed something and this has been asked
before.
Cheers.
______________________________________________________________________
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, 06 Nov 2008 20:02:38 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Multi-line
strings in language definitions
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=5590712
By: paradoxhal
A belated thanks for your reply!
______________________________________________________________________
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, 06 Nov 2008 20:20:06 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Scintilla v1.77 out (lots of goodies/fixes)
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=5590824
By: pcause
I downloaded the compiled DLL (part of the editor) and dropped in the
Notepad-Plus
directory (saving the old version). Seems to work.
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 30, Issue 15
*************************************************