Send Notepad-plus-plus mailing list submissions to
        notepad-plus-plus@lists.sourceforge.net

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: Notepad      5.03 source not
      compile cleanly MinGW (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Notepad      5.03 source not
      compile cleanly MinGW (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Notepad      5.03 source not
      compile cleanly MinGW (SourceForge.net)
   4. [notepad-plus - Help] Other encoding formats? (SourceForge.net)
   5. [notepad-plus - Help] FTP plugin Issue (SourceForge.net)
   6. [notepad-plus - Help] Multiple Extensions in      User
      Highlighters (SourceForge.net)
   7. [notepad-plus - Help] RE: User Language Help (SourceForge.net)
   8. [notepad-plus - Open Discussion] Feat. request:   select until
      bookmark (SourceForge.net)
   9. [notepad-plus - Help] RE: Problems with   bulgarian in
      notepad++ (SourceForge.net)
  10. [notepad-plus - Open Discussion] Large lines      don't work
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] Macros don't     work as
      expected (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Macros       don't work as
      expected (SourceForge.net)
  13. Re: [notepad-plus - Help] Other encoding  formats?
      (Idris Samawi Hamid ????? ????? ????)


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

Message: 1
Date: Mon, 25 Aug 2008 23:53:21 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad 5.03 source not compile cleanly 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=5195149
By: noangel777

>In order to prevent notepad++ from crashing when loading a file that is simply
too large, Don added __try __except if I recall correctly.

But there is more simple and ompatible way: just open file(fopen(...)), then
use fseek to set pointer to end of file, then get pointer position with ftell
and check if file too big with "if" operator. Why using try...except?


______________________________________________________________________
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, 25 Aug 2008 23:53:58 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad 5.03 source not compile cleanly 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=5195150
By: noangel777

P.S. ompatible=compatible

______________________________________________________________________
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, 25 Aug 2008 23:58:47 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad 5.03 source not compile cleanly 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=5195167
By: snemarch

> But there is more simple and ompatible way: just open file(fopen(...)),
> then use fseek to set pointer to end of file, then get pointer position
>  with ftell and check if file too big with "if" operator. Why using
> try...except? 

Simple - because there's no clear reason *what* "too big" means. Now, the 
smartest
thing would be tracing the code properly to find out what exactly causes crash,
and then add some safeguards or whatever, but that might not be a simple job.

______________________________________________________________________
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: Tue, 26 Aug 2008 01:26:47 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Other encoding
        formats?
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=5195342
By: osakawebbie

I love Notepad++, except for one thing.  I work with code for Japan, so some
of the text strings in the code contain Japanese characters.  These days more
and more of it is in UTF-8, but sometimes I have to work with something that
is Shift-JIS (an older Japanese character encoding set, the native encoding
on Japanese Windows).  That is not a choice in the Format menu, and so the 
characters
are, of course, garbled.  Is there anything I can do?

______________________________________________________________________
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: Tue, 26 Aug 2008 03:06:11 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] FTP plugin Issue
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=5195544
By: jumbojs

What's the deal with the ftp? Everything else about notepad++ works great but
whenever I try to access a file in a subdirectory on a server through ftp I
get this message, "Files\xxx\xxx\xxx doesn't exist. Create it?" I don't even
know what that means so I click ok and it says, "Cannot create the file". Please
help because I love the program and I want to continue using it but without
ftp access it isn't much use to me.

Thanks

______________________________________________________________________
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: Tue, 26 Aug 2008 11:39:03 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Multiple Extensions
        in      User Highlighters
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=5196726
By: jmg_

I've searched and cannot find any comments on Multiple File Extensions, but
seem to recall it was a 'not yet implemented feature' a while ago ?
Does anyone know if there is a way to tag multiple file extensions onto a user
defined syntax highlighter ?. The usual ; suspect of .one;.two did not work
- apart from that one issue, the Highlighter itself works well...


______________________________________________________________________
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: Tue, 26 Aug 2008 11:45:29 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Language
        Help
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=5196741
By: jmg_

Look at User Defined Syntax Highlighting, on this page
http://notepad-plus.sourceforge.net/uk/about.php
and it has screen shots on setting user defined dialogs.
The Menu button User Define Dialog opens a user form, and you can 
Dock that so a candidiate file can appear alongside. That will show
the highlighter choices as you make them.
You do not need to fill all fields, and it saves into userDefineLang.xml 
Create a backup copy, as a new install replaces 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=331754



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

Message: 8
Date: Tue, 26 Aug 2008 14:30:58 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feat.
        request:        select until bookmark
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=5197177
By: brasileiro79

Notepad++ is great!

I'd like to be able to select until the next bookmark.

For example, holding shift and then pressing F2 would select the text in between
where the cursor was, up to the bookmarked position.

Thank you and keep up the great 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



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

Message: 9
Date: Tue, 26 Aug 2008 16:06:42 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problems with
        bulgarian in notepad++
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=5197443
By: kaireng

I try to reproduce the problem on another computer with notepad - and i found
what seems to be the problem.

on Column Mode Select (Alt + Left click)
when i try to type in any keyboard layout other than english i get the same
result i wrote about ablove

Example:
when i press shift + f - the result is black box with RS in it....
shift+k = Black box - GS
shift+o = Black Box - DC4

So it looks like i have activated Constant Column Mode Select - on the first
PC
So I would appreciate any idea how to turn this off....

Thanks in advance

______________________________________________________________________
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, 26 Aug 2008 17:42:06 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Large
        lines   don't work
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=5197701
By: delerue

Can anyone confirm this bug: if you open a TXT file with a REALLY long line,
Notepad++ corrupts the end. If you break the line near the end, the problem
is solved. Example:

http://www.zshare.net/download/176783540c1f8241/

With WinXP default Notepad there's no problem at all.

Thanks!

______________________________________________________________________
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: 11
Date: Tue, 26 Aug 2008 18:04:38 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Macros
        don't   work as expected
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=5197747
By: pgeorge64

I use macros quite extensively during development.
e.g. to convert DB table columns to get/set methods:
e.g. I have following lines of columns I generated from MySQL
client_id
client_first_name
client_last_name

Here is what I want to do with Notepad++ (this works in Crimson Editor)
Key strokes are [], comments after --
Position Curosor on the first line (with client_id)
[HOME]
[SHIFT-END] -- select till end
[CTRL-C]
[HOME]function get[END] () {[ENTER]
[TAB]return $this->[CTRL-V];[ENTER]
}[CURSOR DOWN][HOME] -- basically you are at the beginning of line2
You should be able to pay the macro and create get function for the second line
which at the end will take to the beginning of next line.
But Notepad++, goes back to the first line and does this all over again.


______________________________________________________________________
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: 12
Date: Tue, 26 Aug 2008 18:20:46 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Macros  don't work as expected
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=5197775
By: jpxavier

Looks like if the AutoComplete is turned off, it works. Otherwise, it copies
junk or types in some weird text.
Can we have autocomplete turned off automatically when Macros are recorded or
played back ?

______________________________________________________________________
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: 13
Date: Tue, 26 Aug 2008 20:13:28 -0600
From: Idris Samawi Hamid ????? ????? ???? <[EMAIL PROTECTED]>
Subject: Re: [Notepad-plus-plus] [notepad-plus - Help] Other encoding
        formats?
To: "notepad-plus-plus@lists.sourceforge.net"
        <notepad-plus-plus@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8

On Mon, 25 Aug 2008 19:26:47 -0600, SourceForge.net
<[EMAIL PROTECTED]> wrote:

> I love Notepad++, except for one thing.  I work with code for Japan, so  
> some
> of the text strings in the code contain Japanese characters.  These days  
> more
> and more of it is in UTF-8, but sometimes I have to work with something  
> that
> is Shift-JIS (an older Japanese character encoding set, the native  
> encoding
> on Japanese Windows).  That is not a choice in the Format menu, and so  
> the characters
> are, of course, garbled.  Is there anything I can do?

The ConvertExt plugin has support for external encodings. I'm not sure how
it works exactly but it may be of help. See the Options menu of the plugin.

Best wishes
Idris



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

-------------------------------------------------------------------------
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
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 27, Issue 36
*************************************************

Reply via email to