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++    updater
      security issue (SourceForge.net)
   2. [notepad-plus - Open Discussion] function list (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: function     list
      (SourceForge.net)
   4. [notepad-plus - Help] Auto-Completion Not Working
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] [External     Lexer]
      multipart keyword?? (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Bug: Improper
      highlighting of SQL keyword (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Notepad++    updater
      security issue (SourceForge.net)
   8. [notepad-plus - Help] Unicode: no go w/ Alt.      Windows Language
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Feature      Improvement
      Request: Macros (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE:   CCompletion 1.08
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: How to add   an
      Auto-Complete language? (SourceForge.net)
  12. [notepad-plus - Open Discussion] Syntax   highlighting in PHP
      (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE:      highlighting bug
      (SourceForge.net)


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

Message: 1
Date: Thu, 31 Jul 2008 02:30:05 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       updater security 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=5134613
By: nobody

snemarch has a good idea. Delivering the public key in the xml along with the
download instructions will work. Just sign the deliverable with the private
key when you create it, then after GUP downloads it, it decrypts the deliverable
with the public key from the xml instructions. If the decryption fails, GUP
knows that the deliverable was corrupted.

The only way around this is to deliver false instructions in the xml in the
first place.
To mitigate this, you could also post your public key on the website, and 
provide
a key verification mechanism within GUP. Still not foolproof, but it would be
that much harder for the bad guy to circumvent.

Of course, this is a lot of work for a DNS attack that's supposed to be 80%
rectified within the next week or so. So maybe just talk to your SourceForge
rep's and make sure that their DNS provider is patched.

Good luck with a great product,
TanMan



______________________________________________________________________
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: Thu, 31 Jul 2008 10:08:00 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] 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=5135443
By: nobody

i have a 'problem' with functionlist 2.0 alpha - can anybody help me to create
php rules witch will correctly display funcions list (1 class, 2 functions)
for this test file:

<?php
class class_test {

        function test1() {
                //comment {
        }

        function test2() {
        }
}
?>

commented line make test2 dissapear from funtction list :(

here is my php config from FunctionListRules.xml :
http://pastebin.4programmers.net/4202 

i`ve tried with diffrent settings (even those from c++ rules) and so far i`m
out ideas. i don`t know is it my fault, or it`s a bug in functionlist 2.0 alpha.

any help is welcome :)

best regards

______________________________________________________________________
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: Thu, 31 Jul 2008 10:18:40 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] 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=5135465
By: nobody

i`ve forgot to write: i use notepad++ 5.0.2 :)

______________________________________________________________________
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: Thu, 31 Jul 2008 14:58:17 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Auto-Completion Not
        Working
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=5136082
By: broodmdh

I am using verion 5.0.2 and I have several of the auto-completion api's 
installed
(vb, javascript etc) in the plugins\APIs folder.  I have the 'Enable 
Auto-Completion
on each input' and 'Function Parameters hint on input' options toggled in the
preferences.  I can't seem to get auto-completion to work, however.  Even using
CTRL-Space Bar doesn't do anything.  Has anyone else come across this?

______________________________________________________________________
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: Thu, 31 Jul 2008 14:58:42 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        [External       Lexer] multipart keyword??
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=5136085
By: aathell

Is there an external lexer that anyone knows about that can handle a keyword
format of 'class.function'?
This works fine for the included lexers, and the user defined but I can't get
it working for an external lexer.  Does an external lexer even support that?

Thell

______________________________________________________________________
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: Thu, 31 Jul 2008 15:05:52 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Bug:
        Improper highlighting of SQL keyword
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=5136106
By: im2crazy4u

I am still using version 4.6 and it is wrong even back then.

______________________________________________________________________
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: Thu, 31 Jul 2008 16:08:01 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       updater security 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=5136252
By: donho

"https://"; solution costs. Even I get one CA-signed certificate free, I am not
sure that I can deploy a "https://"; site on sourceforge.

OTOH, distribute only signed installer package by a certificate, then keep 
always
the same public key on the side of GUP to check the signature of installer is
a good idea - the public key hard coded in GUP to make sure this public key
won't be replaced by any malware.

Thank you for the hint, Sune.

Don

______________________________________________________________________
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: Thu, 31 Jul 2008 17:56:17 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Unicode: no go w/
        Alt.    Windows 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=5136454
By: aphel

I have Windows set up for both Romanian and American English languages.  When
in Unicode mode, Notepad++ can copy and paste Romanian characters fine (chars:
) but when I switch to the Romanian keyboard, the characters appear
as:

 = ETX (one character)
 = _
 = c
 = 
 = 

I've tried all of the format settings but they all do the same thing.  I like
Notepad++ a lot but due to research, I have to be able to quickly switch between
Rom. and Eng. without individually copying and pasting characters from different
text sources.

Does anyone know how to fix this by any chance?  Hopefully I'm just missing
something.

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: 9
Date: Fri, 01 Aug 2008 04:55:01 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Improvement Request: Macros
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=5137563
By: nobody

yea but what if you have plenty of files open and you would like to switch 
between
them to run macros on them ...


______________________________________________________________________
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: Fri, 01 Aug 2008 05:15:33 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        CCompletion 1.08
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=5137593
By: ccompletion

Hi,

it seems CCompletion started having a problem at some point (new N++ version)
while trying to open the second view. I haven't noticed it since I never close
the second view. For the time being, you can try opening the second view 
manually
and CCompletion should work from that point on.

Could you please specify the N++ version on the machine where the problem occurs
and on the machine where it works fine? Most likely some internal N++ changes
cause the difference.

Regards,
Bostjan


______________________________________________________________________
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: 11
Date: Fri, 01 Aug 2008 08:46:46 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        to add  an Auto-Complete 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=5137969
By: nobody

http://notepad-plus.wiki.sourceforge.net/Create_AutoComplete

______________________________________________________________________
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, 01 Aug 2008 09:20:27 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Syntax
        highlighting in 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=5138031
By: nobody

I have recently reinstalled my computer, and when installing Notepad++ I get
a totally wrong syntaxt highlighting..

See this one, good:
http://img181.imageshack.us/img181/8015/goodiu7.png

And this one, bad:
http://img181.imageshack.us/img181/2333/badyh9.png

I want the first syntax highlighting back, but cannot find the correct settings,
how to get it back?

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=331753



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

Message: 13
Date: Fri, 01 Aug 2008 09:21:36 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        highlighting bug
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=5138033
By: nobody

I think it is not a bug.. it does highlight PHP well??? :) so it is not a bug,
the program works properly!

______________________________________________________________________
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 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 1
************************************************

Reply via email to