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 - Plugin Development] DBGp -        Unable to map
      filename xxxxxx (SourceForge.net)
   2. [notepad-plus - Help] RE: How do I register       .xhtml, .svg,
      .xsd  as XML? (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Real column mode editing
      (SourceForge.net)
   4. [notepad-plus - Help] RE: python does not have    block comment
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] Quicktext     plugin
      modification... (SourceForge.net)
   6. [notepad-plus - Help] RE: User defined    languages feature in
      4.7.5 (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: DBGp -    Unable to map
      filename xxxxxx (SourceForge.net)
   8. [notepad-plus - Help] RE: Explorer plugin consumies CPU 100%
      ??? (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Notepad++    use of
      Alt+keypad for unicode chars (SourceForge.net)
  10. [notepad-plus - Help] RE: Vista Compatiblity (SourceForge.net)
  11. [notepad-plus - Help] RE: Vista Compatiblity (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Session      Handling in
      V4.75 (SourceForge.net)


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

Message: 1
Date: Tue, 05 Feb 2008 03:45:19 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] DBGp
        -       Unable to map filename xxxxxx
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=4760265
By: nobody

Hey ya!

Excuse me for requesting some help, but I have strange behaviours when i'm using
DBGp...
I've installed the xdebbug plugin under my EASYPHP package, the plugin
is working...
I've installed the last version of notepad++, with DBGp plugin...

I've configured DBGp as this

Remote server Ip      IDE KEY   Remote path                              Local
Path
localhost                       C:\Jp\EasyPhp\www\lolita\             
C:\Jp\EasyPhp\www\lolita\

When i start to run my page notepad++ blinks but when i focus it, i have this
error
"Unable to ma filename C:\Jp\EasyPhp\www\lolita\index.php (ip: 127.0.0.1 idekey:
default) unix: false"


Strang thing is if i change localhost to 127.0.0.1, notepad blinks, no error
but no stop on breakpoint ...

Any ideas?




______________________________________________________________________
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: 2
Date: Tue, 05 Feb 2008 04:06:58 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How do I
        register        .xhtml, .svg, .xsd  as XML?
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=4760301
By: nobody

http://sourceforge.net/forum/message.php?msg_id=3109503


______________________________________________________________________
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: Tue, 05 Feb 2008 04:16:38 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Real
        column mode editing
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=4760313
By: nobody

I approve the "Column editing" suggestion like ultradit.
This is a fantastic feature

______________________________________________________________________
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: Tue, 05 Feb 2008 04:26:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: python does not
        have    block comment
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=4760335
By: nobody

Cool. thanks :)
Not very intuitive though

______________________________________________________________________
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: Tue, 05 Feb 2008 04:44:17 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Quicktext       plugin modification...
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=4760358
By: nobody

Hi there,

I've been working on the source of the QuickText plugin project, and allowed
myself to slightly modify it.

We're actually using QuickText to rapidly write classes in our exotic language,
and so far it works flawlessly.
The only issue we were facing was that we could not get the class name to be
replicated at various specific places, I thus made a few changes
into the source to achieve this goal.

In addition to the "$" symbol, we add 2 new ones:
- the "#" to define a reference hotspot
- the "?" to define a hotspot that will receive the value entered in the "#"
reference.

Practically, if the quicktext for our class looks like this:

class=\#class $\n public dcl $\n MesMethodes...\n\#endclass $

(NOTE: #class & #endclass are language specific, pay no attention to them, their
meaning is escaped anyway)

Our goal is that when we enter the class name after #class, it also appears
after #endclass, so that:

#class

.. whatever content here ..

#enclass

becomes:

#class MyClass

.. whatever content here ..

#enclass MyClass

Thus if the original rule is changed to:

class=\#class #\n public dcl $\n MesMethodes...\n\#endclass ?

The "MyClass" type at the beginning will be placed everytime a ? is
encountered.

So here's the modified DLL (with source)
... http://rapidshare.com/files/88094839/QuickText_Modif.rar.html

Simply put the .dll into the plugin directory to use it. 
Please note that in the latest version of NP++ (4.7.5), QuickText comes 
embedded,
so you will have to modify the shortcut list to be able to use it:
- Modify the current quicktag shortcut (CTRL+ENTER)  to whatever
- The new dll's shortcut (still CTRL+ENTER) will be used instead.

A note to quicktext's author: I addes comments when the original source code
has been modify, in the event of a more official update of yours.

Don't hesitate to ask if you need further explanations :)

PS: I'm hardly beginning with plugin development, so go easy with criticism ;)

Have a nice day !

Lik





______________________________________________________________________
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: Tue, 05 Feb 2008 05:33:18 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User defined
        languages feature in 4.7.5
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=4760430
By: nobody

>
> 1) Open User Define dialog box (21th icon in toolbar from left side) 
>

Thanks "comiv" , Thanks, Thanks

I was looking for this feature, but I did't find how to activate it!!!!!!!

Thanks, Thanks, 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: 7
Date: Tue, 05 Feb 2008 06:05:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        DBGp -  Unable to map filename xxxxxx
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=4760482
By: zobo

Hi.

The correct configuration is 127.0.0.1 not localhost.  The plugin does not do
any resolves.

If if blinks, it's connected. If it doesn't stop on any breakpoint then it could
be a Xdebug problem. Have you set it up as zend_extension? If not, breakpoints
and other neat stuff doesn't work.

Best
-Zobo

______________________________________________________________________
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: 8
Date: Tue, 05 Feb 2008 06:51:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Explorer plugin
        consumies CPU 100% ???
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=4760548
By: nobody

I'm alert :-)
I will let you know as soon as possible.

May'be it is not the explorer plugin.


______________________________________________________________________
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: Tue, 05 Feb 2008 06:55:33 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       use of Alt+keypad for unicode chars
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=4760557
By: nobody

This is a known issue and is being worked on by the developer. Hopefully it
will be solved soon.

Best wishes
Idris

______________________________________________________________________
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: Tue, 05 Feb 2008 08:43:59 -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=4760759
By: nobody

My problem is whenever I try to open the Preferences window, a Windows error
message pops up saying  "Notepad++: a free (GNU) source code editor has stopped
working", then NPP crashes.

Under problem details, it shows 

Problem signature:
  Problem Event Name:   BEX
  Application Name:     notepad++.exe
  Application Version:  4.7.5.0
  Application Timestamp:        478bb384
  Fault Module Name:    notepad++.exe
  Fault Module Version: 4.7.5.0
  Fault Module Timestamp:       478bb384
  Exception Offset:     0003be44
  Exception Code:       c0000409
  Exception Data:       00000000
  OS Version:   6.0.6000.2.0.0.256.6
  Locale ID:    1033
  Additional Information 1:     cbb3
  Additional Information 2:     f7b6c02c8b2f909c2f9d023f569a9ca2
  Additional Information 3:     7092
  Additional Information 4:     772a48b02baf5ae9f52797bd72642eb0

______________________________________________________________________
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: Tue, 05 Feb 2008 08:46:31 -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=4760763
By: nobody

I forgot to add that I have disabled UAC in Vista.

______________________________________________________________________
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: Tue, 05 Feb 2008 09:03:47 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Session Handling in V4.75
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=4760790
By: nobody

Did you tried to create session with UNICODE names? If so, it is currently not
supported!

Best Regards
Jens

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

Reply via email to