[go: up one dir, main page]

Menu

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

Download this file

91 lines (82 with data), 3.9 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
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
<!--
Copyright (c) 2007-2008, Osmorc Development Team
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list
of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or other
materials provided with the distribution.
* Neither the name of 'Osmorc Development Team' nor the names of its contributors may be
used to endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<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="changelog.html">Next</a>
|
<a href="setup.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>