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: CPU consumption
(SourceForge.net)
2. [notepad-plus - Plugin Development] Function list bug
(SourceForge.net)
3. [notepad-plus - Help] wrap+save=bug? (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: CPU consumption
(SourceForge.net)
5. [notepad-plus - Open Discussion] RE: CPU consumption
(SourceForge.net)
6. [notepad-plus - Plugin Development] Creating a plugin with
MinGW (SourceForge.net)
7. [notepad-plus - Plugin Development] RE: Hex Editor v0.9
released !!!! (SourceForge.net)
8. [notepad-plus - Plugin Development] RE: Unicode Notepad++ vs.
Unicode plugins (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Notepad++ v5.1 beta
released (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Light Explorer feature
request (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 29 Sep 2008 17:43:36 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: CPU
consumption
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=5342573
By: bvanvalin
I have experienced the same issue, I am also running xp sp2.
CPU also tends to jump up to 100% when using the clone to another view feature.
Once the window is minimized to the taskbar, CPU usage immediately drops to
normal. Bringing the window back into focus immediately causes CPU usage to
jump back to 100%.
______________________________________________________________________
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: Mon, 29 Sep 2008 21:00:25 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Function list 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=5343225
By: igorella
example:
private function _set_header()
{
$header[] = 'Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,
image/png,*/*;q=0.5';
$header[] = "Cache-Control: max-age=0";
$header[] = "Connection: keep-alive";
/*.........*/
}
after this function - complete list hides.
problem with these characters for some reason: */*
thx!
______________________________________________________________________
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: Mon, 29 Sep 2008 22:56:49 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] wrap+save=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=5343579
By: nseve
view/wrap checked, after 3-4 lines of text file saved and right after that I
can see only 1 line. Only uncheck + check helps.
______________________________________________________________________
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: Mon, 29 Sep 2008 22:57:13 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: CPU
consumption
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=5343581
By: harrybharry
The increase in CPU during long runtimes is pretty hard to debug (considering
you need to wait 10 hrs and then jsuth ave the luck to find the cause). It can
be a faulty plugin.
However, the clone-mode issue might be triggered by a feedback loop. Try
disabling
the smart hilighter or html/xml tag highligher and see if it stops (it should).
If so, could you tell which one (or both) it was?
______________________________________________________________________
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: Mon, 29 Sep 2008 23:33:05 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: CPU
consumption
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=5343671
By: donho
The clone view causes high cpu consummation is due to th xml matched
highlighting
or smart highlighting.
This bug will be fixed in v5.1 OR.
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: 6
Date: Tue, 30 Sep 2008 05:50:29 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Creating a plugin with MinGW
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=5344614
By: jaenis
Hi
I am trying to create a plugin with MinGW compiler. Currently I have got so
far that N++ does load my plugin, but plugin context menu does not contain any
text I try to set there and I don't have any idea how to proceed.
Relevant parts of the code below, full sources and compiled dll available here:
http://zepi.kapsi.fi/TestPlugin.zip
const int nbFunc = 2;
FuncItem funcItem[nbFunc];
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD reasonForCall,
LPVOID lpReserved )
{
switch (reasonForCall)
{
case DLL_PROCESS_ATTACH:
funcItem[0]._pFunc = Func1;
funcItem[1]._pFunc = Func2;
strcpy(funcItem[0]._itemName, "Test 1");
strcpy(funcItem[1]._itemName, "Test 2");
funcItem[0]._pShKey = NULL;
funcItem[1]._pShKey = NULL;
break;
}
return TRUE;
}
extern "C" __declspec(dllexport) FuncItem * getFuncsArray(int *nbF)
{
*nbF = nbFunc;
return funcItem;
}
It seems that I do set all of the required fields and provide them when asked,
but "Plugins->TestPlugin" menu is empty (actually it contains few lines, no
text)
In compiling I use following command:
g++ -c -o TestPlugin.o TestPlugin.cpp -DBUILD_DLL
Linking DLL for N++ in MinGW seems to be tricky, currently I use following
command:
g++ -o TestPlugin.dll -Wl -shared -lshlwapi TestPlugin.o
This seems to be okay for N++, because it won't complain about non-multithreaded
DLL (will do that, if I use the "-export-dynamic" argument that example suggest)
I think there might be something wrong when linking... 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=482781
------------------------------
Message: 7
Date: Tue, 30 Sep 2008 06:20:01 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Hex Editor v0.9 released !!!!
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=5344692
By: jenslorenz
Hi,
you need to copy the Common folder parallel to the HexEditor project. You can
find it on SF in CVS. Also it should be inlcuded into the ZIP file.
This applies also to all my other projects.
Example:
Common
Explorer
HexEditor
NativeLang
WindowManager
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: 8
Date: Tue, 30 Sep 2008 06:24:58 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Unicode Notepad++ vs. Unicode plugins
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=5344707
By: jenslorenz
Hi LoonyChewy,
I added the file into CVS. There is no responsibility to Don. If you need to
change something in the code or you have a suggestion to make it please let
me know. I will test it and do a check in.
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: 9
Date: Tue, 30 Sep 2008 06:29:20 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5.1 beta released
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=5344718
By: jenslorenz
Hello Don,
I have a change request for the OR:
is it possible to implement a new message for plugins that can reorder the
document
tabs? I would like to support it in my next Window Manager with unicode support.
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: 10
Date: Tue, 30 Sep 2008 07:02:03 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Light Explorer feature request
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=5344817
By: zzyplza
And another (unless it's already there!) I'd like to be able to open up the
directory tree to the containing folder of the active file.
______________________________________________________________________
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 29, Issue 6
************************************************