-
Notifications
You must be signed in to change notification settings - Fork 92
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
Height of edit area #175
Comments
Dear @chysch, To clarify, the editor window's height is designed to automatically adjust to maximize the available space, ensuring that the upper portion of the page remains visible for easy access to tools and menus. The editor initially displays a minimum of 8 lines of code to maintain a balance between usability and page layout. However, for instances where more viewing area is required, I recommend utilizing the full window mode. This feature expands the editor zone to occupy the entire browser window, providing you with both increased width and height. This maximizes your code visibility and editing space, making it easier to work on larger projects without the need to scroll excessively. Best regards, |
Thank you for your reply. Unfortunately this feature is problematic because the headers and the tabs take up so much space that it leaves only a very small area for "maximum available space". In fact, I just noticed that the feature also exists for the tabs which contain the evaluation results leaving barely space for one line of output (see image below). I feel like there should be a minimum height that allows the user to see a significant amount of lines both of code and of output. |
What are the dimensions and resolution of your monitor? I've never seen a screen that wide and that tall before... In my experience on standard monitors with normal zoom and standard resolution the editor works well. |
My monitor is a 14 inch laptop. The resolution is 1920x1080, set on 150% scaling. I tried it now on another monitor and I see your point. I think it would still be helpful to define a minimum height for small high resolution monitors like mine. |
The edit text area in the edit tab is fixed to a height of about 8 lines which cannot be changed which makes editing the code from inside the VPL inconvenient.
Example:
![image](https://private-user-images.githubusercontent.com/39314199/308473072-35ea4659-cd89-4186-b2da-f871015728c5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDgxMzEsIm5iZiI6MTczODk0NzgzMSwicGF0aCI6Ii8zOTMxNDE5OS8zMDg0NzMwNzItMzVlYTQ2NTktY2Q4OS00MTg2LWIyZGEtZjg3MTAxNTcyOGM1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE3MDM1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU2N2I4MmM4ZjY4Y2Q0ZTYwMDQ0NzJjOTRkMGM2NGVhMmE3YzBiMTBlM2M2M2IwYmFhZWIyNDU2MTM0YjJjOWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.6vRb3bQDBlDHkKf1U_HxyV_XB82CtW-5uNiwcdAM_5M)
I cannot increase the height of the text area. This means that I only see a very small amount of code at any given time which is very inconvenient.
Suggested fix:
The text was updated successfully, but these errors were encountered: