java - android studio editor reverts to older file then current local -


i'm using android studio 1.2. make edits java source file , save them. when close file , reopen edits displayed briefly file reverts previous version of local history. actual source file on disk correct, editor not display current version. idea why might happen or can prevent it?

when examining more discovered happened on code string being loaded resource file. apparently android-studio ide there option within editor code folding shows actual literal string in resource file line of code is.

this.getstring(r.string.storename);   

gets replaced with

this.getstring("store name"); 

i turned off code folding in editor settings.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -