remy / vscode-nextbasic

VS Code tools for NextBASIC

Home Page:https://marketplace.visualstudio.com/items?itemName=remysharp.nextbasic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request - Renumbering

Andy1966uk opened this issue · comments

Would it be possible to consider adding a renumbering facility ?

I've been working on one already. I've got renumbering working at a basic level, but I really want to be able to relocate code, so take lines 100-120 and relocate it to line 20 and it would push down all the lines from 20 onwards to make space - whilst maintaining goto numbers correctly (!)

1.33 seems to be broke. Was just on 1.32, updated to 1.33 and I get the error nextbasic.run can't be found

Sorry 1.33 still broke, but tried to close renumbering case which was working in 1.32...

Sod, I'll fix it - thanks for the heads up

Just to confirm - is this the single line shift renumbering or the full document renumber?

it's the Nextbasic.run that has the issue, the renumbering you implemented in the 1.32 was fine... I just tried to close the request related to that.... the run issue is really what i wanted to highlight... renumbering also appears bust in 1,33
again, command not found error

In summary it all worked in 1.32, now it can;t find the commands, error..

Fix inbound - 1.3.4 should be available in a couple of minutes.

cheers, sorry for the confusion. I was trying to report the one issue and close the original feature request for renumbering.... all your tools are key to my project :) thx

No problem - I've just switched to using #autoline in my code, and in trying to add compatibility I hosed the entire plugin 😆 your report caught that 👍

All works now, thanks :)