-
Notifications
You must be signed in to change notification settings - Fork 86
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
On macbook, window width is too wide and cannot be resized #96
Comments
@girishji Is it possible for you to provide a screenshot? Thanks. |
See how window automatically resized to spill past the viewport on the right side, when I selected keymap.c file in the top window. This is to accommodate long path inside that box in the middle right (/Users/gp/...). |
Also, opening file using external editor does not work on Mac. Maybe there is a way to use applescript to launch gvim (for instance), a la 'gedit %f ...' for linux. |
Hi @girishji OK. I've understood the point about the filename being too long, causing graphical distortions. |
@girishji As for the external editor, I could edit the configuration this way in Windows and Linux (see below). How come there's no top menu bar in MacOS? Please see images below: |
@girishji For the external editor configuration, perhaps you can give me a default string that will always work in MacOS, and I can use that, similar to notepad.exe on Windows. I found this for XCode:
|
Ruben,
|
@girishji Thanks! I have fixed the GUI bug and also used "open -t %f" (as default on Mac, if a config file was not yet created or not found) and it's currently committed to the |
Thank you! |
@girishji Fixed in version 0.26.0. It should appear in Brew within two days. |
It automatically keeps widening window so that a chunk of window is not visible in the viewport. The box that shows path to file is not readable since it is cut off. If I resize the window to fit the screen, a few moments later (after a few searches) the window is too wide again.
Also, please rearrange the boxes so that path to file is on the left half of screen, and buttons can be in 2 rows.
Using v0.25.0
The text was updated successfully, but these errors were encountered: