Page 1 of 2
[Done] Things I don't like in the 4.10 beta IDE
Posted: Fri Jun 01, 2007 12:09 pm
by Trond
Just to let you know:
The new "compiling..." window. What I don't like about it:
- The frame is not necessary and doesn't look good
- The lines label changes is annoying. When it's done it's done anyways, and the line number isn't all that informative if I haven't counted the number of lines in my project. And since it changes (or the window disappears) faster than I can read it it's only useless flickering for me.
- When I click details, the status messages seems to come from the compiler and not the ide (correct me if I wrong), so they aren't translated.
- If these status messages were shown in the debug log instead it would be possible to read them before the compiling window disappears. They could be used to see which files are compiled in which order. Now it's like "I've got the info but you can't have it because I'm closing the window nanana!"
The size of the autocomplete window as set in the preferences is not obeyed if there is not enough items to fill it.
Edit:
And the scrollbar in the debug output!!!
Posted: Fri Jun 01, 2007 12:16 pm
by Derek
What's wrong with the scrollbar in the debug output? Looks normal to me.
I hate the way the autocomplete is defaulted to tab, first thing I changed.
Posted: Fri Jun 01, 2007 12:21 pm
by Trond
I changed the autocomplete key as well.
Posted: Fri Jun 01, 2007 2:22 pm
by Trond
Derek wrote:What's wrong with the scrollbar in the debug output? Looks normal to me.
One example: it gets in the way.
Code: Select all
For i = 0 To 50
Debug ""
Next
Debug ReplaceString(Space(100), " ", ".")
Posted: Fri Jun 01, 2007 2:34 pm
by Derek
How is it in the way, it's just there so you can scroll up and down, how else can you see what has been debugged before?
Posted: Fri Jun 01, 2007 2:34 pm
by PB
@Trond: Yes, I see what you mean. It looks like the Debug Output needs to
force refresh the last item displayed (like it does if you press "End" when it
has the focus).
Posted: Fri Jun 01, 2007 2:35 pm
by Trond
Derek wrote:How is it in the way, it's just there so you can scroll up and down, how else can you see what has been debugged before?
No, the new horizontal one.
Posted: Fri Jun 01, 2007 2:43 pm
by Derek
Ah right, with your example I didn't get a horizontal scrollbar because the width was too short, if I replace with a letter 'q' then I get a scrollbar which covers the last line of debug, now I see what you mean.
Posted: Fri Jun 01, 2007 2:45 pm
by PB
Yeah, I changed Trond's example to Space(1000) to see what he meant.

Posted: Fri Jan 25, 2008 10:11 pm
by Trond
Freak said he fixed it, but the output is now hidden by the lower part of the window even when there is not scrollbar:

Posted: Sat Jan 26, 2008 12:12 am
by utopiomania
@Trond, you have probably posted something like a 10000+ reports like this, but have you ever used PureBasic to create
a real program?
Posted: Sat Jan 26, 2008 12:44 am
by freak
utopiomania:
The bugreports are for me, not for you. So why do you have a problem with it ?
btw, Trond: intresting color combination on the titlebar
[edit]
About the compiler progress window:
Its really only meant so you know something is going on on a larger project,
as the old "please-wait" window gave the feeling things got stuck when you had
something large to compile.
I thought if i put this output into the error log it would be annoying as it crowds the output
and makes the real error messages hard to spot.
Do you think getting the list of included files is a generally needed feature ?
How would you make it accessible without getting in the way (like in the error log) ?
Posted: Sat Jan 26, 2008 12:47 am
by utopiomania
freak:
The question was for Trond, not for you. So why do you have a problem with it?
Posted: Sat Jan 26, 2008 3:33 am
by DoubleDutch
imho Trond's error/suggestion reports are very useful.
Posted: Sat Jan 26, 2008 10:57 am
by Trond
freak wrote:
[edit]
About the compiler progress window:
Its really only meant so you know something is going on on a larger project,
as the old "please-wait" window gave the feeling things got stuck when you had
something large to compile.
I thought if i put this output into the error log it would be annoying as it crowds the output
and makes the real error messages hard to spot.
Do you think getting the list of included files is a generally needed feature ?
How would you make it accessible without getting in the way (like in the error log) ?
Forget that.
The only thing I care about is that last debug output line shouldn't be obscured when I haven't scrolled manually.
Utopiomania: Yes.