|
|
| Added: |
> > |
To run console you must have at least one profile configuration. Pres Ctrl+Alt+S and choose System Tools. Create new console profile and specify executable (for example, executable for Windows is C:\WINDOWS\system32\cmd.exe). You can also setup colors of console editor on seccond tab of profile settings.
- Console editor view:
- Console profiles settings view:
To run new console, use menu Tools, Console.
|
| Changed: |
< < |
You can use file loader for loading files into IDEA from OS shell. To load files you need
IDEA runned.
<nop>
|
> > |
You can use file loader for loading files into IDEA from OS shell. To load files you need IDEA runned.
|
| Changed: |
< < |
java -classpath systemTools.jar org.intellij.systemTools.fileLoader.Main [fileToken] [fileToken] [fileToken] ...
where fileToken is filepath[:line,[column]]
|
> > |
java -classpath systemTools.jar org.intellij.systemTools.fileLoader.Main [-p {port number}] [fileToken] [fileToken] [fileToken] ...
Where:
- -p, this switch defined the port number of file server. This values must equals file loader port value in plugin settings. The default port value is 9875.
- fileToken, is a file entry string in format {file path}[:{line}[:{column}]]. You may post file tokens to stdin.
|
| Changed: |
< < |
Example:
|
> > |
Examples:
<nop>
|
| Added: |
> > |
|
| Added: |
> > |
<nop>
|
| Changed: |
< < |
This will open all files from files.txt. All files is lines like simple arguments:
files.txt:
|
> > |
This will open all files from files.txt. All files is lines like simple arguments.
Where files.txt is:
<nop>
|
| Added: |
> > |
If you changed standart port in configuration, you must specified the same port value in loader script.
|
| Changed: |
< < |
-
OS shell console
|
> > |
-
-
File loader configuration for port number
-
Console
-
Console core (process handlers)
-
Console editor
-
Console profiles (colors, settings)
-
Console virtual files system
-
Console profiles tool window
-
Escape sequences supporting
-
Smart tab completion
-
Permanent history
-
Direct hooking IDEA output
|
| Deleted: |
< < |
Plugin is available from Plugin Manager since build 2210.
|
| Changed: |
< < |
-- AlexeyEfimov - 07 Aug 2004
|
> > |
-- AlexeyEfimov - 27 Oct 2004
|
| Changed: |
< < |
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="0.1"}%
|
> > |
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value="0.2"}%
|
| Changed: |
< < |
%META:FIELD{name="IntelliJPluginBinary" title="IntelliJPluginBinary" value="http://plugins.intellij.net/pluginManager?action=download&id=System%20Tools&build=2210"}%
%META:FIELD{name="IntelliJPluginSource" title="IntelliJPluginSource" value="http://www.intellij.org/twiki/pub/Main/SystemToolsPlugin/systemTools-0.1-1-src.zip"}%
|
> > |
%META:FIELD{name="IntelliJPluginBinary" title="IntelliJPluginBinary" value="http://www.intellij.org/twiki/pub/Main/SystemToolsPlugin/systemTools-0.2_build-3.zip"}%
%META:FIELD{name="IntelliJPluginSource" title="IntelliJPluginSource" value="http://www.intellij.org/twiki/pub/Main/SystemToolsPlugin/systemTools-0.2_build-3-src.zip"}%
|
| Changed: |
< < |
%META:FIELD{name="TopicShortDescription" title="TopicShortDescription" value="System tools for IntelliJ IDEA. This plugin include: File Loader: to load files into IDEA from OS shell by command line."}%
|
> > |
%META:FIELD{name="TopicShortDescription" title="TopicShortDescription" value="System tools for IntelliJ IDEA. This plugin include: File Loader to load files into IDEA from OS shell by command line, Console to perform command from IDEA editor."}%
|
| Changed: |
< < |
%META:FILEATTACHMENT{name="systemTools-0.1-1-src.zip" attr="" comment="Sources" date="1091887956" path="I:\development\projects\JetBrains\plugins.releases\systemTools-0.1-1-src.zip" size="38905" user="AlexeyEfimov" version="1.1"}%
|
> > |
%META:FILEATTACHMENT{name="systemTools-0.1-1-src.zip" attr="h" comment="Sources" date="1091887956" path="I:\development\projects\JetBrains\plugins.releases\systemTools-0.1-1-src.zip" size="38905" user="AlexeyEfimov" version="1.1"}%
%META:FILEATTACHMENT{name="systemTools-0.2_build-3.zip" attr="" comment="" date="1098883982" path="systemTools-0.2_build-3.zip" size="200709" user="AlexeyEfimov" version="1.1"}%
%META:FILEATTACHMENT{name="systemTools-0.2_build-3-src.zip" attr="" comment="Sources" date="1098884000" path="systemTools-0.2_build-3-src.zip" size="119095" user="AlexeyEfimov" version="1.1"}%
%META:FILEATTACHMENT{name="console.png" attr="h" comment="" date="1098885380" path="console.png" size="32473" user="AlexeyEfimov" version="1.1"}%
%META:FILEATTACHMENT{name="console-settings.png" attr="h" comment="" date="1098885395" path="console-settings.png" size="13395" user="AlexeyEfimov" version="1.1"}%
%META:FILEATTACHMENT{name="console-settings-small.png" attr="h" comment="" date="1098885407" path="console-settings-small.png" size="8099" user="AlexeyEfimov" version="1.1"}%
%META:FILEATTACHMENT{name="console-small.png" attr="h" comment="" date="1098885421" path="console-small.png" size="18555" user="AlexeyEfimov" version="1.1"}% |