Skip to content
Merged

v2.0 #96

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
04c3bb3
EasyShell v2.0 prototype
anb0s Jul 5, 2016
6aac781
#50 - [v2.0] issues found in early pre-release
anb0s Jul 5, 2016
4a051ef
[v2.0] split of menu and command preset definitions
anb0s Jul 11, 2016
ec2b937
enabled command dialog
anb0s Jul 12, 2016
657864a
added buttons to menu and command dialogs (New, Copy, Edit, Remove)
anb0s Jul 12, 2016
850e391
added resource type handling
anb0s Jul 12, 2016
0edebdc
refactoring: moved internal types to own package
anb0s Jul 13, 2016
c8d17ae
added logging and fixed variable copy to clipboard
anb0s Jul 13, 2016
f0fa493
added variable validation and more debug logs
anb0s Jul 13, 2016
44b20a0
removed UUID from preferences and reworked default loading
anb0s Jul 13, 2016
7f2ad8b
fixed sorting of native commands for menu reference
anb0s Jul 13, 2016
34e7cfe
renaming of ResourceType members
anb0s Jul 13, 2016
53dc3d6
UUIDs: enabled again and fixed their handling
anb0s Jul 14, 2016
e224055
add versioning to preference handling
anb0s Jul 18, 2016
a361550
issue #53 - [v2.0] implement generic menu definition
anb0s Jul 19, 2016
09ead75
v2.0.0 beta 2 official release
anb0s Jul 19, 2016
8a1880d
#65 [v2.0] edit of command does only change the menu but not the command
anb0s Jul 20, 2016
1f9a8e5
#66 add support for setting working directory before executing a command
anb0s Jul 21, 2016
e5684e8
changed version names for dialogs and tooltips
anb0s Jul 21, 2016
455788d
major refactoring of preferences (data and view)
anb0s Jul 22, 2016
05c76c0
#67 [v2.0] linux presets are not automatically added
anb0s Jul 24, 2016
a9118c9
#19 - add xdg-open for linux presets
anb0s Jul 24, 2016
4866afd
#23 add linux 'thunar' file browser
anb0s Jul 24, 2016
ea2e88c
#20 add sakura terminal emulator to linux presets
anb0s Jul 24, 2016
9c6f80f
#26 - add linux 'PCManFM' file browser
anb0s Jul 24, 2016
947ff40
#25 add ROXTerm to linux presets
anb0s Jul 24, 2016
53d2ea1
fixed checked items refresh in menu-table after filtering
anb0s Jul 25, 2016
327be2a
added showing of commands defined by plugin (read only)
anb0s Jul 25, 2016
b50209a
fixed windows command names and searching
anb0s Jul 25, 2016
7f139bc
#60 [v2.0] rename the "type" option to "category"
anb0s Jul 25, 2016
70ab4f8
#58 [v2.0] deletion of command that is used in more then one menu
anb0s Jul 26, 2016
8144750
#61 [v2.0] remove the "?" (Help) buttons if there is no information
anb0s Jul 26, 2016
44f0bc3
#60 [v2.0] rename the "type" option to "category"
anb0s Jul 26, 2016
248731e
refactoring of store and default values
anb0s Jul 26, 2016
8d59c5b
v2.0.0 beta 3
anb0s Jul 26, 2016
cafa724
fixed missing commandDataStore during menu creation
anb0s Jul 26, 2016
7e9d598
refactoring of argument handling
anb0s Jul 30, 2016
a7365a8
#72 [v2.0] add *_path eclipse variables
anb0s Jul 31, 2016
8fcdb93
refactoring of variables
anb0s Aug 1, 2016
b86bf85
more generic refactoring of variables
anb0s Aug 2, 2016
6fe24db
added new name patterns to have similar names like in other Eclipse and
anb0s Aug 4, 2016
73fb236
#77 add git-bash.exe (Git for Windows 2.x) preset
anb0s Aug 22, 2016
729b0fb
#51 please support https://github.com/cmderdev/cmder
anb0s Aug 23, 2016
be7ff84
#68 [v2.0] issues found in beta 3
anb0s Aug 23, 2016
da54637
#55 [v2.0] migration support from legacy EasyShell v1.x
anb0s Sep 1, 2016
4482550
#55 [v2.0] migration support from legacy EasyShell v1.x
anb0s Sep 5, 2016
7a45329
#81 [v2.0] "Copy Full Path to Clipboard" missing at Mac OS X
anb0s Sep 5, 2016
30df796
#82 [v2.0] ${easyshell:resource_loc} missing in "usable variables"
anb0s Sep 5, 2016
e9c8f72
#83 [v2.0] rework "Copy..." and "Show/Edit.." buttons in command dialog
anb0s Sep 12, 2016
0185561
fixed warnings
anb0s Sep 15, 2016
a1c11e8
fixed target platform definitions and set to Neon 4.6
anb0s Sep 15, 2016
fcd5181
#40 add support for path conversions
anb0s Sep 18, 2016
8471f6c
#46 [v2.0] [regression] add key bindings again
anb0s Sep 19, 2016
e2847ed
[v2.0] issues found in beta 4
anb0s Sep 19, 2016
128467c
#87 [v2.0] "Up" and "Down" are working, but entries are reordered
anb0s Sep 20, 2016
15c68e6
#86 [popup menu] do not show if empty or only one entry
anb0s Sep 20, 2016
f1069d1
added title and info line to popup menu
anb0s Sep 20, 2016
cc5601a
added "Full Path Unix" command
anb0s Sep 20, 2016
7298756
#48 [v2.0] add content assist to tool / presets definition
anb0s Sep 22, 2016
147a25e
#80 [v2.0] issues found in RC1
anb0s Sep 23, 2016
f298094
#79 [v2.0] add new icons
anb0s Sep 1, 2016
1f16fb0
#90 [v2.0] add dialog for multiple command selection
anb0s Sep 24, 2016
9741cf4
#79 [v2.0] add new icons
anb0s Sep 24, 2016
29dd7e3
#93 [v2.0] add variables for resource name without extension and
anb0s Sep 24, 2016
a22cb4f
#92 [v2.0] make content assist available in all edit fileds with
anb0s Sep 24, 2016
1812815
fixed working dir reset if deleted and disabled
anb0s Sep 24, 2016
d6f4ea3
#91 [v2.0] [content assist] if using $ or { the variable is copied with
anb0s Sep 24, 2016
220b221
fixed loosed commands during dialog dispose
anb0s Sep 26, 2016
1c703d0
#62 [v2.0] To be able to target a file or a directory only
anb0s Sep 27, 2016
2ad45d7
#62 [v2.0] To be able to target a file or a directory only
anb0s Sep 27, 2016
67f9adf
#88 [v2.0] issues found in RC2
anb0s Sep 27, 2016
5f38e21
Update README.md
anb0s Sep 29, 2016
aa08878
added new screenshots
anb0s Sep 29, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
132 changes: 76 additions & 56 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# EasyShell [![Build Status](https://travis-ci.org/anb0s/EasyShell.svg)](https://travis-ci.org/anb0s/EasyShell) [![Download EasyShell](https://img.shields.io/sourceforge/dt/pluginbox.svg)](https://sourceforge.net/projects/pluginbox/files/latest/download)
This eclipse plugin allows to open a shell window or file manager from the popup menu in the navigation tree or editor view. The current directory of the opened shell is the directory which was selected with the popup menu. Additionally it is possible to run selected file in the system shell and copy file or directory path. Multiple selections are also supported.
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!

