/jEdit/tags/jedit-4-2-pre4/jars/MacOS/MacOS.html
HTML | 54 lines | 53 code | 1 blank | 0 comment | 0 complexity | 9553603be5295b548d43be9a99b33f87 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
1<html>
2<head>
3<title>Mac OS Plugin</title>
4</head>
5
6<body bgcolor="#FFFFFF">
7<table
8 summary="Header"
9 bgcolor="#99CCCC"
10 cellspacing="0"
11 border="0"
12 width="100%"
13 cols="2"
14>
15 <tr width="100%">
16 <td valign="TOP"><strong><font size="+2">Mac OS Plugin</font></strong></td>
17 <td valign="TOP" align="RIGHT"><font size="-1"> <strong>Version 2.0.4 (Feb.
18 23, 2003)</strong> <br>
19 By Kris Kopicki <krisko@users.sourceforge.net> </font></td>
20 </tr>
21</table>
22<h3>Provides Mac OS specific features, such as:</h3>
23<ul>
24 <li>jEdit exits cleanly when using Command-Q or "Quit" from the "File"
25 menu.</li>
26 <li>Files created or associated with jEdit can now be opened from the Finder,
27 by either double-clicking the file's icon or dragging the file's icon onto
28 the jEdit application icon.</li>
29 <li>jEdit preserves existing type/creator codes and is assigned as the creator
30 of new files (Default). Can also be set to ignore existing type/creator codes.</li>
31 <li>"Preferences..." in the application menu can be used to access jEdit's Global
32 Options.</li>
33 <li>"About jEdit..." in the application menu can be used to access the About
34 Dialog.</li>
35 <li>The menu's can be placed in the Mac OS X menu bar. This is not recommended,
36 as there are problems with Java on Mac OS X.</li>
37 <li>You can enable live resizing of windows.</li>
38 <li>You can show current and recent buffers in the finder.</li>
39 <li>You can run AppleScripts (compiled, uncompiled and standalone). Your scripts
40 must be located in the macros folder in the jEdit folder. They can be either
41 plain text or compiled scripts. Scripts must have their type and creator set
42 correctly, have a .scpt (for compiled scripts) or .applescript (for uncompiled
43 scripts) extension, or both.</li>
44 <li>The text area can be set to use the system default for highlighting text.</li>
45</ul>
46<h3>Known Issues:</h3>
47<ul>
48 <li>Files opened in the Finder before jEdit is running are not opened in jEdit
49 (10.0.x - 10.1.x).</li>
50 <li>Scripts that require user interaction are not supported.</li>
51</ul>
52<p> </p>
53</body>
54</html>