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

Add the Open Maximized command line option #1448

Open
evandrocoan opened this issue Oct 9, 2016 · 0 comments
Open

Add the Open Maximized command line option #1448

evandrocoan opened this issue Oct 9, 2016 · 0 comments

Comments

@evandrocoan
Copy link

evandrocoan commented Oct 9, 2016

Add the Open Maximized command line option

On http://docs.sublimetext.info/en/latest/command_line/command_line.html, there are none. It is useful when opening Sublime Text from command line and when setting the sublime set as a new context menu. As for now it is really very annoying to maximize it every single time I edit some file:

image

To get Sublime Text there, I set this registry key, using the -n option:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell]

[HKEY_CLASSES_ROOT\*\shell\Edit with Sublime\command]
@="\"D:\\User\\Dropbox\\Applications\\SoftwareVersioning\\SublimeText\\sublime_text.exe\" -n \"%1\""

There are other several issues related to this feature:

  1. Add the Open Maximized command line option #1448, Add the Open Maximized command line option
  2. Maximize/minimize window via api #1449, Maximize/minimize window via api

This is a common option

This is a common option as we may see on other applications as the XFCE4-Terminal:

  1. http://docs.xfce.org/apps/terminal/command-line
--maximize
Set the last-specified window into maximized mode; applies to only one window;
can be specified once for each window you create from the command line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant