Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Change how SharpDevelop handles command line arguments #323

@dgrunwald

Description

@dgrunwald

Currently, double-clicking files in explorer to open them in an existing SharpDevelop instance is rather slow, because we only forward the command-line arguments after the new process has initialized the AddIn system; we'd have to change that logic to immediately attempt this, even before showing the splash screen.

Also, we need some capability for AddIns to handle these command line arguments, and SharpDevelop should define some useful options for controlling SharpDevelop from the command line (esp. navigation commands, similar to ILSpy's command line). Such out-of-process control over SharpDevelop was requested in http://community.sharpdevelop.net/forums/t/20303.aspx

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions