[go: up one dir, main page]

Menu

[r49]: / trunk / help / settings.html  Maximize  Restore  History

Download this file

65 lines (59 with data), 2.3 kB

 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
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-store, no-cache, must-revalidate">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta name="robots" content="none">
<meta name="copyright" content="Robert F. Beeger, http://osmorc.beeger.net">
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="stylesheet" type="text/css" media="all" href="DefaultCSS/s.css">
<title>Settings</title>
</head>
<body id="IJ_help" class="template">
<div id="container">
<div id="header">
<h1>Settings</h1>
</div>
<div class="topicpath">
<table width="100%">
<tr>
<td width="80%"><strong>You are here:</strong>&nbsp;&nbsp;<a href="osmorc.html">Osmorc</a>&nbsp;/&nbsp;<strong>Settings</strong>
</td>
<td align="right"><a href="feedback.html">Next</a>
|
<a href="osmorc.html">Previous</a></td>
</tr>
</table>
</div>
<div class="introduction">
<p>
Osmorc's settings dialog provides access to project specific and application wide settings. It can be found in
<nobr><span class="ijMenu">File | Settings | Project Settings | Osmorc</span></nobr>.
</p>
</div>
<div id="content">
<div class="section">
<p>
The settings dialog contains two tabs labeled <span class="ijControl">Project Settings</span> and <span class="ijControl">Framework Definitions</span>
</p>
<p>
<a href="projectsettings.html">Project Settings</a> is used to change settings specific for the current project like
defining which framework instance is used by the project.
</p>
<p>
<a href="frameworkdefinitions.html">Framework Definitions</a> is used to define the locations and other parameters for framework
instances installed on the computer <span class="intelliJIDEA">IntelliJ IDEA</span> is currently running.
</p>
</div>
</div>
</div>
<div id="footer">
<p>Comments, questions, suggestions? See the <a href="feedback.html">Feedback</a> page.
<br>
<br>
<b>Copyright &copy; 2007-2008 Robert F. Beeger.</b>
</p>
</div>
</body>
</html>