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. Amazon Account Security Measures Notification     [Monday 27,
      2007 12:46:10 DST -0400 UTC] (Amazon Inc.)
   2. [notepad-plus - Open Discussion] RE: * mark for   changed file
      in titlebar & tab (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Will you     develop this
      nice notepad for Li (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: * mark for   changed file
      in titlebar & tab (SourceForge.net)
   5. [notepad-plus - Plugin Development] Quick commenting
      (SourceForge.net)
   6. [notepad-plus - Help] Change Default Language     for File Ext
      (SourceForge.net)
   7. [notepad-plus - Help] RE: CommentLine always at   pos1
      (SourceForge.net)
   8. [notepad-plus - Help] RE: Vista replace Notepad (SourceForge.net)
   9. [notepad-plus - Open Discussion] ctrl+space       (don't work on
      SOME words) (SourceForge.net)
  10. [notepad-plus - Help] Crash when opeing large     file (230mb)
      (SourceForge.net)


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

Message: 1
Date: Mon, 26 Feb 2007 09:19:23 -0500
From: "Amazon Inc."<[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] Amazon Account Security Measures
        Notification    [Monday 27, 2007 12:46:10 DST -0400 UTC]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...

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

Message: 2
Date: Sun, 25 Feb 2007 18:37:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: *
        mark for        changed file in titlebar & tab
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=4178072
By: nobody

It is a good suggestion

______________________________________________________________________
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: Sun, 25 Feb 2007 19:17:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Will
        you     develop this nice notepad for Li
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=4178093
By: nobody

If you use linux, I think the emacs is the best choice to replace n++

______________________________________________________________________
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: Sun, 25 Feb 2007 19:29:45 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: *
        mark for        changed file in titlebar & tab
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=4178104
By: nobody

orange color showed on the tab if the file has been modofied.

______________________________________________________________________
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: Sun, 25 Feb 2007 23:14:26 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Quick
        commenting
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=4178256
By: nobody

Is there anyway for me to comment and uncommenting in various language?  

______________________________________________________________________
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: 6
Date: Sun, 25 Feb 2007 23:14:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Change Default
        Language        for File Ext
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=4178257
By: nobody

Hi,

As per the subject, how can I change the default style for a files of file 
extension
".bla" (or whichever file extension).
I wish them to be ordinary white background black text however they open in
MS-DOS style.

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: 7
Date: Sun, 25 Feb 2007 23:46:53 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: CommentLine
        always at       pos1
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=4178273
By: nobody

Ok again more specific.

When I use language C and mark 10 lines and make them comments, the // will
not be at pos1 when line starts with spaces. Can I change this?
Example:
I have this:
extern void Filter1x1(unsigned char *Bits, 
                                const int RowBytes, const int PixDepth, 
                                const int Width, const int Height,
                                tFilter1x1 *Filter);

When I comment out by line I get this:
// extern void Filter1x1(unsigned char *Bits, 
                                // const int RowBytes, const int PixDepth, 
                                // const int Width, const int Height,
                                // tFilter1x1 *Filter);

But i want this:
// extern void Filter1x1(unsigned char *Bits, 
//                              const int RowBytes, const int PixDepth, 
//                              const int Width, const int Height,
//                              tFilter1x1 *Filter);





______________________________________________________________________
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: Mon, 26 Feb 2007 03:22:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Vista replace
        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=4178548
By: nobody

Anyone? I can't get Vista to let me replace the notepad.exe files in the winsxs
directories...

______________________________________________________________________
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: 9
Date: Mon, 26 Feb 2007 03:25:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        ctrl+space      (don't work on SOME words)
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=4178553
By: leilond

First of all sorry for all possible language error, english isn't my language
;)
 
I make large use of ctrl+space feature to auto complete commands in php 
What is VERY strange is that the ctr+space don't work if you type 
"str_" 
or 
"strr" 
 
pratically all words between this two string aren't usable with ctrl+space 
All this words are affected 
str_pad 
str_repeat 
str_replace 
str_rot13 
strcasecmp 
strchr 
strcmp 
strcoll 
strcspn 
strftime 
strip_tags 
stripcslashes 
stripslashes 
stristr 
strlen 
strnatcasecmp 
strnatcmp 
strncasecmp 
strncmp 
strpos 
strrchr 
strrev 
strrpos 
 
It works if you type "str" (positioning on str_pad, the first of the list) or
strs (positioning on strspn, the first word after the list)
 
Anyone know why and how to fix it? 

______________________________________________________________________
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: Mon, 26 Feb 2007 04:18:17 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Crash when opeing
        large   file (230mb)
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=4178620
By: nobody

Hi 

I've found notepad crashes when opening large txt files 230mb+
version 4.0.1. I have tried it on two machines with the same results.

I have success with UltraEdit?

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



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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

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


End of Notepad-plus-plus Digest, Vol 9, Issue 68
************************************************

Reply via email to