Monday, 26 June 2017

[jEdit] not-empty files files without text, files do not open without error

Symptoms

All of a sudden, not knowing what went wrong, I could not open any files any longer without getting an error; two files that were open, displayed no text even there ought to have be text. jEdit was utterly unusable.

Solution

I reverted to previous setting files set out of the settings-backup directory.

No comments:

Post a Comment

[git] Create a local branch from another branch

From the active branch git checkout -b <LOCAL_BRANCH> From a donator branch git checkout -b <LOCAL_BRANCH> <DONATING_BRANCH...