Skip to content

Commit 72927ac

Browse files
committed
[2.3] testing build 2.3.0.v20220328-1717
1 parent 11f4ca0 commit 72927ac

File tree

11 files changed

+21
-7
lines changed

11 files changed

+21
-7
lines changed

site/updates/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ The following platform, shell combinations and tools are supported as selections
127127
- Finder
128128

129129
**All OS**
130+
- Open with / Edit
131+
- Eclipse - Full Path : line number
130132
- Copy to clipboard:
131133
- Full Path
132134
- Full Path Unix (@Windows)
@@ -162,6 +164,12 @@ The following substitution variables are available for building the command:
162164
- ```${easyshell:resource_basename}``` = name of file without extension
163165
- ```${easyshell:resource_extension}``` = extension of file name (without '.')
164166
- ```${easyshell:resource_path}``` = relative path to workspace of file or directory
167+
- ```${easyshell:resource_line_number}``` = line number (within view or editor)
168+
- ```${easyshell:selected_text_start_line}``` = selected text start line (within view or editor), it's equal to ${easyshell:resource_line_number}
169+
- ```${easyshell:selected_text_end_line}``` = selected text end line (within view or editor)
170+
- ```${easyshell:selected_text_length}``` = selected text length (within view or editor)
171+
- ```${easyshell:selected_text_offset}``` = selected text offset (within view or editor)
172+
- ```${easyshell:selected_text}``` = selected text (within view or editor)
165173
- ```${easyshell:container_loc}``` = absolute path of file directory or directory itself
166174
- ```${easyshell:container_name}``` = name of file directory or directory itself
167175
- ```${easyshell:container_path}``` = relative path to workspace of file directory or directory itself
920 Bytes
Binary file not shown.
852 Bytes
Binary file not shown.
9.54 KB
Binary file not shown.
8.05 KB
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Mon Mar 28 17:17:16 UTC 2022
2+
artifact.repository.factory.order=artifacts.xml.xz,artifacts.xml,\!
3+
version=1
4+
metadata.repository.factory.order=content.xml.xz,content.xml,\!

site/updates/testing/2.3/compositeArtifacts.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
<?compositeArtifactRepository version='1.0.0'?>
33
<repository name='EasyShell 2.3' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
44
<properties size='2'>
5-
<property name='p2.timestamp' value='1648398637599'/>
5+
<property name='p2.timestamp' value='1648487840465'/>
66
<property name='p2.atomic.composite.loading' value='true'/>
77
</properties>
8-
<children size='4'>
8+
<children size='5'>
99
<child location='2.3.0.v20220115-1548'/>
1010
<child location='2.3.0.v20220319-2249'/>
1111
<child location='2.3.0.v20220327-1248'/>
1212
<child location='2.3.0.v20220327-1630'/>
13+
<child location='2.3.0.v20220328-1717'/>
1314
</children>
1415
</repository>

site/updates/testing/2.3/compositeContent.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
<?compositeMetadataRepository version='1.0.0'?>
33
<repository name='EasyShell 2.3' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
44
<properties size='2'>
5-
<property name='p2.timestamp' value='1648398637607'/>
5+
<property name='p2.timestamp' value='1648487840471'/>
66
<property name='p2.atomic.composite.loading' value='true'/>
77
</properties>
8-
<children size='4'>
8+
<children size='5'>
99
<child location='2.3.0.v20220115-1548'/>
1010
<child location='2.3.0.v20220319-2249'/>
1111
<child location='2.3.0.v20220327-1248'/>
1212
<child location='2.3.0.v20220327-1630'/>
13+
<child location='2.3.0.v20220328-1717'/>
1314
</children>
1415
</repository>

0 commit comments

Comments
 (0)