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 - Help] can not compile (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE:   Function list
      (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE:   Snippets Bundles
      Plugin (SourceForge.net)
   4. [notepad-plus - Help] RE: Help making a   user-defined language
      (SourceForge.net)
   5. [notepad-plus - Help] RE: creating a new style    for PHP
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Bug? The style in
      Javascript/DOUBLESTRING (SourceForge.net)
   7. [notepad-plus - Open Discussion] Help with Tab    Delimited Text
      file (SourceForge.net)
   8. [notepad-plus - Help] RE: GDATA AntiVirus:        Downloader2.AKG in
      npp (SourceForge.net)
   9. [notepad-plus - Help] Reformat txt file with      line limit
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Copy source code in
      colour (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Help with    Tab Delimited
      Text file (SourceForge.net)
  12. [notepad-plus - Help] RE: Reformat txt file       with line limit
      (SourceForge.net)
  13. [notepad-plus - Open Discussion] God Damn Exception.
      (SourceForge.net)


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

Message: 1
Date: Sat, 07 Jul 2007 17:10:45 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] can not compile
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=4401749
By: nobody

i got the messaage : failed to load dynamic array .
what is error 
.
thanx for helping .


______________________________________________________________________
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: 2
Date: Sun, 08 Jul 2007 00:11:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Function list
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=4401920
By: coder775

You didn't mention what version of Notepad++ or what version of the Function
List plugin you are trying to use.

You mean if you load a supported file (e.g., "something.cpp" for C++) and it
has functions in it, they still don't appear in the function list? Or if you
have a text file that has C++ functions in it, and you select "C++" from the
Languages menu, the function list is still not updated? (You might need to put
the cursor in the edit pane.)

If so, yeah, it sounds like something is wrong.  --Joel



______________________________________________________________________
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: Sun, 08 Jul 2007 00:43:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Snippets Bundles Plugin
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=4401935
By: kib2

+1 

The QuickTexT plugin is very limited, see Intype, e-Texteditor, JEdit, or even
Scite Snippets implmented in Lua.

______________________________________________________________________
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: 4
Date: Sun, 08 Jul 2007 01:05:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help making a
        user-defined language
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=4401950
By: coder775

I was talking about making a new language by using the existing ones as 
examples,
and maybe copying and pasting code.  Whether that works, I can't tell you.

I'd try creating a new language via the User Define Dialog (on the View menu),
then examining the created file to see if that would work.  If it wasn't 
sufficient,
I'd try cloning a language that was close (e.g., XML) to Flex and edit that
one, possibly copying keyword stuff from other languages -- but note that there
probably are some internal (.exe) dependencies that can't be changed.

If that doesn't work, you could maybe get the source code and make a custom
build, if you are brave and persistent enough.

If I felt better (I'm quite sick at the moment) I might be up to experimenting,
but all I can do is repeat my encouragement to you to do the same...  --Joel


______________________________________________________________________
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: Sun, 08 Jul 2007 01:17:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: creating a new
        style   for PHP
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=4401960
By: coder775

A couple of things come to mind:

1) One probably should not use Notepad++ to change Notepad++ configuration 
files,
since Notepad++ will update most of its configuration when it is closed, 
overwriting
any changes.

2) Additions of custom keyword classes for a language may not be supported;
some of the language support might be hard-coded in the executable, I think.

3) PHP may need some rework, based on what I've seen posted.  You might post
a bug report with the specific behavior problems, after checking whether it
has already been posted -- in which case you might add a comment.

4) "developers" -> There's just one.  I saw elsewhere that Don's work laptop
was being repaired, so some patience might be in order...  --Joel

______________________________________________________________________
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: Sun, 08 Jul 2007 01:24:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Bug? The style
        in      Javascript/DOUBLESTRING
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=4401969
By: coder775

Well, this is the Help forum, with mainly fellow users helping each other. 
If it's a bug, you might try to see if it has been posted in the bugs list.
See the Tracker menu above.  --Joel

______________________________________________________________________
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, 07 Jul 2007 19:04:09 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Help
        with Tab        Delimited Text 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=4401807
By: nobody

Hi, working with a large tab delimited text file, trying to clean it up. It
has several blocks that show BEL and NUL, please explain what they are. I know
that NUL is NULL, I attempted to remove those according to another post, but
no luck. I need to remove the BEL and NUL blocks.

Ultimately I'm going to clean this up and format in XML to post on google base.
I'd rather send xml instead of tab delimited.  Any help on this is appreciated
too.

Thanks for a great text editor!

Dan


______________________________________________________________________
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: Sun, 08 Jul 2007 01:39:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: GDATA
        AntiVirus:      Downloader2.AKG in npp
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=4401983
By: coder775

There have been some false-positive detections of viruses and other malware
in the installer for Notepad++ and other programs by a couple of antivirus 
programs.
See, for example:

"Files Falsely Detected as W32/Downloader2.AKG"
http://forum.f-prot.com/index.php/topic,518.msg2887.html#msg2887

So you might try again with updated definitions.

However, I'd be cautious anyway.  I'm curious in posts like this: Where were
the files downloaded from, originally?  --Joel


______________________________________________________________________
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: Sun, 08 Jul 2007 02:22:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Reformat txt file
        with    line limit
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=4402006
By: nobody

Is it possible to reformat a .txt document so that each line can contain maximum
40 characters without breaking the words?

-kyrre

______________________________________________________________________
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: Sun, 08 Jul 2007 08:31:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Copy
        source code in colour
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=4402237
By: steakhacher

there is a plug-in you can find here http://www.andre-simon.de/ 

______________________________________________________________________
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: Sun, 08 Jul 2007 10:14:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Help
        with    Tab Delimited Text 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=4402327
By: bullock

[BEL] is <Ctrl-G> or ASCII character #7.  In some modes, it actually sounds
a bell.

You can see the complete map with TextFX: TextFX Tools: Insert ASCII Chart or
Character.

Regards.
Greg

______________________________________________________________________
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: Sun, 08 Jul 2007 10:16:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Reformat txt
        file    with line limit
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=4402328
By: bullock

Select a block, then TextFX: TextFX Edit: ReWrap text to (Clipboard or
72) width.

Regards.
Greg


______________________________________________________________________
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: Sun, 08 Jul 2007 11:07:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] God Damn
        Exception.
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=4402357
By: nobody

While coding some PHP files I got the following error :P

http://www.xs4all.nl/~corryv/bug.JPG

It was pretty funny to read that in such a good program. Thought I would post
it here. Seemed funny enough to do so.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

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

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


End of Notepad-plus-plus Digest, Vol 14, Issue 13
*************************************************

Reply via email to