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: Bug Report: FIle save
fails if you... (SourceForge.net)
2. [notepad-plus - Open Discussion] Feature request: project
manager (SourceForge.net)
3. [notepad-plus - Plugin Development] Pb in compiling npp
insert plugin (SourceForge.net)
4. [notepad-plus - Open Discussion] Feature Request: Resizeable
Tab Bar (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Feature Request: Ruler
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Macro Editor?
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: JSP Support (SourceForge.net)
8. [notepad-plus - Plugin Development] Function List for Ada
(SourceForge.net)
9. [notepad-plus - Help] crash when opening a big file
(SourceForge.net)
10. [notepad-plus - Help] RE: Colours (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 16 Jul 2007 07:01:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Bug
Report: FIle save fails if you...
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=4414922
By: nobody
Just tested. I can open the old file with the old name.
______________________________________________________________________
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, 16 Jul 2007 11:25:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
request: project manager
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=4415319
By: nobody
Hi:
It would be very well appreciated a simple Project Manager, as in Programmers
Notepad 2, UltraEdit, etc, etc...
(We don't need advanced options like "compile", "build"... only "Create
project",
"open project", "Add files to project", "Close project"... in a panel with a
tree of folders/files)
It would be great! :-)
______________________________________________________________________
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: Mon, 16 Jul 2007 12:13:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Pb in
compiling npp insert 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=4415366
By: steakhacher
Hi
I am not a software designer and I have got some problem in compilation of npp
insert plug-in.
I use Visual C++ express on vista and I have installe the SDK nevertheless but
when I try to generate npp insert I have got thes error messages
1>GoToLineDlg1.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "private: void __thiscall
GoToLineDlg::cleanLineEdit(void)const " ([EMAIL PROTECTED]@@ABEXXZ)
1>GoToLineDlg1.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "private: int __thiscall
GoToLineDlg::getLine(void)const " ([EMAIL PROTECTED]@@ABEHXZ)
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol [EMAIL
PROTECTED]
referenced in function "public: virtual void __thiscall
Window::display(bool)const
" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "public: virtual void __thiscall
Window::reSizeTo(struct tagRECT &)" ([EMAIL PROTECTED]@@UAEXAAUtagRECT@@@Z)
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "public: virtual void __thiscall
Window::redraw(void)const " ([EMAIL PROTECTED]@@UBEXXZ)
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "public: virtual void __thiscall
Window::redraw(void)const " ([EMAIL PROTECTED]@@UBEXXZ)
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "public: virtual void __thiscall
Window::getClientRect(struct tagRECT &)const "
([EMAIL PROTECTED]@@UBEXAAUtagRECT@@@Z)
1>StaticDialog.obj : error LNK2001: unresolved external symbol
[EMAIL PROTECTED]
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "public: virtual void __thiscall
Window::getWindowRect(struct tagRECT &)const "
([EMAIL PROTECTED]@@UBEXAAUtagRECT@@@Z)
1>StaticDialog.obj : error LNK2001: unresolved external symbol
[EMAIL PROTECTED]
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "public: virtual bool __thiscall
Window::isVisible(void)const " ([EMAIL PROTECTED]@@UBE_NXZ)
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol [EMAIL
PROTECTED]
referenced in function "public: virtual bool __thiscall
Window::isVisible(void)const
" ([EMAIL PROTECTED]@@UBE_NXZ)
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "public: virtual void __thiscall
StaticDialog::destroy(void)" ([EMAIL PROTECTED]@@UAEXXZ)
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "public: virtual void __thiscall
StaticDialog::destroy(void)" ([EMAIL PROTECTED]@@UAEXXZ)
1>StaticDialog.obj : error LNK2001: unresolved external symbol
[EMAIL PROTECTED]
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "public: void __thiscall
DockingDlgInterface::create(struct tTbData *,bool)"
([EMAIL PROTECTED]@@QAEXPAUtTbData@@[EMAIL PROTECTED])
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol [EMAIL
PROTECTED]
referenced in function "public: virtual void __thiscall
GoToLineDlg::display(bool)const " ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol [EMAIL
PROTECTED]
referenced in function "public: virtual void __thiscall
GoToLineDlg::display(bool)const " ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function _beNotified
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
__imp__wsprintfA
referenced in function "void __cdecl insertDateTime(bool)"
(?insertDateTime@@[EMAIL PROTECTED])
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "void __cdecl
insertHtmlCloseTag(void)" (?insertHtmlCloseTag@@YAXXZ)
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol [EMAIL
PROTECTED]
referenced in function "void __cdecl insertHtmlCloseTag(void)"
(?insertHtmlCloseTag@@YAXXZ)
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "void __cdecl getFileNamesDemo(void)"
(?getFileNamesDemo@@YAXXZ)
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function [EMAIL PROTECTED]
1>NppInsertPlugin.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function [EMAIL PROTECTED]
1>StaticDialog.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED]
referenced in function "public: void __thiscall StaticDialog::goToCenter(void)"
([EMAIL PROTECTED]@@QAEXXZ)
1>StaticDialog.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "public: void __thiscall
StaticDialog::goToCenter(void)" ([EMAIL PROTECTED]@@QAEXXZ)
1>StaticDialog.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "protected: static int __stdcall
StaticDialog::dlgProc(struct HWND__ *,unsigned int,unsigned int,long)"
([EMAIL PROTECTED]@@KGHPAUHWND__@@[EMAIL PROTECTED])
1>StaticDialog.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "protected: static int __stdcall
StaticDialog::dlgProc(struct HWND__ *,unsigned int,unsigned int,long)"
([EMAIL PROTECTED]@@KGHPAUHWND__@@[EMAIL PROTECTED])
1>StaticDialog.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "protected: void __thiscall
StaticDialog::alignWith(struct HWND__ *,struct HWND__ *,enum PosAlign,struct
tagPOINT &)" ([EMAIL PROTECTED]@@IAEXPAUHWND__@@0W4PosAlign@@AAUtagPOINT@@
@Z)
1>StaticDialog.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "public: virtual void __thiscall
StaticDialog::create(int,bool)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
1>StaticDialog.obj : error LNK2019: unresolved external symbol
[EMAIL PROTECTED] referenced in function "public: virtual
void __thiscall StaticDialog::create(int,bool)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED])
1>Release/NppInsertPlugin.dll : fatal error LNK1120: 29 unresolved externals
1>Le journal de g?n?ration a ?t? enregistr? ? l'emplacement
"file://d:\developement\notepad++\plugin\NppInsertPlugin\Release\BuildLog.htm"
1>NppInsertPlugin - 33 erreur(s), 0 avertissement(s)
Has someone a solution for my problem.
Thanks a lot
______________________________________________________________________
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: 4
Date: Mon, 16 Jul 2007 15:48:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
Request: Resizeable Tab Bar
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=4415598
By: nobody
I have a fairly large monitor here, and I usually turn off the icons. However,
I still have occasions where I have more source files than I can see on the
tab bar resulting in having to scroll back and forth.
I'd like to be able to resize the tab bar so that I can see as many tabs as
I want without scrolling.
Thank you for your time and effort in developing 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=331753
------------------------------
Message: 5
Date: Mon, 16 Jul 2007 17:07:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature Request: Ruler
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=4415652
By: pshute
So hide the ruler if the font is proportional. People using a proportional
font who also need a ruler should be using a word processor.
______________________________________________________________________
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: Mon, 16 Jul 2007 19:49:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Macro Editor?
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=4415758
By: argherna
Why not take advantage of Notepad as the editor, but change the way macros are
done? For example, UltraEdit (not open source but excellent editor) has
recently
introduced Javascript as its macro language after years of running on an archaic
and limited macro language of its own. Notepad++ ought to do that.
I wonder how easy it would be to embed something like Mozilla's SpiderMonkey
JS engine and then expose a Notepad++ object that allowed you to do things to
the buffers in the editor, files in the file system (respecting permissions
of course). I'm not a C/C++ programmer or I'd be able to answer these questions
myself. Nevertheless, I think putting in an established language like
Javascript
as a macro language rather than a poorly thought out custom language or using
the XML file (which makes me wonder how well that will scale as I add more
macros)
would make this tool an extremely compelling tool.
______________________________________________________________________
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: Mon, 16 Jul 2007 19:50:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: JSP
Support
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=4415759
By: argherna
Me too.
______________________________________________________________________
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: 8
Date: Tue, 17 Jul 2007 06:00:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Function List for Ada
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=4416334
By: bryan_a
Can I add a definition for the Ada language to FunctionList_Rules.xml using
v2.0 Alpha?
I've tried, but all I get in the Function List is "Language unsupported"
______________________________________________________________________
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, 17 Jul 2007 06:16:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] crash when opening
a big file
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=4416366
By: nobody
Hi,
I had N++ version 4.0.2 and now the 4.1.2 and I have still the same problem.
N++ crashes when I open a 4,9Go file.
The file is supposed to have text content only.
After the crash, I have the Windows green message box asking to send an error
report to MS.
I have Windows XP SP2.
Do you think this bug can be fixed in a further version ?
Regards,
Skrol
______________________________________________________________________
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: Tue, 17 Jul 2007 06:26:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Colours
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=4416377
By: gothnerd
well you could change your windows colors and that would do it, or if you are
using a User Defined language you could even set everything up with the normal
background color as black...
in my experience, it's best to change your windows colors - because it's better
to make EVERYTHING easy to read instead of just this one application.
this will cause issues in a few applications, but almost all of them are
overcomeable
after playing with the individual app's settings.
the windows high contrast color scheme is probably the one that is best for
what you are wanting to do... it's at least a good starting place and you can
then modify it to your hearts content.
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
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 14, Issue 27
*************************************************