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: Crimson (SourceForge.net)
   2. [notepad-plus - Plugin Development] Reply to      this post if
      you're interested... (SourceForge.net)
   3. [notepad-plus - Help] RE: How to -reverse Notpad++???
      (SourceForge.net)
   4. [notepad-plus - Help] RE: notepad++ for   end-users
      (SourceForge.net)
   5. [notepad-plus - Help] RE: saving in utf8 (SourceForge.net)
   6. [notepad-plus - Help] RE: saving in utf8 (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: VibrantInk   Theme
      (SourceForge.net)
   8. [notepad-plus - Help] User-defined language       questions
      (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Sat, 15 Dec 2007 05:00:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Crimson
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=4676860
By: nobody

You can try Alt+Home, it seems to do the begin of line.
Ctrl-Home is originally meant for begin of file, so be carefull when remapping
that

______________________________________________________________________
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: Sat, 15 Dec 2007 05:07:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Reply
        to      this post if you're interested...
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=4676863
By: nobody

I found a way to do exactly what you are talking about, I found the need myself,
so I programmed some extentions that run from the Run menu, it only works if
you have Bloodshed Dev C++ installed in your C:/ drive and you have to set an
environmental variable for C:/Dev-Cpp/bin. It's all pretty basic though.

First thing I made was Compile.exe which takes the argument 
"$(CURRENT_DIRECTORY)/"
when executed and creates compile.bat in the current file's directory and 
executes
it, which executes make.exe in C:/Dev-Cpp/bin and compiles main.cpp using the
rules specfied in makefile.win(See next paragraph...) in the current file's
directory and executes Program_Name.exe whcih is the compiled result.

I also created MakeGen_v1_0.exe, which takes in the argument 
"$(CURRENT_DIRECTORY)"
and allows you to easily generate a makefile.win in the current project's 
directory,
which is the first step of use aside from creating main.cpp and loading it into
Notepad++, I didn't put too much effort into this program though, there's an
editable area that allows you to specify libraries to include in the linking
process and one to manually edit the result of the makefile, it also has three
radio buttons that allow you to specify what type of application you want to
make (Windows app, Console app,or DLL).

I'd post the source codes but I used some libraries that I ended up making over
time to assist me in string/file manipulation and such and would be a lot of
code to post here so reply to this message if you're interested and I'll set
up a way that you can download the files necessary and walk you through setting
it up so that you can use Notepad++ as your IDE for C++.

______________________________________________________________________
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: Sat, 15 Dec 2007 07:20:23 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to -reverse
        Notpad++???
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=4676974
By: nobody

Either use this theme:
http://sourceforge.net/forum/forum.php?thread_id=1888313&forum_id=331753

or open stylers.xml,
find: fgColor="(.*)" bgColor="(.*)" fontName
replace: fgColor="\2" bgColor="\1" fontName

which effectively reverses all colors, doing some 'invert' aswell, but is 
extremely
unreadable ;)

______________________________________________________________________
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: Sat, 15 Dec 2007 08:50:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: notepad++ for
        end-users
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=4677050
By: nobody

*lol*

Try searching Notepad++ on the web and I guess you'll find answers to a couple
of your questions. Here's a hint: N++ i a text editor.


______________________________________________________________________
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: Sat, 15 Dec 2007 09:57:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: saving in utf8
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=4677099
By: ishamid2

This is the BOM (byte-order mark) which marks the file as utf-8. In ConTeXt
(which I use) this is recognized automatically. There must be some LaTeX package
out there that enables a utf-8 regime as well.

In any case the work around for LaTeX is to choose both

Format>Encode in ANSI
Format>UTF-8 without BOM

Best wishes
Idris

PS For a 21st century TeX, check out ConTeXt. Soon luaTeX will be stable and
then LaTeX will be fully utf-8 compliant.

______________________________________________________________________
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: Sat, 15 Dec 2007 10:04:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: saving in utf8
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=4677104
By: ishamid2

> I also tryed Notepad2 and saved in utf8, 
> but there was no chars in the beginnning

Without the BOM, this is NOT officially recognized 100%-pure utf-8 ;-)

Idris

==============
Byte Order Mark, U+FEFF ZERO WIDTH NO-BREAK SPACE

The character U+FEFF normally acts as a zero width non-breaking space. It can
also be used as a byte order mark when it occurs as the first character in a
file to detect the byte order of UTF-16 and UTF-32 files. If the byte order
is reversed, the value FEFF(hex) appears as FFFE(hex), which is not a valid
Unicode character. UniPad handles the byte order mark automatically.

The byte order mark is also used as a signature to detect UTF-16 files, since
the byte sequences FF FE or FE FF rarely occur in 8-bit text.

The byte order mark is also used as a marker/signature to detect UTF-8 files
since the byte sequence is EF BB BF rarely occur in other 8-bit character sets.
The byte order is obviously not an issue here.

The byte order mark is also used as a signature to detect UTF-32 files. The
possible bytes sequences are either 00 00 FE FF or FF FE 00 00 (depending on
byte order).

The byte order mark can be used as a signature for the Standard Compression
Scheme. The byte sequence is 0E FE FF.

?1997-2006 Sharmahd Computing
==============

______________________________________________________________________
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: 7
Date: Sat, 15 Dec 2007 11:42:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        VibrantInk      Theme
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=4677174
By: nobody

The default settings use the "Monaco" font which I didn't have, making Notepad++
use some 'random' font (probably scintillas default font). Maybe include the
Monaco font or change it to what was used in the screenshot? Monaco is a bit
large for my liking anyways.

Also points out another problem: Notepad++ allows you to select the blank entry
as the default font, resulting in said 'random' font.

-Harry

______________________________________________________________________
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: Sat, 15 Dec 2007 11:53:49 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] User-defined
        language        questions
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=4677180
By: nobody

Is there a way to do the following:
1. Have it recognize hex numbers A-F?  Right now, A-F are not colored at all.
2. Have it so that folding menu thing is not there at all?

______________________________________________________________________
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



------------------------------

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

------------------------------

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 19, Issue 40
*************************************************

Reply via email to