brackets-archive / brackets-shell

CEF3-based application shell for Brackets.
http://brackets.io
MIT License
0 stars 0 forks source link

[CLOSED] Linux window size and position #417

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

Issue by pelatx Saturday Apr 07, 2018 at 06:43 GMT Originally opened as https://github.com/adobe/brackets-shell/pull/636


In the different Linux versions (Debian 8 and 9, Ubuntu 16) in which I have tested Brackets compiled from the Master branch with the latest commits (same result in the lastest release), this still does not remember the position and size of the window from one execution to another (issues #13182 and #7174).

I have fixed this using a "key file" that is created automatically by Brackets, updated every time the application is closed and read every time it starts.

Maybe it's not the best solution, but I've been using it for a few days and it works well. So I leave this PR for your consideration.

Thank you.

Edited: tested in the three distributions mentioned above.


pelatx included the following code: https://github.com/adobe/brackets-shell/pull/636/commits

core-ai-bot commented 2 years ago

Comment by nethip Thursday Apr 19, 2018 at 09:31 GMT


@pelatx Thanks for this PR. I have raised a PR on your fork with some code cleanup. Can you have a look at this PR https://github.com/pelatx/brackets-shell/pull/1 and merge it into your branch, if changes are looking fine.

core-ai-bot commented 2 years ago

Comment by pelatx Wednesday May 02, 2018 at 05:57 GMT


Thanks @nethip.

core-ai-bot commented 2 years ago

Comment by nethip Tuesday Jul 24, 2018 at 05:48 GMT


@pelatx Thanks for this PR!