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

Codemap: move map to overlay script view #727

Closed
dethe opened this issue Apr 19, 2014 · 4 comments
Closed

Codemap: move map to overlay script view #727

dethe opened this issue Apr 19, 2014 · 4 comments
Labels
Milestone

Comments

@dethe
Copy link
Member

dethe commented Apr 19, 2014

The code map is hard to see where it is, better if it overlays the script it is mirroring.

@dethe dethe added this to the Beta + IDE milestone Apr 19, 2014
@dethe dethe self-assigned this Apr 19, 2014
@dethe dethe added the Bug label Apr 19, 2014
@dethe dethe mentioned this issue Apr 19, 2014
@dethe dethe removed their assignment Apr 19, 2014
@usetheimpe
Copy link

@dethe

So you meant we should put the codemap into the .scripts_workspace ?

@dethe
Copy link
Member Author

dethe commented Apr 21, 2014

Probably in .workspace rather than .scripts_workspace. The idea would be to overlay the actual code, the way it does in Sublime Text.

@dethe dethe removed this from the Beta + IDE milestone May 18, 2014
@dethe dethe added this to the 1.0 Launch milestone Jul 5, 2014
@dethe
Copy link
Member Author

dethe commented Jul 2, 2015

I'm also happy to implement the codemap with background-image: element(#workspace) and only have the codemap in browsers which support it. The implementation should be MUCH easier to maintain (that syntax uses a DOM element as an image background). We just need to be able to test if it is available and have some code for sizing/scrolling/jumping. But no crazy duplication of blocks and trying to keep them in sync.

As of this writing that syntax is supported only in Mozilla desktop with the -moz- prefix. Hopefully that will change.

@dethe
Copy link
Member Author

dethe commented Sep 20, 2015

Until we bring back the codemap this isn't needed.

@dethe dethe closed this as completed Sep 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants