-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
185 lines (124 loc) · 10.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Improx - Interactive Mode Proxy 0.3</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="./css/main.css" type="text/css" media="screen, print" title="Style" charset="utf-8" />
<link rel="stylesheet" href="./css/pdf.css" type="text/css" media="print" title="PDF" charset="utf-8" />
<script type="text/javascript">
function addJsClass(el) {
var classes = document.body.className.split(" ");
classes.push("js");
document.body.className = classes.join(" ");
}
</script>
</head>
<body class="body" onload="addJsClass();">
<div id="navigation">
<ul>
<li>
<div id="nav-summary" onmouseover="toggleNavSummary(false)" onmouseout="toggleNavSummary(true)">
<a href="./guide/index.html" class="button">Table of contents</a>
<div id="nav-summary-childs" style="display:none;">
<div class="toc-item" style="margin-left:0"><a href="./guide/introduction.html"><strong>1</strong><span>Introduction</span></a></div>
<div class="toc-item" style="margin-left:0"><a href="./guide/gettingStarted.html"><strong>2</strong><span>Getting Started</span></a></div>
<div class="toc-item" style="margin-left:0"><a href="./guide/integrationWithEditors.html"><strong>3</strong><span>Integration with Editors and IDEs</span></a></div>
<div class="toc-item" style="margin-left:0"><a href="./guide/advancedTopics.html"><strong>4</strong><span>Advanced Topics</span></a></div>
</div>
</div>
</li>
<li class="separator selected">
<a id="ref-button" onclick="localToggle(); return false;" href="#">Quick Reference</a>
</li>
</ul>
</div>
<div id="header">
<div class="images clearfix">
</div>
<p>Provides the way of using interactive mode from other process via TCP.</p>
</div>
<table id="colset" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="col1">
<div id="main" class="corner-all">
<span id='toggle-col1' class="toggle">(<a href="#" onclick="localToggle(); return false;">Quick Reference</a>)</span>
<div class="project">
<h1>Improx - Interactive Mode Proxy - Reference Documentation</h1>
<p><strong>Authors:</strong> Yasuharu NAKANO</p>
<p><strong>Version:</strong> 0.3</p>
</div>
<div id="table-of-content">
<h2>Table of Contents</h2>
<div class="toc-item" style="margin-left:0px"><a href="./guide/introduction.html"><strong>1</strong><span>Introduction</span></a></div>
<div class="toc-item" style="margin-left:10px"><a href="./guide/introduction.html#interactiveMode"><strong>1.1</strong><span>Interactive Mode is awesome! But...</span></a></div>
<div class="toc-item" style="margin-left:10px"><a href="./guide/introduction.html#whatCanIDo"><strong>1.2</strong><span>What can I do with Improx Plugin?</span></a></div>
<div class="toc-item" style="margin-left:10px"><a href="./guide/introduction.html#groovyserv"><strong>1.3</strong><span>Relationship with GroovyServ</span></a></div>
<div class="toc-item" style="margin-left:0px"><a href="./guide/gettingStarted.html"><strong>2</strong><span>Getting Started</span></a></div>
<div class="toc-item" style="margin-left:10px"><a href="./guide/gettingStarted.html#installClientScripts"><strong>2.1</strong><span>Install Client Scripts into your environment</span></a></div>
<div class="toc-item" style="margin-left:10px"><a href="./guide/gettingStarted.html#startServer"><strong>2.2</strong><span>Start Server</span></a></div>
<div class="toc-item" style="margin-left:10px"><a href="./guide/gettingStarted.html#executeCommand"><strong>2.3</strong><span>Execute Command from Client</span></a></div>
<div class="toc-item" style="margin-left:10px"><a href="./guide/gettingStarted.html#smartInvoker"><strong>2.4</strong><span>Smart Invoker</span></a></div>
<div class="toc-item" style="margin-left:0px"><a href="./guide/integrationWithEditors.html"><strong>3</strong><span>Integration with Editors and IDEs</span></a></div>
<div class="toc-item" style="margin-left:10px"><a href="./guide/integrationWithEditors.html#integrationWithIdea"><strong>3.1</strong><span>IntelliJ IDEA</span></a></div>
<div class="toc-item" style="margin-left:10px"><a href="./guide/integrationWithEditors.html#integrationWithEclipse"><strong>3.2</strong><span>Eclipse (STS/GGTS)</span></a></div>
<div class="toc-item" style="margin-left:10px"><a href="./guide/integrationWithEditors.html#integrationWithSublimeText2"><strong>3.3</strong><span>Sublime Text 2</span></a></div>
<div class="toc-item" style="margin-left:10px"><a href="./guide/integrationWithEditors.html#integrationWithVim"><strong>3.4</strong><span>Vim + QuickRun</span></a></div>
<div class="toc-item" style="margin-left:0px"><a href="./guide/advancedTopics.html"><strong>4</strong><span>Advanced Topics</span></a></div>
<div class="toc-item" style="margin-left:10px"><a href="./guide/advancedTopics.html#protocol"><strong>4.1</strong><span>Communication Protocol</span></a></div>
<div class="toc-item" style="margin-left:20px"><a href="./guide/advancedTopics.html#standardProtocol"><strong>4.1.1</strong><span>Standard Protocol</span></a></div>
<div class="toc-item" style="margin-left:20px"><a href="./guide/advancedTopics.html#httpProtocol"><strong>4.1.2</strong><span>HTTP Protocol</span></a></div>
<div class="toc-item" style="margin-left:10px"><a href="./guide/advancedTopics.html#unsupportedCommands"><strong>4.2</strong><span>Unsupported Commands</span></a></div>
<div style="clear:both" ></div>
</div>
</div>
</td>
<td id="col2">
<div class="local clearfix">
<div class="local-title">
<a href="./guide/index.html" target="mainFrame">Quick Reference</a>
<span class="toggle">(<a href="#" onclick="localToggle(); return false;">hide</a>)</span>
</div>
<div class="menu">
<div class="menu-block"><h1 class="menu-title" onclick="toggleRef(this.parentNode.childNodes[1])">Client Scripts</h1><div class="menu-sub">
<div class="menu-item"><a href="./ref/Client%20Scripts/Usage.html">Usage</a></div>
<div class="menu-item"><a href="./ref/Client%20Scripts/improxClient.groovy.html">improxClient.groovy</a>
</div>
<div class="menu-item"><a href="./ref/Client%20Scripts/improxClient.sh.html">improxClient.sh</a>
</div>
<div class="menu-item"><a href="./ref/Client%20Scripts/improxSmartInvoker.groovy.html">improxSmartInvoker.groovy</a>
</div>
<div class="menu-item"><a href="./ref/Client%20Scripts/improxSmartInvoker.sh.html">improxSmartInvoker.sh</a>
</div>
</div>
</div>
<div class="menu-block"><h1 class="menu-title" onclick="toggleRef(this.parentNode.childNodes[1])">Server Command Line</h1><div class="menu-sub">
<div class="menu-item"><a href="./ref/Server%20Command%20Line/Usage.html">Usage</a></div>
<div class="menu-item"><a href="./ref/Server%20Command%20Line/improx-install-resources.html">improx-install-resources</a>
</div>
<div class="menu-item"><a href="./ref/Server%20Command%20Line/improx-start.html">improx-start</a>
</div>
<div class="menu-item"><a href="./ref/Server%20Command%20Line/improx-stop.html">improx-stop</a>
</div>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
<div id="footer">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3438563-5']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</div>
<script type="text/javascript" src="./js/docs.js"></script>
</body>
</html>