saniljhaveri / avr-project-ide

Automatically exported from code.google.com/p/avr-project-ide
0 stars 0 forks source link

User interface enhancement #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When I start a new "Compile" it would be practical if the "Message" tab 
within Output was set as the active tab.

Also I suggest that the "Errors & Warnings" listbox is cleared when 
Compile starts rather than when it is reloaded.

Original issue reported on code.google.com by bflaglie@c2i.net on 26 Nov 2009 at 4:22

GoogleCodeExporter commented 8 years ago
changes made in 62

Original comment by frank.zhao.main@gmail.com on 29 Nov 2009 at 7:53

GoogleCodeExporter commented 8 years ago
Thanks for the update.

However, I do not see any evidence of these changes in 62.

Original comment by bflaglie@c2i.net on 3 Dec 2009 at 2:35

GoogleCodeExporter commented 8 years ago
when you build the entire project or just compile a single file, the message tab
should become active, and then the build output is displayed if there are no 
errors,
or the error list is displayed when there are errors.

i might have missed the error list clearing, oops

Original comment by frank.zhao.main@gmail.com on 3 Dec 2009 at 4:15

GoogleCodeExporter commented 8 years ago
Also I don't see it switching to the "Message" tab when pressing compile. With 
this 
change in place, clearing the errors and warnings will be less of an issue.

Original comment by bflaglie@c2i.net on 3 Dec 2009 at 4:32

GoogleCodeExporter commented 8 years ago
hmmm it's behaving like it should, i don't know why it's not working for you, 
but i 
added clearing of the message box when you compile a single file

Original comment by frank.zhao.main@gmail.com on 6 Dec 2009 at 8:09

GoogleCodeExporter commented 8 years ago
When using auto-hide, Errors and Warnings active and pressing Compile - the 
following happends:

1. Output tab expands
2. Errors & Warnings remains the active tab
3. When compile completes and is successful, the Messages tab becomes active

I would prefer the following sequence:

1. Output tab expands
2. Messages tab becomes active
3. If compile ends with errors, the Errors & Messages tab should be activated

P.S. Is there perhaps a "DoEvents" missing?

Original comment by bflaglie@c2i.net on 7 Dec 2009 at 9:34

GoogleCodeExporter commented 8 years ago
oh i think i know where i misunderstood the problem, you have it auto-hidden and
would like it to appear during the build, i'll try to fix that.

I don't want to force the message tab on top if the user left it on the error 
tab

Original comment by frank.zhao.main@gmail.com on 7 Dec 2009 at 8:37

GoogleCodeExporter commented 8 years ago
"Output" pops up just fine when compile starts (no issue here).

What I would prefer however is to view the output from the 
compile/assemble/link 
steps ("Messages" tab) as it progresses rather than "Messages and Warnings". 
Actually it will switch tabs, but only after all steps are completed (and it is 
a 
successful compile). If compile ends with errors it will switch to "Errors and 
Warnings" which is also fine as is.

Original comment by bflaglie@c2i.net on 7 Dec 2009 at 9:09