Skip to content

Commit

Permalink
feat: Copy file path as ECL ID
Browse files Browse the repository at this point in the history
Fixes #237

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Mar 5, 2021
1 parent bffff50 commit 8de7571
Show file tree
Hide file tree
Showing 6 changed files with 621 additions and 635 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ This extension adds rich language support for [HPCC Systems](https://hpccsystems

## Recent Highlights

### v2.12.x
* Added "Copy as ECL ID" command to explorer and editor tab context menus

![Version 2.12](resources/readme-v2_12.gif)

### v2.11.x
* Added "Import MOD file" command

Expand Down Expand Up @@ -140,6 +145,12 @@ The following ECL specific commands are available. Note: These commands will *
| Language Reference Lookup | shift+F1 | For the currently selected text, search the online ECL language reference |
| Insert Record Definition | ctrl/cmd+I R | Fetches record definition for given logical file |

#### Within the ECL Code Editor Tab Context Menu:

| Command | Shortcut | Description |
|---------------------------|:--------:|------------------------------------------------------------------|
| Copy as ECL ID | | Copy path as Qualified ECL ID |

#### Within the Workunit Tree:

| Command | Shortcut | Description |
Expand All @@ -150,6 +161,12 @@ The following ECL specific commands are available. Note: These commands will *
|![ECL Watch](resources/light-png/globe.png) ECL Watch | | Launch ECL Watch in external browser |
|![Switch](resources/light-png/server-process.png) Switch Platform | | Switch HPCC Platform instance (launch configuration) |

#### Within the Explorer Tree Context Menu (ecl files only):

| Command | Shortcut | Description |
|---------------------------|:--------:|------------------------------------------------------------------|
| Copy as ECL ID | | Copy path as Qualified ECL ID |

#### Within the Status Bar

| Command | Shortcut | Description |
Expand Down
Loading

0 comments on commit 8de7571

Please sign in to comment.