-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feature] Maximize one editor #28
Comments
Does using "pin editor" in the floating toolbar work for this? Alternatively, using alt+enter? |
I tried using those two, but they did not work as expected. |
What do you mean "follow the size of the window" in a fixed manner? Just to double check, this is the functionality you're seeing correct? Screen.Recording.2024-09-11.at.11.39.43.AM.mov |
Yes, it is.I tried the same feature as in that video, but that is not what I want. Thank you. |
Hey @TwentyXX if it's not too much trouble could you take a video of this? If it's as easy as resizing the editor based on the window size, I can definitely do it! |
About the featureWhen turned on, the size of one selected editor fits perfectly in the window. If turned off, the window will revert to the standard Haystack Editor display. The positioning of the editors will not be changed, nor will the size of the editor be changed. NecessityEnsuring that the display areas of the window and the editor are aligned ensures that the resizing of the window does not hide part of a long line. Usage ExamplesFirst, a single source can be viewed in a large display. Turning it off seamlessly returns the display to its standard state, visually organizing other code and split functions, allowing you to refocus your attention and start planning and editing again. image videoI have not been able to develop the feature, nor am I confident that I could actually produce a useful scene, having only created a simple video, but here is what I imagine it would look like mp4.mp4If necessary, I will create another video similar to the application example when I have time. In fact, it is a bad habit to write code without line breaks until one line becomes very long, and having operations across applications in the workflow is not ideal by nature. By the way, the Haystack Editor is a great idea and my favorite editor has easily moved from VSCode to the Haystack Editor. Thanks for the daily replies. |
I would like to be able to maximize the screen of one editor.
The text was updated successfully, but these errors were encountered: