general:command-line

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
general:command-line [2014/02/09 01:50] – external edit 127.0.0.1general:command-line [2018/01/10 20:36] (current) – external edit 127.0.0.1
Line 6: Line 6:
 | -m         | %%--%%new-instance |                      |start another instance                                   | | -m         | %%--%%new-instance |                      |start another instance                                   |
 |            | %%--%%config       | yes                  |set configuration directory                              | |            | %%--%%config       | yes                  |set configuration directory                              |
-|            | %%--%%init                              |initialize all [[options:cache|cached properties]].      |+|            | %%--%%init                              |initialize all [[options:cache|cached properties]]       | 
 +|            | %%--%%prefetch                          |prefetch cached properties [[options:cache|cached properties]]| 
 +|            | %%--%%silent                            |do not show main window (useful, if only settings are manipulated)| 
 +|            | %%--%%register_file_previewer|            |register file extensions with HippoEDIT file previewer| 
 +|            | %%--%%unregister_file_previewer|          |unregister HippoEDIT file previewer associations|
 |            | %%--%%portable                          |run application in [[options:general:portable|portable]] mode (no *.tmp files) | |            | %%--%%portable                          |run application in [[options:general:portable|portable]] mode (no *.tmp files) |
 |            | %%--%%debug        |                      |enables debug mode. Has nothing to do with real debugging, just enables some traces | |            | %%--%%debug        |                      |enables debug mode. Has nothing to do with real debugging, just enables some traces |
 | -d         | %%--%%directory    | yes                  |set current directory                                    | | -d         | %%--%%directory    | yes                  |set current directory                                    |
 |            | %%--%%title        | yes                  |append 'title' to the main window title bar              | |            | %%--%%title        | yes                  |append 'title' to the main window title bar              |
 +|            | %%--%%win_x        | yes                  |horizontal screen position of the window (in pixels)     |
 +|            | %%--%%win_y        | yes                  |vertical screen position of the window (in pixels)       |
 | -u         | %%--%%no-recent    |                      |do not add the file to the Recent Files list             | | -u         | %%--%%no-recent    |                      |do not add the file to the Recent Files list             |
 | -w         | %%--%%workspace    | yes                  |name of saved workspace, if empty, no would be loaded    | | -w         | %%--%%workspace    | yes                  |name of saved workspace, if empty, no would be loaded    |
 |            | %%--%%project      | yes                  |name of saved project, if empty, project will be created | |            | %%--%%project      | yes                  |name of saved project, if empty, project will be created |
 +|            | %%--%%install      | yes                  |name of bundle file, if empty, nothing will be installed |
 | -h         | %%--%%help                              |produce help message                                     | | -h         | %%--%%help                              |produce help message                                     |
 |            | %%--%%close_all    |                      |close all documents                                      | |            | %%--%%close_all    |                      |close all documents                                      |
Line 20: Line 27:
 | -v         | %%--%%recursive    |                      |process also sub-folders for mask file open              | | -v         | %%--%%recursive    |                      |process also sub-folders for mask file open              |
 | -x         | %%--%%exclude      | yes                  |exclude mask for mask open                               | | -x         | %%--%%exclude      | yes                  |exclude mask for mask open                               |
-| -l         | %%--%%line         | yes                  |line number                                              | +| -l         | %%--%%line         | yes                  |cursor position line number                                              | 
-| -c         | %%--%%column       | yes                  |column number                                            |+| -c         | %%--%%column       | yes                  |cursor position column number                                            |
 | -r         | %%--%%read-only    |                      |read-only mode                                           | | -r         | %%--%%read-only    |                      |read-only mode                                           |
 | -t         | %%--%%type         | yes                  |syntax to apply to passed files                          | | -t         | %%--%%type         | yes                  |syntax to apply to passed files                          |