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: Code Generation Tip
for plugin authors (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Compile problem
unresolved external symbo (SourceForge.net)
3. [notepad-plus - Help] RE: How to compile with MinGW
(SourceForge.net)
4. [notepad-plus - Plugin Development] RE: New SpellChecker
version 1.2 released (SourceForge.net)
5. [notepad-plus - Help] RE: reindenting html code (SourceForge.net)
6. [notepad-plus - Plugin Development] RE: Request: function bin
to hex in textFX (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 01 Oct 2007 00:47:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Code Generation Tip for plugin authors
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=4545422
By: severach
http://wiki.codeblocks.org/index.php?title=FAQ
Microsoft calls MSVCRT.DLL a "Known DLL." How do I know if I can/should use
it ?
The above FAQ entry will explain why the /MD switch isn't safe to use and how
you can use it safely if you want to minimize runtime size.
______________________________________________________________________
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: Mon, 01 Oct 2007 03:18:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Compile problem unresolved external symbo
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=4545604
By: pjkaus
The font directory containing LINEDRAW.TTF has been missing from the source
distribution and svn since 4.2 and this has been pointed out several times by
myself and others in these forums but so far no response from developers. The
truetype font file is included in the program directory with binary installs
and with older source distributions which are still available via cvs. If you
are posting here I presume you have it already but if not download binary
npp.4.3.zip. Create directory font under source and copy LINEDRAW.TTF from root
of zip to font directory.
Since 4.2 npp has included a Cmake source file which should be able to be used
to make makefiles for mingw and codeblocks. I haven't explored this as I find
it easier to compile using Microsoft C++ Express.
______________________________________________________________________
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, 01 Oct 2007 04:41:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to compile
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=4545703
By: donho
The Makefile is not maintained anymore.
Instead, there's CMakeLists.txt available in the "src" directory.
With it you can generate makefile for MinGW or VC project file via cmake, it
depends on the compiler installed in your system.
For more information of cmake :
http://www.cmake.org/HTML/Index.html
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=331754
------------------------------
Message: 4
Date: Mon, 01 Oct 2007 04:58:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New SpellChecker version 1.2 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=4545723
By: nobody
C:\Programs\Notepad++\Aspell\bin is the absolute path. You need to add the
relative
path. So be sure to write "\Aspell\bin" in your 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=482781
------------------------------
Message: 5
Date: Mon, 01 Oct 2007 05:20:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: reindenting
html code
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=4545740
By: donho
Chris,
Nice to hear from you :)
> HTMLTidy isn't included in the normal download to keep the Notepad++ download
size
> small for the bulk of users who have no need for it.
I confirm that the HTMLTidy comes with Notepad++ official release since (at
least) v4.X.
It is located in plugins\NPPTextFX directory.
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=331754
------------------------------
Message: 6
Date: Mon, 01 Oct 2007 01:04:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Request: function bin to hex in textFX
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=4545446
By: severach
Are you looking for something more than TextFX Convert text to Hex-16?
______________________________________________________________________
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 17, Issue 4
************************************************