IDE minor Scrollbar bug

Everything else that doesn't fall into one of the other PB categories.
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

IDE minor Scrollbar bug

Post by techjunkie »

A very small but sometimes anoying bug in PB 4.02 Win IDE.

01, Start the IDE
02, Type in a line with over 250 characters
03, Save the file
04, Exit the IDE
05, Open the file
06, Try to scroll to the end of the line

Image

07, Go up with the cursor to the line to see the last characters

Image
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

I know, I've reported this.
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

Trond wrote:I know, I've reported this.
For 4.xx Win? Sorry, but I searched the Forum and looked at all Win IDE bugs. Couldn't find it.

The search function sucks! :evil:

Thanks Trond! :wink:
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
merihevonen
Enthusiast
Enthusiast
Posts: 326
Joined: Mon Jan 01, 2007 7:20 pm

Post by merihevonen »

It's reprocudable, so I can confirm that this is a bug.. either with the Scintilla gadget or the IDE has not assigned anough buffer to the gadget..

And, yes, the phpBB search function sucks hardly.. I'm trying to write my own for my own forum, but haven't gotten quite far :(
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

I think it's delete because freak said it wouldn't be fixed.
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

Trond wrote:I think it's delete because freak said it wouldn't be fixed.
Okey, so we have to live with it?!? Well, that explains why I couldn't find it in the Forum.

Thanks again. :)
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

It is a scintilla problem. I do not know how to fix it.
quidquid Latine dictum sit altum videtur
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Can't you look at the source of SciTE?
merihevonen
Enthusiast
Enthusiast
Posts: 326
Joined: Mon Jan 01, 2007 7:20 pm

Post by merihevonen »

freak wrote:It is a scintilla problem. I do not know how to fix it.
I knew it was Scintilla!
I never had good experience with it.. why don't you guys use the normal EditorGadget()? Or is Scintilla somehow more powerful?
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

merihevonen wrote:
freak wrote:It is a scintilla problem. I do not know how to fix it.
I knew it was Scintilla!
I never had good experience with it.. why don't you guys use the normal EditorGadget()? Or is Scintilla somehow more powerful?
Strange, because I can't reproduce the problem with jaPBe (or I misunderstood it).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

gnozal wrote:Strange, because I can't reproduce the problem with jaPBe (or I misunderstood it).
How could you missunderstand it? :wink: The description was perfect! :lol:
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
merihevonen
Enthusiast
Enthusiast
Posts: 326
Joined: Mon Jan 01, 2007 7:20 pm

Post by merihevonen »

gnozal wrote:Strange, because I can't reproduce the problem with jaPBe (or I misunderstood it).
Have you tried the normal PB IDE? It could be that jaPBe's Scintilla gadget was taken to the next level.. *playing too much WoW: Burning Crusade :shock: *
freak
PureBasic Team
PureBasic Team
Posts: 5948
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

I get the exact same with SciTE as well, and i am quite certain jaPBe has it as too.

Just move the cursor to the very long line, press 'End' and the scrolling is fixed.
I do not know how to fix this otherwise.
quidquid Latine dictum sit altum videtur
Post Reply