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] notepad++ on     unix-like
      systems? (SourceForge.net)
   2. [notepad-plus - Help] User Define StringEsc (SourceForge.net)
   3. [notepad-plus - Help] RE: Problem when opening    *.NFO file
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE:
      關於日文或簡體名稱 (SourceForge.net)
   5. [notepad-plus - Help] RE: Help replacing  something
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE:
      關於日文或簡體名稱 (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE:
      關於日文或簡體名稱 (SourceForge.net)
   8. [notepad-plus - Open Discussion] Bug - comment    color on
      version 4.6 (SourceForge.net)
   9. [notepad-plus - Help] RE: Save dialong can't be   resized
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Notepad++    v4.6 and its
      auto-updater (GUP) (SourceForge.net)
  11. [notepad-plus - Open Discussion] Notepad Styles (SourceForge.net)
  12. [notepad-plus - Help] open all files from directory
      (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Feature      request. Ability
      to open huge fil (SourceForge.net)
  14. [notepad-plus - Translation] English.xml v.4.6    changes
      (SourceForge.net)


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

Message: 1
Date: Fri, 23 Nov 2007 00:25:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        notepad++ on    unix-like systems?
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=4638627
By: nobody

I think notepad++ is the best gui text editor for me to write webs,I want to
use notepad++ on my notebool whitch is installed ubuntu,I have try to use "wine"
but it's not feel good :(

______________________________________________________________________
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: Fri, 23 Nov 2007 01:13:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] User Define
        StringEsc
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=4638692
By: pledin

I have string start '"' and end '"', but '\"' break my string. But it's 
"commented"
symbol.
How can I ignore it?

For example: 
$result = "text \"hello\" some other text";

And as result I have incorrect syntax highlighting in whole followed code.

______________________________________________________________________
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: 3
Date: Fri, 23 Nov 2007 02:13:24 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem when
        opening *.NFO 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=4638755
By: nobody

I had the same happen to me (v4.5) I think this is due to some funky nfo file
because some nfo's opened without a hitch but with one or two files the system
would hang for a few minutes and then the file would be all black, I had nfo's
which opened without a hitch...
Those nfo file that caused Notepad++ to hang would open just fine in notepad
though.

______________________________________________________________________
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: Fri, 23 Nov 2007 02:24:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [notepad-plus - Open Discussion] RE:
        關於日文或簡體名稱
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=4638769
By: nobody

We see only Questionmarks and bug....
Please ask in English, if you can, so any can read your Question !

______________________________________________________________________
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: Fri, 23 Nov 2007 02:50:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help replacing
        something
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=4638802
By: dv__

Use AWK or GAWK for this.
Here is the corresponding AWK program:

BEGIN {
  ITEM_COUNT = 100
  START_NUMBER = 2700
  FMT = "<something number=\"%ld\" id=\"312\">\n"

  for (i = 0; i < ITEM_COUNT; i++) {
    printf(FMT, i + START_NUMBER)
  }
}

Also you can use
printf(FMT, i + START_NUMBER) > "file.txt"
in order to print generated string to file "file.txt"

______________________________________________________________________
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: Fri, 23 Nov 2007 04:06:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [notepad-plus - Open Discussion] RE:
        關於日文或簡體名稱
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=4638907
By: nobody

he says that file path is simple chinese or janpanes will fail to open it

????windows???...big5????

______________________________________________________________________
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: Fri, 23 Nov 2007 04:17:13 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [notepad-plus - Open Discussion] RE:
        關於日文或簡體名稱
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=4638924
By: harrybharry

Notepad++ does not support unicode filenames (and I doubt DBC filenames)
Rename to plain ANSI if you need to use 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: 8
Date: Fri, 23 Nov 2007 04:26:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug -
        comment color on version 4.6
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=4638941
By: nobody

Hi... i have a problems with comment color because when i comment a line and
this have "%>", the notepad++ understand that the character "%>" are commented
too and all after them.

For example:
<html tags>
<%Dim value%>
<%value = 1%>
<%'=value%>
<html tags>

Please, can repair it in next version??

Congratulations to a good job that yours do!!
tanks a lot for all!
Diogo Dossa


______________________________________________________________________
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: Fri, 23 Nov 2007 05:20:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Save dialong
        can't be        resized
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=4639016
By: nobody

Annoying...

______________________________________________________________________
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: Fri, 23 Nov 2007 05:52:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.6 and its auto-updater (GUP)
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=4639045
By: pcause

Found the problem.  The directions say to create directory "update" but it needs
to be nmed "updater".

Will the updater update an install that was done using the zip?

______________________________________________________________________
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: Fri, 23 Nov 2007 06:02:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Notepad
        Styles
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=4639062
By: nobody

Are there any styles or themes for Notepadpp that can be downloaded?

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: 12
Date: Fri, 23 Nov 2007 07:05:01 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] open all files from
        directory
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=4639142
By: nobody

Is it possible to open all files from a directory in only one operation?

______________________________________________________________________
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: 13
Date: Fri, 23 Nov 2007 07:57:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request. Ability to open huge fil
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=4639216
By: mdenty

I vote for it too.

--Marc

______________________________________________________________________
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: 14
Date: Fri, 23 Nov 2007 08:00:47 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] English.xml
        v.4.6   changes
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=4639225
By: nobody

There is a new line to translate in ID 6323, for the new Update Future.
Search for Item id 6322 in your nativeLang.xml and paste under these line:

in English.xml
                   <Item id = "6323" name = "Enable Notepad++ auto-updater"/>


in German.xml
                   <Item id = "6323" name = "Notepad++ Autom. Update
aktivieren"/>

Greetings



______________________________________________________________________
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=558104



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

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


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

Reply via email to