Send Notepad-plus-plus mailing list submissions to
        [email protected]

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] RE: DBGP      plugin - release
      0.7 (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: DBGP      plugin - release
      0.7 (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: DBGP      plugin - release
      0.7 (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: Simple    Script 1.11
      released - Scripts on (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: DBGP      plugin - release
      0.7 (SourceForge.net)
   6. [notepad-plus - Help] RE: RUN is doing nothing (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: remove    duplicate
      lines from a file.txt (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: Simple    Script 1.11
      released - Scripts on (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: Simple    Script 1.11
      released - Scripts on (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: Simple    Script 1.11
      released - Scripts on (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Feature      Req: Sort text
      at specific column (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Notepad++    2008 release -
      v4.7 (SourceForge.net)
  13. [notepad-plus - Help] RE: Crash when deleting     from favorites
      (SourceForge.net)


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

Message: 1
Date: Fri, 08 Feb 2008 07:19:11 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        DBGP    plugin - release 0.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=4766970
By: zobo

Thanks. Trying to reproduce. Can you send me your mapping setup again.
-Z

______________________________________________________________________
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: Fri, 08 Feb 2008 07:37:17 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        DBGP    plugin - release 0.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=4766995
By: nobody

same as the other message

127.0.0.1| |C:\JP\EasyPHP\www\lolita\|C:\JP\EasyPHP\www\lolita\

______________________________________________________________________
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: 3
Date: Fri, 08 Feb 2008 07:53:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        DBGP    plugin - release 0.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=4767021
By: zobo

Ok, some more comment on what I see from the trace:

Altho the first "request" is mapped ok 
(file:///c:/jp/easyphp/www/lolita/index.php)
all others are not (css/.. ajax...).
Your mapping looks ok, so mo real clue here.


The other bad thing I see is that there are TWO concurrent requests. This plugin
does not handle more than one requests really good. It doesn't handle them at
all. If one session is active and another request will pop in and override the
older one, but the older will still live and keep the previous session
"active"...

I'm having a hard time figuring out what could go wrong here... 

For the sake of it, try to change your mapping setting to
127.0.0.1||c:\|c:\

Lower case.

Always these problems with windows q:)



Another thing you can try is to change your PHP code to use ob_start(); at the
begging. This will prevent all output until the script is finished, and thus
no secondary request will mess with debugging. Try this one fist, I think we'll
get most out of it. If you still have problems, give me the output again so
I can see if we are still having two sessions.


I have multiple debugging session handling planned, just no time to code it
yet.


Get back to me with progress.

-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: 4
Date: Fri, 08 Feb 2008 07:58:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Simple  Script 1.11 released - Scripts on
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=4767034
By: nobody

Did I miss something or this plugin doesn't support Unicode text?

______________________________________________________________________
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: 5
Date: Fri, 08 Feb 2008 08:13:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        DBGP    plugin - release 0.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=4767061
By: donho

> 127.0.0.1| |C:\JP\EasyPHP\www\lolita\|C:\JP\EasyPHP\www\lolita\ 

Use another example please.
Next time I'll remove it like the other spams.

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



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

Message: 6
Date: Fri, 08 Feb 2008 08:38:17 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: RUN is doing
        nothing
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=4767103
By: nobody

Actually it does not. Run replaces $(CURRENT_DIRECTORY) with path in 8.3
format.
I need real full path.

______________________________________________________________________
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: Fri, 08 Feb 2008 08:48:25 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        remove  duplicate lines from a file.txt
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=4767122
By: hkubba

A simpler solution, install Simple Script Plug in for Notepad++, then run
DeleteDupes()

______________________________________________________________________
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: Fri, 08 Feb 2008 08:53:28 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Simple  Script 1.11 released - Scripts on
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=4767130
By: nobody

thank you very much. :-)

I would like to ask you 2 questions:
- is it possible with this version to applicate a script in all open files?
- is it possible to make the functions window (the first half) (vertical)
resizable?
  the window is very small on my pc (2 cm high)


______________________________________________________________________
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: 9
Date: Fri, 08 Feb 2008 09:02:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Simple  Script 1.11 released - Scripts on
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=4767147
By: nobody

btw I could not find out where to put the 10 scripts on the menu.

Can you please add a shortcut possibility to "repeat last script"?

______________________________________________________________________
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: 10
Date: Fri, 08 Feb 2008 09:03:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Simple  Script 1.11 released - Scripts on
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=4767149
By: nobody

I put the .ini file in the config folder but simplescript does still use the
one in the plugin folder

______________________________________________________________________
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, 08 Feb 2008 11:00:21 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Req: Sort text at specific column
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=4767315
By: nobody

>> How do I select lines *and* put the cursor at a specific position? 
Start the lines selection at the specific position.

______________________________________________________________________
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, 08 Feb 2008 11:09:33 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       2008 release - v4.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=4767332
By: nobody

N++ loses the toolbar settings  constantly and I'm having to reset them all
the time.

______________________________________________________________________
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, 08 Feb 2008 11:21:54 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Crash when
        deleting        from favorites
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=4767346
By: nobody

[Putting a link directly into a group]
Thanks - it works :-) But I think it is not very intuitive having to double
click there as there is no visual information about the fact that there is 
something
"underneath". Why not have a [+] symbol in front and have the subgroups open
with a single click like in the explorer?

[Reopen a session]
Thanks again - it works :-) But, again, it is not very intuitive. How about
"Switch to this session"?

[Command line option to open a session]
Sorry, but I could not find any command line switch doing that in the 
corresponding
FAQ section. There's only -nosession. (And in the German version, not even
that...).

Greetings,
Thomas
 

______________________________________________________________________
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 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 21, Issue 28
*************************************************

Reply via email to