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] RE: Notepad++    v4.7.3 is
      released (SourceForge.net)
   2. [notepad-plus - Help] Explorer Plugin (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: debugger     not stopping
      (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE:   Notepad++ like
      Textmate or e-texteditor? (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: debugger     not stopping
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: debugger     not stopping
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Is support   for unicode
      filename in the pl (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: debugger     not stopping
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] Cannot delete    watches in
      Debugger (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Cannot       delete watches in
      Debugger (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Notepad++    v4.7.3 is
      released (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Cannot       delete watches in
      Debugger (SourceForge.net)


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

Message: 1
Date: Mon, 07 Jan 2008 05:00:26 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.7.3 is released
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=4707405
By: harrybharry

>Why don't make the horizontal sroll bar empty (I mean the part in the middle
of the scroll bar) when it is not needed, but making it as long as the files
length?
That was intially my intention but it didnt work out, it means Scintilla has
to be altered, I havent touched that part much (only the part to fix scrolling
ridiculously large lines :).

>Could you point me out where I uncommented ? 
Right at the end of the recalcHorizontalScrollbar() function, its
the ::ShowScrollBar(_hSelf, SB_HORZ); call
Maybe the patch didnt have the comment, I changed some things manually so it
may have flipped over that.

>A scrollbar that keep dis- and re-appearing surely is noticeable. It is
_annoying_.
I was pointing at performance, not visibility. And its not supposed to happen
btw.

>Just click next to the scroll bar itself in its space.
I like to drag it, clicking shifts a page. I guess here it gets to the point
where someone has to start making concessions (in general, not specifically
you) since you cant have it all.

>What really _is_ annoying, is that when I scroll through my file using PageUp
and PageDown, I end up at a different horizontal position than where I started
from.
Thats because the caret gets moved so the view adjusts to it. it seems the 
scrollbar
seems to be adjusted too early so scintilla adjusts to it, however its not 
supposed
to scroll unless the caret moves out of the view which the direct page up/down
would result it, its worth taking a look at.

>I suggest to set it to fit the longest line as soon as a file is loaded
Thats the old behaviour, and I removed it because of that performance impact
it generates, since more and more stuff gets loaded at startup chipping off
loadtimes seems like a plus to me.
The actual update is no problem as it is now, the initial precalculations were
(for mostly because they were incorrect, but large files made it slow aswell,
Notepad++ also targets to be somewhat fast if I get it correctly). If you were
to use update where you keep track of the longest line, at each change you would
have to run through the entire file to see if the longest line has become 
something
else. You can keep a list of all linenumbers and how long they are, but I dont
think that will work very smoothly, not to mention if you start inserting or
deleting them (or fold).

Also, since Notepad++ doesnt have a virtual space function (or w/e it was 
called),
I cant see any real advantage of working on a mostly white sheet with some end
of lines at the left, IF your not going to move back to a longer line (the 
scrollbar
is not supposed to push the view to the left, only prevent it from being pushed
to the right too far, even if it already is). Also, if you keep the right arrow
depressed Scintilla will scroll it as far as you want.

Poke around the internet for messages about the scrollbar i.c.w. Scintilla,
SciTe FAQ gives:
http://scintilla.sourceforge.net/SciTEFAQ.html#HorizontalScrollBar
Some thread:
http://ml.osdir.com/lib.scintilla.devel/2004-02/msg00003.html

I think every editor does it in its own way and theres probably not a 'best'
scrollbar algorithm, still I think this one works better than the previous,
in a technical way (usability is something else).

______________________________________________________________________
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: Mon, 07 Jan 2008 05:29:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Explorer Plugin
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=4707445
By: nobody

I wouldn't use NotePadd++ without the Explorer Plugin.

but...

When I open a file in Explorer with Notepad++ the sub directories in the 
explorer
plugin are loading very very slow.

When I use Crimson Editor or PSP, immediately all directories are shown.

Isn't it possible to load the directories quicker at startup?



______________________________________________________________________
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: Mon, 07 Jan 2008 05:29:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        debugger        not stopping
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=4707447
By: zobo

Ahoy CaptainP.

Xdebug is a ZEND extension not a PHP extension.

extension=php_xdebug-2.0.2-5.2.5.dll    <- That be a PHP extenstion
zend_extension_ts="C:/WebServer/Apache2/modules/php/ext/php_xdebug-2.0.0-5.1.6.dll"
<- That be a ZEND extenson. When loading zend extensions, you usually need the
full path.

You need to load it as zend. Everything else looks fine from here.. Arrr...

(Sorry, I just couldn't resist the pirate talk. He he)

Best regards.

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



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

Message: 4
Date: Mon, 07 Jan 2008 05:43:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Notepad++ like Textmate or e-texteditor?
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=4707462
By: nobody

Yes, I agree.
You can use the Explorer plugin
http://sourceforge.net/project/showfiles.php?group_id=189927

______________________________________________________________________
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: Mon, 07 Jan 2008 06:00:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        debugger        not stopping
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=4707490
By: captainp

I managed to get it working by changing the line to
zend_extension_ts="C:\wamp\php\ext\php_xdebug-2.0.2-5.2.5.dll"

But now I have another strange thing happening.

Execution is stopping at the first line, even without any breakpoint set.

Is this normal behaviour?

______________________________________________________________________
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: 6
Date: Mon, 07 Jan 2008 06:10:17 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        debugger        not stopping
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=4707505
By: zobo

Yes, that is normal.. There were requests for this kind of behavior.
I could add a check-box in the config if this is a big inconvenience.

Re,
-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=331753



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

Message: 7
Date: Mon, 07 Jan 2008 06:11:57 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Is
        support for unicode filename in the pl
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=4707509
By: nobody

hey, I'm just thinking about to implement this feature(plus a easy use codepage
converter plugin, i'll try and read the Win32 API docs in the feature, that
might not be a hard to implement feature but very useful) but i need some help
in reading the source code. hopefully the author can give me some hints.


______________________________________________________________________
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: Mon, 07 Jan 2008 06:29:53 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        debugger        not stopping
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=4707542
By: captainp

Hmm, yes such an option might be a good idea.

______________________________________________________________________
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: Mon, 07 Jan 2008 07:11:27 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Cannot
        delete  watches in Debugger
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=4707608
By: captainp

As the Subject says. I can add new ones, but the Delete Watch option is always
greyed out.

Am I doing something wrong?


______________________________________________________________________
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: Mon, 07 Jan 2008 07:20:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Cannot  delete watches in Debugger
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=4707618
By: zobo

I take it you are using version the latest version.
How about the Edit option? Also always disabled? (You have selected a 
brakepoint,
have you?)
Does this happen before you are connected, or during the time you are connected
to the server.

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



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

Message: 11
Date: Mon, 07 Jan 2008 07:30:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.7.3 is released
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=4707631
By: nobody

I prefer usability over technique. What kind of bull shit is this?

You don't even reply to my suggestions.

Well, if loading is such a problem, then I suggest to have a small scroll bar
based on what is visible to start with and then update it, so it will fit 
long(er)
lines as well.

> The actual update is no problem as it is now...

Well, it IS. It makes the scroll bar dis- and re-appear over and over again
and having it sized to only the visible part is more ridicolous than having
one that may result in viewing some white space. If viewing white space is an
issue, I guess you had better set your font to a small size, so always anything
on a line will be visible and there will be no empty lines in your view.


______________________________________________________________________
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: Mon, 07 Jan 2008 07:47:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Cannot  delete watches in Debugger
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=4707654
By: captainp

> I take it you are using version the latest version. 
Well I downloaded it today. It says: v0.0.6.8

> How about the Edit option? Also always disabled?
What is this? I don't see an edit option anywhere?

> Does this happen before you are connected, or during the time you are 
> connected
to the server.
All the time.

I can right click the watch window, enter a variable name, see I have mis-spelt
it or entered the wrong variable, decide I want to remove it. But if I right
click it, the Delete Watch option is greyed out.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

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

_______________________________________________
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 34
*************************************************

Reply via email to