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++        php-bug
      (SourceForge.net)
   2. [notepad-plus - Help] RE: How To Use Macros (SourceForge.net)
   3. [notepad-plus - Help] RE: How do I eliminate      double spacing?
      (SourceForge.net)
   4. [notepad-plus - Help] Current file name (SourceForge.net)
   5. [notepad-plus - Help] drag and drop (SourceForge.net)
   6. [notepad-plus - Help] RE: How do I eliminate      double spacing?
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] Smarter  auto-indent
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: NEW ICON     MUST
      BE!!!!!!!!!!!! (SourceForge.net)
   9. [notepad-plus - Open Discussion] User Define:     regex possible?
      (SourceForge.net)
  10. [notepad-plus - Help] RE: Can't copy      non-english characters
      into search (SourceForge.net)
  11. [notepad-plus - Plugin Development] RE: Docked    and floating
      dialog problem (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Emacs-like   shortcuts
      (SourceForge.net)


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

Message: 1
Date: Wed, 16 Jan 2008 23:17:34 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        notepad++       php-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=4726708
By: nobody

I don't know if you know it already and if it's important, but there is a kind
of bug in the php-highlighting of notepad++
example code:

echo("something");
?>
<script type="text/javascript">
var aftelInterval;

That's a part of a page I've made.
The problem is that SOMETIMES, so not always, the php-part doesn't see the ?>,
so he sees the javascript and html under the ?> as php (it has yellow background
with php-highlighting)
It has no effects on the php-file itself, but it is very difficult to read it.
Here is a screenshot if needed:
http://marco.gethost.nl/phpjavascript.png
For the ones who thing I don't script it in a right way: IT IS scripted in the
right way.
If I put my cursor behind ?> and press enter, he highlights it normal again.

I don't know if this is the right place to say this, but I don't see anywhere
else to post it.

Greetings,
Marco

PS: sorry for my bad english and the dutch scripting in the image, but I am
from the netherlands

______________________________________________________________________
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, 17 Jan 2008 00:51:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How To Use
        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=4726803
By: nobody

A macro is a recording of one, but mostly more action(s), which can be played
back to allow you to execute it multiple times. Notepad++ macro recording stores
most keystrokes, but isn't able to playback a Find operation using a dialog.

Here's an example which should duplicate all lines in a file.
Click the start macro recording button.
Press Alt+Home to go to the real beginning of the line.
Press and hold down the SHIFT key.
Press the CursorDown key.
Press CTRL+D to duplicate the line.
Now press CursorDown key again to move the cursor below the duplicate of the
line (and clearing the selection).
Click the stop macro recording button.

You can now perform this operation again by clicking the macro playback button.
You can also perform it multiple times by clicking the Run a macro multiple
times... button. You can enter a fixed number of times then, or choose to run
it until the end of the file.

Unfortunately, the "end of file" doesn't seem to be updated. If you execute
the macro above "until the end of file" it will stop at the line number that
was the last when execution started. Because lines have been inserted in the
meantime, only a part of the lines will be duplicated.

Running the macro again, doesn't overcome this problem... You would also have
to do this a number of times. Perhaps "end of file" could simple be detected
by counting the line number from the bottom instead of from the top, but I guess
it would be even easier to just check if the cursor has reached the last line
of the document.


______________________________________________________________________
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, 17 Jan 2008 00:53:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How do I
        eliminate       double spacing?
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=4726804
By: nobody

Does it also happen if you first select the complete document and then directly
paste it back in 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=331754



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

Message: 4
Date: Thu, 17 Jan 2008 01:00:34 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Current file name
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=4726816
By: strategon

How paste in document use macros current file name.
Right click mouse on tab not comfort.

______________________________________________________________________
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, 17 Jan 2008 01:13:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] drag and drop
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=4726827
By: nobody

I have two problems if someone can help.
Firstly I have just installed notepad++ on Vista business and the drag and drop
doesnt wotk.
Secondly as i was attempting the drag and drop, an update for notepad++ 
installed,
now notepad++ doesn't open.
Kind regards, J.

______________________________________________________________________
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, 17 Jan 2008 01:35:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How do I
        eliminate       double spacing?
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=4726867
By: strategon

Select Format>Conver-to-UNIX-format

______________________________________________________________________
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: Thu, 17 Jan 2008 01:41:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Smarter
        auto-indent
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=4726876
By: scorp007

Hi,

It would be nice if auto-indent was smarter, similar to Visual C++.

For example, if you have the following code:
if (...)
{
^ and you press Enter after the brace, NP++ won't indent an extra level, when
it should.

Likewise, when you have:
if (...)
{
   // something
   } <-- if you press '}' there, it should go back a level, since you are 
closing
the scope, but NP++ stays where it is.

NP++ is a great editor, but it seems to have only very primitive auto-indenting
support.

I'd suggest you have a look at how Visual Studio's indenting works and pinch
a few ideas here and there :)

Good luck.

______________________________________________________________________
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, 17 Jan 2008 01:46:58 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: NEW
        ICON    MUST BE!!!!!!!!!!!!
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=4726890
By: nobody

why not use an existing image? 
http://notepad-plus.sourceforge.net/commun/images/npp.logo5.png 
 WHY???????????????????????????????? It is good!!!!!!

requester



______________________________________________________________________
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: Thu, 17 Jan 2008 01:47:58 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] User
        Define: regex possible?
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=4726895
By: geertvc

Hi,

Is it possible to use reg ex when defining a language?

I'm currently facing the problem that /* */ is handled correctly as a comment,
but /***/ isn't.

I define the beginning of a comment block (comment open) as /* and the end of
a comment block (comment close) as */ (no spaces in front or after the chars).

That gives the above mentioned problem: when having /***/ (that is, the 
beginning
and ending * characters are not separated with a space, so also /**********/),
the parsing is not done correctly.

This could be solved by defining the following comment open expression:  /*\.*

But then I need to have the possibility to use reg ex in the user defined 
language
box.

Best rgds,

--Geert

______________________________________________________________________
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: Thu, 17 Jan 2008 02:41:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can't copy
        non-english characters into search
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=4726997
By: spurrymoses

in version 4.7.5 this is still a problem. I've tested some more and notice that
it allows me to copy Japanese characters into the search text field, but as
soon as I press 'Find' the characters turn from ??? to ???
ie All non-english characters get converted into '???' which is then never
found!
So I can only search English text files.

______________________________________________________________________
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: Thu, 17 Jan 2008 02:53:45 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Docked  and floating dialog problem
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=4727019
By: dv__

When using the docking feature, I noticed two non-obvious things:
1) the tTbData structure (the argument of NPPM_DMMREGASDCKDLG message) must
be a global or static variable;
2) the pszName member of the tTbData structure must also be a global or static
variable.
Maybe it's the cause of your 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=482781



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

Message: 12
Date: Thu, 17 Jan 2008 03:05:48 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Emacs-like      shortcuts
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=4727033
By: nobody

Any news on this?

I would like to do the same.  You could navigate VERY fast in the text if you
got used to it, because you don't have to move the hand to the cursor keys.

______________________________________________________________________
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 75
*************************************************

Reply via email to