[Done] Things I don't like in the 4.10 beta IDE
[Done] Things I don't like in the 4.10 beta IDE
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!!!
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!!!
One example: it gets in the way.Derek wrote:What's wrong with the scrollbar in the debug output? Looks normal to me.
Code: Select all
For i = 0 To 50
Debug ""
Next
Debug ReplaceString(Space(100), " ", ".")
- utopiomania
- Addict
- Posts: 1655
- Joined: Tue May 10, 2005 10:00 pm
- Location: Norway
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) ?
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) ?
Last edited by freak on Sat Jan 26, 2008 12:51 am, edited 2 times in total.
quidquid Latine dictum sit altum videtur
- utopiomania
- Addict
- Posts: 1655
- Joined: Tue May 10, 2005 10:00 pm
- Location: Norway
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
imho Trond's error/suggestion reports are very useful.
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
Forget that.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) ?

The only thing I care about is that last debug output line shouldn't be obscured when I haven't scrolled manually.
Utopiomania: Yes.