You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For editors such as gvim, the process first forks and exits, so the QProcess state will be:
NotRunning -- (run gvim) --> Starting --> Running --> Not running (clear the tmp file, and the new process edits this file) -- (run second time) --> Starting --> Running --> Not running (and send the file edited last time).
The text was updated successfully, but these errors were encountered:
For editors such as gvim, the process first forks and exits, so the QProcess state will be:
NotRunning -- (run gvim) --> Starting --> Running --> Not running (clear the tmp file, and the new process edits this file) -- (run second time) --> Starting --> Running --> Not running (and send the file edited last time).
The text was updated successfully, but these errors were encountered: