saniljhaveri / avr-project-ide

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

clear build window before copy files #56

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What do you want?
clear the build window and give a msg about copying files before doing it.

Why do you want it?
when there are a lot of files or a lot of stuff to do the build window sits 
there and looks like it's already done the compile....
then it takes off and does it..

How do you suggest it's added?
just a little "please wait.." or something after clearing the old compile stuff 
from the window before you actually prep for compile.

Will it cause any incompatibility problems with previous versions?
I don't think so.

Thanks!
Kiwsa

Original issue reported on code.google.com by theKI...@gmail.com on 16 Jun 2010 at 10:15

GoogleCodeExporter commented 8 years ago
Copying files? Preping files? Are you trying to compile Arduino projects? Or 
are you talking about project cloning? Those are the only two cases where 
there's any actual file moving being done.

Original comment by frank.zhao.main@gmail.com on 16 Jun 2010 at 4:23

GoogleCodeExporter commented 8 years ago
Ok, no so I diddn't mean copy...I mean what ever is done (maybe inside GCC 
before the screen is cleared from the last build and it starts notifying info 
on the new build.

for instance on large projects, first I click compile...then the output window 
shows.  then I wait 5 or 6 seconds because it still has the old compile info 
(code size data size etc...) in there then finally it clears and the first GCC 
info shows in there...all I am asking is that you clear the output pane before 
beginning the compile, not after the first info comes back form GCC? (at least 
that's what it looks like I could of course be mistaken.

on small projects the pane clear and build almost happen instantly (no wait) so 
I was assuming you were doing something between the time I click compile and 
the time the build screen clears the old build info. 

sorry it took so long for me to get back to you I have had a hectic week :P

Thanks again for your valuable time!
Kiwsa

Original comment by theKI...@gmail.com on 19 Jun 2010 at 12:26

GoogleCodeExporter commented 8 years ago
fixed, reordered the way i did things, there was a step where the project was 
"cloned" in memory so that the separate thread can build the project while you 
kept working

Original comment by frank.zhao.main@gmail.com on 19 Jun 2010 at 7:15