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
        notepad-plus-plus-requ...@lists.sourceforge.net

You can reach the person managing the list at
        notepad-plus-plus-ow...@lists.sourceforge.net

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] ALL reserved     keywords for
      PHP and JavaScript! (SourceForge.net)
   2. [notepad-plus - Translation] RE: Simplified       Chinese
      Translation (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: update       problem
      (SourceForge.net)
   4. [notepad-plus - Help] FTP- Unable to create       directory for
      file C (SourceForge.net)
   5. [notepad-plus - Plugin Development] FTP plugin    - 179 char max
      in file paths? (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: 5.2  crashes, going back
      to prev. ver. (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: 5.2  crashes, going back
      to prev. ver. (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Notepad++    v5.3 Release
      Candidate (SourceForge.net)
   9. [notepad-plus - Help] File Association (SourceForge.net)
  10. [notepad-plus - Open Discussion] Notepad++ 5.2    crashes with
      search in files (SourceForge.net)


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

Message: 1
Date: Wed, 11 Mar 2009 00:28:55 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] ALL
        reserved        keywords for PHP and JavaScript!
To: nore...@sourceforge.net
Message-ID: <6736687.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6736687
By: beholder4096

I am actually still learning PHP and JavaScript and I found it quite confusing
that Notepad++ doesn't have support for syntax highlighting of all keywords
of these languages implemented. Neither could I find some complete listing of
these keywords so I had to resort to search through the internet.

Ultimately, I have discovered some lists for PHP and JavaScript languages. These
lists contain most, if not all, functions and reserved keywords used in both
languages. Beginners in these languages usually know that for example a function
or a property they desire exists, but they don't know its correct name. This
way they don't have to consult manual too often, they can just write the 
function
name and see if it is recognized as 'reserved'.

I have no idea where I have the PHP keywords list from but here are almost all
functions of this language:
http://tigerware.sk/php_keywords.txt
Since Notepad++ doesn't actually allow all of these keywords to be inputted
into the user defined keywords box (hello Don), you must edit the Application
Data/stylers.xml and in PHP section change one specific <WordsStyle> tag to
this:
<WordsStyle name="WORD" styleID="121" fgColor="005E00" bgColor="FEFCF5" 
fontName=""
fontStyle="1" fontSize="" keywordClass="instre1"> PUT ALL OF THE NEW KEYWORDS
HERE </WordsStyle>
This WORKS! it is tested.

Now JavaScript. It is even more confusing language than PHP, because it CASE
SENSITIVE and has many classes, elements, etc.  from Document Object Model.
Therefore many specific keywords. Since Notepad++ doesn't allow us to create
classes etc. in in-built style configurator for javascript, I just added all
of them to the user keywords box (this time it's not too many for the box so
it works). I have had a dillema with this, since some DOM objects (like "a".
"i" etc.) could sometimes  be used as a variable, but I put them in anyway.
Here is the list:
http://tigerware.sk/javascript_keywords.txt

BTW, Don, JavaScript syntax highlighting definitely needs some improvement.
Unless I create my own custom language, the built-in support for this language
limits itself to a few keywords while you have a whole DOM structure on hands
when dealing with this. Something like in CSS support would be welcome here.
Here is a perfect reference for this, it lists every reserved keyword with a
category it belongs to:
http://de.selfhtml.org/navigation/syntax.htm#javascript
With such a reference, I imagine it would take you half-an-hour to get this
to work properly. Cheers!


______________________________________________________________________
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: Wed, 11 Mar 2009 03:37:18 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE:
        Simplified      Chinese Translation
To: nore...@sourceforge.net
Message-ID: <6738972.558...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6738972
By: jaloola

Did you use the link:

http://www.mediafire.com/?nytmdizznme

Which worked for me...

Allen Zhu
allen.jalo...@gmail.com

______________________________________________________________________
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



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

Message: 3
Date: Wed, 11 Mar 2009 03:38:11 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        update  problem
To: nore...@sourceforge.net
Message-ID: <6738987.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6738987
By: jaloola

There's no bug...

Don just doesn't update the script that often.

It's always better to download the .exe file from:

notepad-plus.sf.net.

Allen

______________________________________________________________________
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: Wed, 11 Mar 2009 04:10:57 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] FTP- Unable to
        create  directory for file C
To: nore...@sourceforge.net
Message-ID: <6739403.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6739403
By: briangarson

In case anyone else is experiencing this problem, I had a really hard time 
figuring
out what was going on, but I did figure it out.. at least for myself.

I'm running:

64 bit windows vista sp1, and downloaded notepad++ 5.2 i believe

when i ran the installer if i used the Unicode version of ++ I couldn't open
files after connecting thru ftp

however when i switched to the ansi code i can now open, and save files from
an FTP Server.


just thought I'd share.




______________________________________________________________________
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: Wed, 11 Mar 2009 04:38:10 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] FTP
        plugin  - 179 char max in file paths?
To: nore...@sourceforge.net
Message-ID: <6739691.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6739691
By: flojo11

I discovered a problem in the FTP plugin.

Files stored in a deep tree directory structure, with a 

     drv:\dir1\......\dirN\filename.ext 

that are longer than 179 chars cannot be opened.


Regards.
FJ

______________________________________________________________________
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: Wed, 11 Mar 2009 06:40:08 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: 5.2
        crashes, going back to prev. ver.
To: nore...@sourceforge.net
Message-ID: <6741203.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6741203
By: gr3gw

UnRheal wrote:

<quote>
I really don't like this "forum" on sourceforge! :( Nice if I could edit my
post instead of making multiple replies to my own post!
<end-quote>

I agree. It lacks a lot of the features that we've come to expect in public
forums. I'm not sure if the project team have considered phpBB. It's open 
source,
full of useful features for both users and administrators and widely used and
appreciated.

--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: 7
Date: Wed, 11 Mar 2009 06:42:13 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: 5.2
        crashes, going back to prev. ver.
To: nore...@sourceforge.net
Message-ID: <6741227.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6741227
By: gr3gw

PS: This forum also lacks attachments for images. Providing support without
the use of visual images is very difficult and prone to misunderstandings. This
is for both people asking for help as well as those providing assistance.

______________________________________________________________________
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: Wed, 11 Mar 2009 07:38:54 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.3 Release Candidate
To: nore...@sourceforge.net
Message-ID: <6741915.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6741915
By: avner_g3

Hi,

First I want to thank you for the great effort you are making in this project.

I'm having a problem in this version. Every time I perform search in files it
takes MUCH longer than in previous versions for example i'm searching for a
string in files to find 286 hits in 14 files
  in version 5.2 it takes 2 seconds 
  in version 5.3 it takes 55 seconds...

Avner

______________________________________________________________________
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: Wed, 11 Mar 2009 09:09:16 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] File Association
To: nore...@sourceforge.net
Message-ID: <6743071.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6743071
By: virtualbug

Hi,

I surch wenn make the associates File .log for C++ and not Notepad.
In Help, I need press the left arrow... but on my v5.2, I have note left arrow
?? juste right arrow ?
It's a bug ? general or juste for 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: 10
Date: Wed, 11 Mar 2009 09:08:43 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Notepad++ 5.2   crashes with search in files
To: nore...@sourceforge.net
Message-ID: <6743061.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6743061
By: mybugaccount

I use windows vista.
Every time I use search in files.
Notepad++ crashes.

I didn't have this problem with 5.03

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com

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

_______________________________________________
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 34, Issue 26
*************************************************

Reply via email to