da-h / AirLatex.vim

Overleaf / ShareLatex in Vim
MIT License
83 stars 8 forks source link

Bug: can't escape statusbar #34

Open eqimd opened 3 years ago

eqimd commented 3 years ago

In list of projects I can put my cursor on Status: Online line, but after this I can't move it up on project names, I should type :q and :AirLatex again.

da-h commented 3 years ago

Hi,

could you please check if this bug still occurs? Reason is that I have just changed a lot internally and I could not reproduce the bug in the current version anymore. :)

Best da-h

eqimd commented 3 years ago

Sorry for not answering for a long time. Problem on the screnn. image

da-h commented 3 years ago

Hey,

I have just looked into this again & made the project list more permissive for incomplete data. Could you please check if the error still occurs?

Best da-h

PS: I have also changed the login process as browser_cookie3 did not work consistently. (Check the readme for the new setup.)

eqimd commented 3 years ago

I can't check if error occurs as I typed wrong password and now I don't know how to change it.

da-h commented 3 years ago

Good point actually. ^^

I have added a new command :AirlatexResetPassword in the newest release. (This requires to run nvim +UpdateRemotePlugins upon update of this plugin.)

eqimd commented 3 years ago

Sorry for not answering for a long time. Problem on the screnn. image

Error still occurs.

da-h commented 3 years ago

Hi,

I think the update of the plugin failed somehow here. (The line in the error message has been moved since the last update. See https://github.com/da-h/AirLatex.vim/blob/4b106153841aaaebd02217a7e34e751875de12c5/rplugin/python3/airlatex/sidebar.py#L183.)

To make things clearer, I have also added a new version/tag (ver 0.3) to emphasize also the breaking changes of the login process.

Best da-h

eqimd commented 3 years ago

Hi! Problem about escaping statusbar still occurs. I will try to fix it by myself as soon as possible and make one more pull request. EDIT: Seems that it's hard to add counter and dont let the user to move cursor down. I wiil try to find another solution.