c9 / core

Cloud9 Core - Part of the Cloud9 SDK for Plugin Development https://c9.github.io/core/ https://c9.io
Other
2.56k stars 921 forks source link

Workspace -> Rename File #498

Closed cycl0ne closed 6 years ago

cycl0ne commented 6 years ago

Renaming a file in Workspace : Cursor is not clearly on the name and changing the name can clobber the name since its wrong positioned. image From the picture you would guess that pressing backspace would delete the m from lowlemel.. but you delete the e: lowlmel

dntq83 commented 6 years ago

I have same problem

bmatusiak commented 6 years ago

yes this is a problem, it seem there are extra white spaces offsetting the cursor

bmatusiak commented 6 years ago

I also see this in other spots... so its not just file tree.. the other spot i found is the ENV dropdown for a runner,, so it seems it a problem with ace not detecting spacing properly with a small input area. ie: file tree rename and ENV editing

cycl0ne commented 6 years ago

hmm, from the repo. does somebody still develop something here? or has amazon closed this code?

bmatusiak commented 6 years ago

@cycl0ne @dntq83 i just recently did a reinstall.. and it look like the issue is fixed.. please check

nerdybreed commented 6 years ago

yes! I can also confirm this intimidating issue is gone now after a fresh update & install

cycl0ne commented 6 years ago

Yes can confirm it. a new install fixes the problem. MAybe a short script to clear cache would help not to reinstall it.