Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local labels break autocomplete #21

Closed
oziphantom opened this issue Sep 15, 2015 · 6 comments
Closed

Local labels break autocomplete #21

oziphantom opened this issue Sep 15, 2015 · 6 comments

Comments

@oziphantom
Copy link

Hi

Been seeing the auto complete system break randomly a lot when programming, but last night I finally worked out the cause... local labels
So if I have
myFunc
ldx # kThings. (press space + ctrl ) autocomplete works
one I get to
myFunc
ldx # kThings.Count
_loop
lda kVectors. autocomplete doesn't work any more, if I remove the _loop it works again

3.3.4 20150517, Windows 10, Tass 64 mode, Java version 8 Update 45 (build 1.8.0_45_b14)

soci64 added a commit that referenced this issue Sep 15, 2015
@soci64
Copy link
Collaborator

soci64 commented Sep 15, 2015

Should be fixed now, thanks!

@oziphantom
Copy link
Author

Awesome thanks

@oziphantom
Copy link
Author

When will the exes be updated? Or is there a doc on how to build the app on Windows?

@sjPlot
Copy link
Owner

sjPlot commented Sep 15, 2015

I can release an update / binaries of devel-build tonight, when I'm back from work.

@sjPlot sjPlot closed this as completed Sep 15, 2015
@sjPlot
Copy link
Owner

sjPlot commented Sep 15, 2015

Ok, binaries for testing are available:
https://sourceforge.net/projects/relaunch64/files/devel/

Could you please check if the bug is fixed?

@oziphantom
Copy link
Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants