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

Space sensitivity in editor #963

Open
1000TurquoisePogs opened this issue Mar 17, 2023 · 1 comment
Open

Space sensitivity in editor #963

1000TurquoisePogs opened this issue Mar 17, 2023 · 1 comment
Labels
editor enhancement New feature or request help wanted Extra attention is needed priority-low An issue that is recognized by the squad but that is not considered very important

Comments

@1000TurquoisePogs
Copy link
Member

To work better with position-sensitive languages & files, as well as to make jumping to particular columns in fixed-width datasets, it would be good to have the following features:

  • A status bar, showing the current row/column you are on
  • A ruler to show columns in 5s / 10s so you can get to the right column quickly
  • A way to put your cursor on the right row/column in fixed-width files... could this mean adding / removing spaces dynamically to the end of lines?
@1000TurquoisePogs 1000TurquoisePogs added enhancement New feature or request new not yet triaged labels Mar 17, 2023
@1000TurquoisePogs
Copy link
Member Author

you can add rulers to the editor via

"rulers": [
10,
80
],

https://blutorange.github.io/primefaces-monaco/typedoc/interfaces/monaco.editor.ieditoroptions.html#rulers

but, to have a ruler at the TOP doesnt seem possible?
If you had a top like so,
────┼────1────┼────2────┼────3────┼────4────┼────5────┼────6────┼────7────┼────8
That text can't be kept at the top, and read-only.
It seems like to make a ruler, it would require having a completely separate div above the editor, running the same font, and scrolling at the same time.

@1000TurquoisePogs 1000TurquoisePogs added editor help wanted Extra attention is needed priority-low An issue that is recognized by the squad but that is not considered very important and removed new not yet triaged labels Jun 9, 2023
@1000TurquoisePogs 1000TurquoisePogs moved this to Low Priority in WebUI planning board Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor enhancement New feature or request help wanted Extra attention is needed priority-low An issue that is recognized by the squad but that is not considered very important
Projects
Status: Backlog
Development

No branches or pull requests

1 participant