![alt text](https://raw.githubusercontent.com/anb0s/EasyShell/master/site/images/EasyShell_Menu_1.4.1.png "Menu")
![alt text](https://raw.githubusercontent.com/anb0s/EasyShell/master/site/images/EasyShell_2.0_context_menu_windows.png "Context Menu @ Windows")

![alt text](https://raw.githubusercontent.com/anb0s/EasyShell/master/site/images/EasyShell_Preferences_1.4.1.png "Preferences")
![alt text](https://raw.githubusercontent.com/anb0s/EasyShell/master/site/images/EasyShell_2.0_popup_menu_windows.png "Popup Menu @ Windows (Alt+E)")

![alt text](https://raw.githubusercontent.com/anb0s/EasyShell/master/site/images/EasyShell_2.0_multi-selection_dialog_windows.png "Dialog for multiple tool selection @ Windows (Alt+Shift+E)")

![alt text](https://raw.githubusercontent.com/anb0s/EasyShell/master/site/images/EasyShell_2.0_preferences_menu.png "Preferences - Menu")

![alt text](https://raw.githubusercontent.com/anb0s/EasyShell/master/site/images/EasyShell_2.0_preferences_menu_new.png "Preferences - Menu 'New'")

![alt text](https://raw.githubusercontent.com/anb0s/EasyShell/master/site/images/EasyShell_2.0_preferences_menu_new_content_assist.png "Preferences - Menu 'New' with content assist")

![alt text](https://raw.githubusercontent.com/anb0s/EasyShell/master/site/images/EasyShell_2.0_preferences_command.png "Preferences - Command")

![alt text](https://raw.githubusercontent.com/anb0s/EasyShell/master/site/images/EasyShell_2.0_preferences_command_new.png "Preferences - Command 'New' with content assist")

Installation:
-------------
Expand All @@ -20,63 +32,71 @@ OR
Features:
---------

EasyShell does not support virtual folders, because they are not
present in the file system!

The plugin is platform-independent in principal. It just launches
a (configurable) system command to open the shell. The following
platform and shell combinations are supported as selections
available from the drop-down-list in the preferences page:
The plugin is platform independent in principal. It just launches a (configurable) system command to open the shell, file explorer or other user defined command. It also copies path etc. to clipboard. The following platform, shell combinations and tools are supported as selections available in the preferences page. The user can define own commands and menues or just adapt the predefined ones!

Windows:
- DOS-Shell / Explorer
- PowerShell / Explorer (check path of PowerShell executable!)
- Cygwin (Bash) / Explorer (check path of Cygwin-bash executable!)
http://cygwin.com
- Console / Explorer
- Command prompt (known as DOS shell or cmd.exe)
- PowerShell
- Bash (Cygwin, Git for Windows, etc.)
http://cygwin.com, https://git-for-windows.github.io
- Console
https://sourceforge.net/projects/console
- DOS-Shell / TotalCommander
http://www.ghisler.com
- Git (Bash) / Explorer (check path of Git-bash executable!)
http://msysgit.github.io
- ConEmu / Explorer (check path of ConEmu executable!)
- ConEmu
https://code.google.com/p/conemu-maximus5/

Unix / Linux:
- KDE Konsole / Konqueror and Dolphin
- Gnome Terminal / Nautilus
- MAC OS X Terminal / Finder
- CDE Xterm / Dtfile (not tested!)

Other:
- Default / Unknown (can be defined for all systems supported by Java)

But you can configure any shell or command you like as long as you
can figure out how to run a command to open the shell with given
parameters. The following substitution variables are available
for building the command:

{0} = The drive letter (only Windows, not used on other platforms)<br/>
{1} = The selected directory path<br/>
{2} = The selected file or directory path<br/>
{3} = The selected file name<br/>
{4} = The project name of selected directory or path (for external files it's "Easy Shell")<br/>
{5} = The line separator<br/>

Option "Enable string tokenizer" with values "Yes, No" and default value "Yes".<br/>
The whole command line string will be splitted (tokenized) to single strings before expansion
of parameters {0} - {4} and passing to command line. With this solution there is no need to
surround parameters {0} - {4} with quotes when space character is possible between command
line option and parameter, e.g.: /D {1}. Otherwise maybe quotes are still needed,
e.g.: --working-directory="{1}".

Option "Add quotes to {1}, {2}, {3}*" with values "No, Single, Double, Automatic" and default
value "No". <br/>
If changed to other values, parameters will be eclosed with quotes.
ATTENTION: use it carefully with "string tokenizer" and remove quotes from commands.

Option "Enable debug output" with values "Yes, No" and default value "No".<br/>
If changed to "Yes", debug messages will be printed to error console.
- Cmder
https://github.com/cmderdev/cmder
- Explorer
- TotalCommander
http://www.ghisler.com

If path to your tool is not added to PATH variable, please add it or adapt the command in EasyShell!

Unix (BSD, Mac OS X) or Linux:
- XDG Open
- KDE Konsole
- Konqueror
- Gnome Terminal
- Xfce Terminal
- Sakura Terminal
- ROXTerm
- Pantheon Terminal
- Dolphin
- Nautilus
- Nemo
- Thunar
- Pantheon
- PCManFM

MAC OS X
- Terminal
- Finder

Copy to clipboard
- Full Path
- Full Path Unix (@Windows)
- Qualified Name
- ... more configurable...

But you can configure any shell or command you like as long as you can figure out how to run a command to open the shell with given
parameters or execute the tool you want. The following substitution variables are available for building the command:

- ${easyshell:resource_loc} = absolute path of file or directory
- ${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: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:project_loc} = absolute path of project
- ${easyshell:project_name} = name of project
- ${easyshell:project_path} = relative path to workspace of project
- ${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)
- ${easyshell:path_separator} = path separator, e.g. ':' (Unix) or ';' (Windows)
- ${easyshell:file_separator} = file separator, e.g. '/' (Unix) or '\\' (Windows)
- and all other available variables in Eclipse

License:
--------
Expand Down
2 changes: 2 additions & 0 deletions feature/.settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
2 changes: 1 addition & 1 deletion platform/Eclipse-3.8.target
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?pde version="3.8"?><target name="eclipse-3.8-Juno" sequenceNumber="8">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.ide" version="3.8.2.M20130131-0800"/>
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
<repository location="http://download.eclipse.org/eclipse/updates/3.8"/>
</location>
</locations>
Expand Down
2 changes: 1 addition & 1 deletion platform/Eclipse-4.4.target
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?pde version="3.8"?><target name="eclipse-4.4-Luna" sequenceNumber="6">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.ide" version="4.4.2.M20150204-1700"/>
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/luna/"/>
</location>
</locations>
Expand Down
4 changes: 2 additions & 2 deletions platform/Eclipse-4.5.target
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?><target name="eclipse-4.5-Mars" sequenceNumber="2">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.feature.group" version="4.5.2.v20160212-1500"/>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/mars/"/>
</location>
</locations>
Expand Down
2 changes: 1 addition & 1 deletion platform/Eclipse-4.6.target
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?pde version="3.8"?><target name="eclipse-4.6-Neon" sequenceNumber="4">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.sdk.ide" version="4.6.0.I20160428-0800"/>
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/neon/"/>
</location>
</locations>
Expand Down
2 changes: 2 additions & 0 deletions plugin/.settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
5 changes: 4 additions & 1 deletion plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ Bundle-Activator: de.anbos.eclipse.easyshell.plugin.Activator
Bundle-Vendor: Andre Bossert
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.core.resources
org.eclipse.core.resources,
org.eclipse.core.expressions,
org.eclipse.core.variables,
org.eclipse.jdt.core;resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: target/easyshell-library.jar
3 changes: 2 additions & 1 deletion plugin/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ bin.includes = icons/,\
releases/README.TXT,\
releases/CHANGES.TXT,\
META-INF/,\
target/easyshell-library.jar
target/easyshell-library.jar,\
src/de/anbos/eclipse/easyshell/plugin/UIMessages.properties
src.includes = icons/,\
manpages/,\
releases/CHANGES.TXT,\
Expand Down
Binary file added plugin/icons/clipboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/clipboard1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/easyshell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/explore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/explore1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/explore2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/macosx/explore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/run.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/run1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/run2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/unknown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/user.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons/windows/easyshell.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons_example/gif/console_view.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons_example/gif/copy.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added plugin/icons_example/gif/copy_edit_co.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons_example/gif/cpyqual_menu.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added plugin/icons_example/gif/editor.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons_example/gif/editor_area.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons_example/gif/environment_obj.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added plugin/icons_example/gif/exclusion_filter_attrib.gif
Binary file added plugin/icons_example/gif/external_tools.gif
Binary file added plugin/icons_example/gif/file_obj.gif
Binary file added plugin/icons_example/gif/filenav_nav.gif
File renamed without changes
Binary file added plugin/icons_example/gif/folder.gif
Binary file added plugin/icons_example/gif/goto_input.gif
Binary file added plugin/icons_example/gif/help.gif
Binary file added plugin/icons_example/gif/home_nav.gif
Binary file added plugin/icons_example/gif/prompt.gif
Binary file added plugin/icons_example/gif/properties.gif
File renamed without changes
Binary file added plugin/icons_example/gif/run_exc.gif
Binary file added plugin/icons_example/macosx/10.png
Binary file not shown.
Binary file added plugin/icons_example/macosx/Terminalicon.png
Binary file added plugin/icons_example/macosx/allmyfiles.png
Binary file added plugin/icons_example/macosx/allmyfiles@2x.png
Binary file added plugin/icons_example/macosx/finder.png
Binary file added plugin/icons_example/macosx/finder@2x.png
Binary file added plugin/icons_example/macosx/finder_16x16.png
Binary file added plugin/icons_example/macosx/icon_terminal_2x.jpg
Binary file added plugin/icons_example/macosx/terminal.png
Binary file added plugin/icons_example/macosx/url 2.png
Binary file added plugin/icons_example/macosx/url.png
Binary file added plugin/icons_example/macosx/url@2x 2.png
Binary file added plugin/icons_example/macosx/url@2x.png
Binary file added plugin/icons_example/png/console_view.png
Binary file added plugin/icons_example/png/copy.png
Binary file added plugin/icons_example/png/copy_edit.png
Binary file added plugin/icons_example/png/copy_edit_co.png
Binary file added plugin/icons_example/png/copyviewtoclipboard_tsk.png
Binary file added plugin/icons_example/png/cpyqual_menu.png
Binary file added plugin/icons_example/png/easyshell.png
Binary file added plugin/icons_example/png/easyshell2.png
Binary file added plugin/icons_example/png/easyshell_new.png
Binary file added plugin/icons_example/png/easyshell_old.png
Binary file added plugin/icons_example/png/eclipse.png
Binary file added plugin/icons_example/png/editor_area.png
Binary file added plugin/icons_example/png/environment_obj.png
Binary file added plugin/icons_example/png/exclusion_filter_attrib.png
Binary file added plugin/icons_example/png/external_tools.png
Binary file added plugin/icons_example/png/file-new-16x16.png
Binary file added plugin/icons_example/png/file_obj.png
Binary file added plugin/icons_example/png/filenav_nav.png
Binary file added plugin/icons_example/png/fldr_obj.png
Binary file added plugin/icons_example/png/folder.png
Binary file added plugin/icons_example/png/goto_input.png
Binary file added plugin/icons_example/png/help.png
Binary file added plugin/icons_example/png/home_nav.png
Binary file added plugin/icons_example/png/prompt.png
Binary file added plugin/icons_example/png/prompt2.png
Binary file added plugin/icons_example/png/prompt_old.png
Binary file added plugin/icons_example/png/prompt_old2.png
Binary file added plugin/icons_example/png/properties.png
Binary file added plugin/icons_example/png/run_exc.png
Binary file added plugin/icons_example/test/Command Prompt.png
Binary file added plugin/icons_example/test/Prompt.png
Binary file added plugin/icons_example/test/Terminal (2).png
Binary file added plugin/icons_example/test/Terminal (3).png
Binary file added plugin/icons_example/test/app_terminal.png
Binary file added plugin/icons_example/test/app_terminal_16x16.png
Binary file added plugin/icons_example/test/terminal (1).png
Binary file added plugin/icons_example/test/terminal-19.png
Binary file added plugin/icons_example/test/terminal-icon.png
Binary file added plugin/icons_example/test/terminal.gif
Binary file added plugin/icons_example/test/terminal.png
74 changes: 74 additions & 0 deletions plugin/icons_example/test/terminal.svg
Binary file added plugin/icons_example/test/terminal_16x16.png
Loading