Krzmbrzl / SQDev

The eclipse plugin for easy Arma development (SQF + more)
http://krzmbrzl.github.io/SQDev/
Other
10 stars 1 forks source link

Recovery from errors during command update #173

Open Krzmbrzl opened 6 years ago

Krzmbrzl commented 6 years ago

When performing a command update the plugin should deal better with unknown data types. It should ask the user to put in another type instead and try to recognize that one and if nothing helps it should simply use the Unknown type in order to at least recognize the command at all

Krzmbrzl commented 6 years ago

If any error occurs during the command-processing the user should be prompted to type in the information by him/herself

Krzmbrzl commented 6 years ago

Things that need to be tested:

Krzmbrzl commented 5 years ago

createUnit crashes the whole command update without the error-popup ever showing