Skip to content

Commit

Permalink
[2.3] testing build 2.3.0.v20221015-2029
Browse files Browse the repository at this point in the history
  • Loading branch information
anb0s committed Oct 15, 2022
1 parent db36a6f commit 7456493
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 14 deletions.
27 changes: 20 additions & 7 deletions site/updates/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center"><a href="https://anb0s.github.io/EasyShell"><img src="https://raw.githubusercontent.com/anb0s/EasyShell/main/platform/logo/horizontalversion.svg" alt="EasyShell" height="100px"></a></p>

[![Version](https://img.shields.io/github/release/anb0s/EasyShell.svg)](https://github.com/anb0s/EasyShell/releases) [![Issues](https://img.shields.io/github/issues/anb0s/EasyShell.svg)](https://github.com/anb0s/EasyShell/issues) [![Chat @ gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/anb0s/Lobby) [![build](https://github.com/anb0s/EasyShell/actions/workflows/maven.yml/badge.svg)](https://github.com/anb0s/EasyShell/actions/workflows/maven.yml) [![License](https://img.shields.io/badge/License-EPL%202.0-blue.svg)](https://www.eclipse.org/legal/epl-2.0)
[![Version](https://img.shields.io/github/release/anb0s/EasyShell.svg)](https://github.com/anb0s/EasyShell/releases) [![Issues](https://img.shields.io/github/issues/anb0s/EasyShell.svg)](https://github.com/anb0s/EasyShell/issues) [![Chat @ gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/anb0s/Lobby) [![build](https://github.com/anb0s/EasyShell/actions/workflows/pull_request-or-main.yml/badge.svg)](https://github.com/anb0s/EasyShell/actions/workflows/pull_request-or-main.yml) [![License](https://img.shields.io/badge/License-EPL%202.0-blue.svg)](https://www.eclipse.org/legal/epl-2.0)

This Eclipse plugin allows to open a shell window or file manager from the popup menu in the navigation tree or editor view. Additionally it is possible to run selected file in the shell, copy file or directory path or run user defined external tools. Key shortcuts and multiple selections are also supported!

Expand Down Expand Up @@ -163,22 +163,35 @@ The following substitution variables are available for building the command:
- ```${easyshell:resource_name}``` = name of file or directory
- ```${easyshell:resource_basename}``` = name of file without extension
- ```${easyshell:resource_extension}``` = extension of file name (without '.')
- ```${easyshell:resource_path}``` = relative path to workspace of file or directory
- ```${easyshell:resource_path}``` = relative path of file or directory (to workspace)
- ```${easyshell:resource_loc_path}``` = relative location path of file or directory (to workspace)
- ```${easyshell:resource_project_path}``` = relative path of file or directory (to project)
- ```${easyshell:resource_project_loc_path}``` = relative location path of file or directory (to project)
- ```${easyshell:resource_line_number}``` = line number (within view or editor)
- ```${easyshell:selected_text_start_line}``` = selected text start line (within view or editor), it's equal to ${easyshell:resource_line_number}
- ```${easyshell:selected_text_start_line}``` = selected text start line (within view or editor), it's equal to ```${easyshell:resource_line_number}```
- ```${easyshell:selected_text_end_line}``` = selected text end line (within view or editor)
- ```${easyshell:selected_text_length}``` = selected text length (within view or editor)
- ```${easyshell:selected_text_offset}``` = selected text offset (within view or editor)
- ```${easyshell:selected_text}``` = selected text (within view or editor)
- ```${easyshell:container_loc}``` = absolute path of file directory or directory itself
- ```${easyshell:container_name}``` = name of file directory or directory itself
- ```${easyshell:container_path}``` = relative path to workspace of file directory or directory itself
- ```${easyshell:parent_loc}``` = absolute path of parent directory, for files it's equal to ${easyshell:container_loc}
- ```${easyshell:parent_name}``` = name of parent directory, for files it's equal to ${easyshell:container_name}
- ```${easyshell:parent_path}``` = relative path to workspace of parent directory, for files it's equal to ${easyshell:container_path}
- ```${easyshell:container_path}``` = relative path of file directory or directory itself (to workspace)
- ```${easyshell:container_loc_path}``` = relative location path of file's parent directory or directory itself (to workspace)
- ```${easyshell:container_project_path}``` = relative path of file's parent directory or directory itself (to project)
- ```${easyshell:container_project_loc_path}``` = relative location path of file's parent directory or directory itself (to project)
- ```${easyshell:parent_loc}``` = absolute path of parent directory, for files it's equal to ```${easyshell:container_loc}```
- ```${easyshell:parent_name}``` = name of parent directory, for files it's equal to ```${easyshell:container_name}```
- ```${easyshell:parent_path}``` = relative path to workspace of parent directory, for files it's equal to ```${easyshell:container_path}```
- ```${easyshell:parent_loc_path}``` = relative location path of parent directory (to workspace); for files it's equal to ```${easyshell:container_loc_path}```
- ```${easyshell:parent_project_path}``` = relative path of parent directory (to project); for files it's equal to ```${easyshell:container_project_path}```
- ```${easyshell:parent_project_loc_path}``` = relative location path of parent directory (to project); for files it's equal to ```${easyshell:container_project_loc_path}```
- ```${easyshell:project_loc}``` = absolute path of project
- ```${easyshell:project_name}``` = name of project
- ```${easyshell:project_path}``` = relative path to workspace of project
- ```${easyshell:project_loc_name}``` = location name (folder) of project
- ```${easyshell:project_parent_loc}``` = absolute path of project's parent
- ```${easyshell:workspace_loc}``` = absolute path of workspace
- ```${easyshell:workspace_loc_name}``` = location name (folder) of workspace
- ```${easyshell:windows_drive}``` = drive letter of file or directory on Windows
- ```${easyshell:qualified_name}``` = full qualified (class) name
- ```${easyshell:line_separator}``` = line separator, e.g. '\\n' (Unix) or '\\r\\n' (Windows)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions site/updates/testing/2.3/2.3.0.v20221015-2029/p2.index
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Sat Oct 15 20:30:14 UTC 2022
artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!
version=1
metadata.repository.factory.order=content.xml.xz,content.xml,\!
Binary file not shown.
5 changes: 3 additions & 2 deletions site/updates/testing/2.3/compositeArtifacts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<?compositeArtifactRepository version='1.0.0'?>
<repository name='EasyShell 2.3' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.timestamp' value='1648487840465'/>
<property name='p2.timestamp' value='1665865819805'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='5'>
<children size='6'>
<child location='2.3.0.v20220115-1548'/>
<child location='2.3.0.v20220319-2249'/>
<child location='2.3.0.v20220327-1248'/>
<child location='2.3.0.v20220327-1630'/>
<child location='2.3.0.v20220328-1717'/>
<child location='2.3.0.v20221015-2029'/>
</children>
</repository>
5 changes: 3 additions & 2 deletions site/updates/testing/2.3/compositeContent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<?compositeMetadataRepository version='1.0.0'?>
<repository name='EasyShell 2.3' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.timestamp' value='1648487840471'/>
<property name='p2.timestamp' value='1665865819815'/>
<property name='p2.atomic.composite.loading' value='true'/>
</properties>
<children size='5'>
<children size='6'>
<child location='2.3.0.v20220115-1548'/>
<child location='2.3.0.v20220319-2249'/>
<child location='2.3.0.v20220327-1248'/>
<child location='2.3.0.v20220327-1630'/>
<child location='2.3.0.v20220328-1717'/>
<child location='2.3.0.v20221015-2029'/>
</children>
</repository>
6 changes: 3 additions & 3 deletions site/updates/testing/build.version.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build_version_major_minor=2.3
build_version_unqualified=2.3.0
build_version_qualifier=v20220328-1717
build_version_full=2.3.0.v20220328-1717
build_version_path=2.3/2.3.0.v20220328-1717
build_version_qualifier=v20221015-2029
build_version_full=2.3.0.v20221015-2029
build_version_path=2.3/2.3.0.v20221015-2029
build_version_milestone=8

0 comments on commit 7456493

Please sign in to comment.