Comment #6 on issue 1063 by [email protected]: Extremly slow save in
RIDE 0.41
http://code.google.com/p/robotframework/issues/detail?id=1063
@björn:
If there is no confidential information, could you send me (or attach) the
file in question?
Otherwise there is an experiment that could help in resolving the issue:
RIDE uses internally saving functionality from core Robot Framework - thus
one question that needs to be answered is whether the problem is in fact in
RF code or in RIDE.
This functionality has been added to the RF 2.7b1 release. So you could
install that version and try to use the command line tool called tidy:
python -m robot.tidy --format txt YOURFILE.txt
If this takes a long time, then the issue is in RF 2.7b1 and you've
accidentally used the correct issue tracker :)