List view
It should be possible for users to define their own commands. Additionally the profiler will be enhanced to read in a config file which can set up these aliases. Example config file: // ------- Start Config ----- // ----------------------------------------------------- // -- Custom Commands // ----------------------------------------------------- // flat: // Displays a flat view for another path // Args: // 1: The path to create the flat view at alias flat 1 pushd %1%; widetable; popd // ----------------------------------------------------- // -- Initialization // ----------------------------------------------------- // Set the sidebar up to display source code sidebar annotate // Start in the main node search main // ------- End Config ------- New Commands: - alias: define a new command - pushd / popd: as per shell
Overdue by 11 year(s)•Due by July 16, 2014•3/3 issues closed- No due date•6/6 issues closed