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] Additional PHP   Keywords
      (SourceForge.net)
   2. [notepad-plus - Help] RE: Vista Compatiblity (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Is   Notepad++ just for
      programmers? (SourceForge.net)
   4. [notepad-plus - Help] Have preferences set to     HTML for new
      document (SourceForge.net)
   5. [notepad-plus - Help] Any way to default to a     certain
      template? (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE:   Suggestion on NppExec
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: How to use   Function List
      in NotePad++ 4.7 (SourceForge.net)
   8. [notepad-plus - Help] RE: how to define   function list for
      this? (SourceForge.net)
   9. [notepad-plus - Help] RE: how to define   function list for
      this? (SourceForge.net)
  10. [notepad-plus - Help] RE: Bug with the 'silent    update'
      feature ? (SourceForge.net)
  11. [notepad-plus - Help] RE: how to define   function list for
      this? (SourceForge.net)
  12. [notepad-plus - Help] RE: Editing multiple        lines at same time
      (SourceForge.net)


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

Message: 1
Date: Thu, 03 Jan 2008 16:48:08 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Additional PHP  Keywords
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=4700569
By: nobody

Greetings,

Lovely program for a PHP coder like myself!

Just thought I'd bring to your attention the following keywords that are 
currently
missing from the PHP language defition and would further improve the readability
of highlighted code:
    try catch throw exception final this clone __METHOD__ php_user_filter

All of those are as per the list of reserved words in the PHP manual:
http://www.php.net/manual/en/reserved.php

Regarding "magic" function names, I'm not certain what the policy is on 
including
them in the language file; however I notice that the OO magic functions __sleep
and __wakeup are already included, whereas the following ones are not:
__construct __destruct __call __get __set __isset __unset __toString __set_state
__clone

To provide consistency of code highlighting to developers, may I suggest that
the OO magic function names be either all included or all eliminated? (I would
vote for eliminated, as they are not technically reserved words -- developers
may use them as function names and should understand the "magical" impact of
doing so.)

Lastly, the 'array' keyword is defined twice in the current language file, 
though
it doesn't seem to break anything. :-)

Thanks for your attention!

John Chase


______________________________________________________________________
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, 03 Jan 2008 17:04:24 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Vista
        Compatiblity
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=4700579
By: dennis3484

Thanks man,
that answer was really hard to find. Maybe it should be added to the offical
FAQ!? ;-)

Cheers,
Dennis

______________________________________________________________________
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: Thu, 03 Jan 2008 17:08:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Is
        Notepad++ just for programmers?
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=4700580
By: nobody

Is there a way to get PDF files into a form that can be edited?  I want to save
the form of a newsletter which is on Adobe, but change information each month.
JYMc

______________________________________________________________________
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, 03 Jan 2008 20:25:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Have preferences
        set to  HTML for new document
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=4700709
By: nobody

Hi,

I've just recently downloaded Notepad++ and am trying to figure out one small
thing.

I've went into settings >> preferences >> new document tab and changed the 
default
language to HTML for new documents. It works fine when I open up Notepad++ and
then click File >> New. But, the problem is when I first open Notepad++, it
opens with a blank document already open (normal text) and ready to go for me,
but this blank document does not have HTML formatting (even though under 
language
it says HTML). It only becomes an HTML document when I click File >> New.

So, my question is, is there any way at all to change it so that once I open
Notepad++, I will be presented with a blank document with HTML formatting 
already
in place without having to click File >> New each time? I like the functionality
of collapsing code, tab lines, and color highlights and it's just annoying to
have to go through the extra couple steps to get an blank HTML doc open.

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: 5
Date: Thu, 03 Jan 2008 20:56:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Any way to default
        to a    certain template?
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=4700721
By: nobody

Just curious if there is any way to duplicate what EditPlus does in Opening
a new HTML document (or whatever document you're opening)? By that I mean, once
you click "new" it would open up a basic template to start with so you don't
have to go in and either copy and paste the doctype, html, head, etc., tags
or type them all out yourself.

I've seen the quicktext plugin and that works pretty good, just didn't know
if the above was possible?

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: 6
Date: Thu, 03 Jan 2008 21:02:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Suggestion on NppExec
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=4700726
By: nobody

No, what I mean is execute 'cd "$(full_current_path)" ' when user open the 
console.
In that case, we can simply use 'masm xxx.asm' to compile the file.

______________________________________________________________________
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: 7
Date: Thu, 03 Jan 2008 21:34:02 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        to use  Function List in NotePad++ 4.7
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=4700744
By: nobody

This feature is currently not working on v4.7.2 try the same plugin with v4.6.
The function list plugin automatically populates and displays the functions
present in the current selected file.

______________________________________________________________________
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, 03 Jan 2008 23:18:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to define
        function list for this?
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=4700805
By: nobody

thanks. 

eventually I have found the problem.
for certain words like "SQL", "web", it won't appear in the group.  

However, the subgroup still can't appear, even though I have restarted the 
notepad
++.  What is the problem?

______________________________________________________________________
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: Thu, 03 Jan 2008 23:27:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to define
        function list for this?
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=4700818
By: nobody

ok. now. thanks..
however, I don't know how to fix it..  I just close and restart few time, and
then ok now.

______________________________________________________________________
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: Thu, 03 Jan 2008 23:51:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Bug with the
        'silent update' feature ?
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=4700841
By: rvl77

Thanks for the tip, but that means I have to go to File menu, select 'Reload
from disk', click Yes ...

This is why I asked if there is a way to add a shortcut to reload the current
doc, without any confirmation popup.
It could solve this problem in the meantime.
But anyway, I checked again, and this feature move the edition cursor on the
1st line.


______________________________________________________________________
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: 11
Date: Fri, 04 Jan 2008 00:00:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to define
        function list for this?
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=4700850
By: nobody

I have found another intereting thing. 

When I removed the all sub-group from first group, the subgroup tree disappear
immediatly.  If I close the notepad++, and open again, even if I paste the 
sub-group
back, the subgroup still doesn't appear, till I restart the application.   Any
fix for this?

i.e.  if I removed  ++ sub-item1 .. +++  ... ++ sub-item2 ... +++ in the 
following
text, the subgroup tree disappear.

Text contents:

== Item1 
 
++ sub-item1 
+++ 
 
++ sub-item2 
+++ 
 
=== 
 
== Item2 
++ sub-item3 
+++ 
=== 
 

______________________________________________________________________
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: 12
Date: Fri, 04 Jan 2008 00:22:31 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Editing
        multiple        lines at same time
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=4700865
By: nobody

Sorry, my description was poor. English is not my native language. :-)

I meant a feature where I can edit multiple lines simultaneously, like with
Ultraedit, where I can grab the lower or upper end of the cursor and extend
it so that it affects multiple lines. Therefore it is not the replace function.
I can try to illustrate the effective need of the feature like this:

Imagine having e.g. extremely many Windows service user folders and you want
to delete them with a commandfile with command rmdir. The users (profile 
foldernames)
could be something like:

sJfHAOlzLO2YsAqnOhvJ
w4MCCCQAdv89Ju1FBK1L

If I would like to delete the folders like this:

rmdir /s /q sJfHAOlzLO2YsAqnOhvJ
rmdir /s /q w4MCCCQAdv89Ju1FBK1L

It would be useful to extend the one and only cursor at the beginning of the
foldernames so that when I type "rmdir /s /q", the text appears at the beginning
of each folder. This is not a perfect example, since it could be done with 
Column
Editor also.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
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 20, Issue 16
*************************************************

Reply via email to