9/14 upgraded to 2.0.0 having problems since
1 editor screws up doesn't save & clobbers file.
2 editor sometime won't cut/paste or copy/paste
then usually hangs
9/17 downgrading back to rc9.4 I had no issues when using it.
also had some libraries messed up when install All.....
Hi @xtal1011. Thanks for your report. I will be happy to investigate these problems, but I will need more information first.
Please provide detailed descriptions of each of these problems.
Please also provide step by step instructions I can follow to reproduce them.
This is very unexpected because Arduino IDE 2.0.0 is identical to 2.0.0-rc9.4. The "-rc" versions were "release candidates" which were made to allow beta testers to evaluate the IDE to see whether it was at a suitable level of functionality and stability to be used as a stable release. 2.0.0-rc9.4 was deemed suitable, so the same code was simply re-released as 2.0.0.
issue 1- using editor it would start not line color some lines until starting compile, at this same time I cannot cut/paste or copy /paste.
issue 2- saving my program file would fail and sometimes clobber my program...
that being said: I ran chkdsk c: /f and found and repaired errors, also ran sfc /scannow it found and repaired SOME files,, I then ran DISM.exe /Online /Cleanup-image /Restorehealth
pause,,, after all this Arduino-rc9.4 was still acting slow etc then after about 30 minutes all seems ok. I been using SSD c-drive & it seems to me that there are more problems with SSD, I'll stay on rc9.4 for a while to see how it goes...
What do you mean by "color some lines"?
Are you saying that if you select Sketch > Verify/Compile from the Arduino IDE menus, the problem goes away?
Which time? Before or after starting the compile?
Does this occur with any sketch (e.g., the one you get from File > New), or does it occur only with a specific sketch or sketches?
What do you mean by "clobber". Do you mean that part of the sketch code is missing the next time you open the file?
Did you have a specific sketch open during this time?
using high contrast theia code line are colored.
when inserting a line into code it would not be colored until the upload/compile was clicked then line would become colored...
I sometimes cannot copy or cut a code line, then paste into another location . After Quit/reload IDE would be ok.
when updating code then saving AS I would get a white screen then after about 3 minutes would have to end task.
The file would be saved and looked ok in note pad, but Arduino would spin its wheels[do nothing] when trying to load the code , I would have to fall back to original code and
remake the changes...
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.