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

Text editor doesn't fit to screen #89

Closed
chrysler5798 opened this issue Jan 12, 2018 · 5 comments
Closed

Text editor doesn't fit to screen #89

chrysler5798 opened this issue Jan 12, 2018 · 5 comments
Labels
Milestone

Comments

@chrysler5798
Copy link

Hi !

Expected behavior

When I open the text editor it should fit to the screen.

Current behavior

When I open the text editor, it doesn't fit to the screen.
See this screen :
https://image.noelshack.com/fichiers/2018/02/5/1515777125-2018-01-12-18-09-09.png
What's more buttons are hidden behind the Windows bar.

Steps to reproduce

  1. Click on a text field in a table
  2. Click again to edit this
  3. Click on 3 dots to open text editor.

Context

I have 3 screens, and it probably comes from this, but as an intensive user of HeidiSQL, I use this text editor really often.

  • HeidiSQL version: 9.5.0.5220
  • Database system + version: MySQL 5.5.58
  • Operating system: Windows 10

If you can fix this it would be awesome, otherwise, nevermind it's still the best database manager 😄
Keep doing this amazing work !

(If you can add CTRL + S to save in text editor it would be so marvellous 👍 )

@ansgarbecker
Copy link
Collaborator

I guess the editor was maximized the previous time, and should restore its maximized state the next time, which is currently not done.

Saving changed text can be done with Ctrl+Enter

@chrysler5798
Copy link
Author

Ah nice, didn't know about this shortcut.
Thanks for your quick answer 😄

@rentalhost
Copy link
Contributor

Confirmed: the maximized status is not recovered after reopen the Text Editor.

@ansgarbecker
Copy link
Collaborator

The next build should restore the previous window size much better

  • maximized state
  • dimensions are stored only when not maximized - so if you set the window from "maximized" to "normal" it should have the same dimensions as it had when it was not maximized before. This was buggy yet - the maximized dimensions were restored.

@ansgarbecker
Copy link
Collaborator

What I thought is missing is restoring the position of the window. I left that for now as it is (always centered on screen), as this may have implicit problems with multiple monitors.

@ansgarbecker ansgarbecker added this to the v9.6 milestone Feb 18, 2018
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

3 participants