⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 howto.htm

📁 A application codeBook developed in java
💻 HTM
字号:
<html>
<body>
	<center>
		<table border="0" cellspacing="5" cellpadding="10">
			<tr>
				<td><a href="index.htm">Home</a></td>
				<td><a href="howto.htm">Usage</a></td>
				<td><a href="versioning.htm">Versioning</a></td>
				<td><a href="versionhistory.htm">Version-history</a></td>
				<td><a href="about.htm">About</a></td>
			</tr>
		</table>
	</center>
	<h1 style="background:#CDE6FF;">Code Notebook Usage</h1>
	<div style="font-size:12pt; font-family:Arial;">
		On this page the main features are explained.
	</div>
	<h2>Adding a code-item</h2>
	<div style="font-size:12pt; font-family:Arial;">
		To add a new code-item, simply click on the navigation bar on the left side of the application
		window and click on the 1st button. The appearing dialog has to be filled out.<br>
		IMPORTANT: The title of a item should be choosen meaningfully, since it must be unique over all items!
	</div>
	<h2>Editing a code-item</h2>
	<div style="font-size:12pt; font-family:Arial;">
		To edit a new code-item, simply click on the navigation bar on the left side of the application
		window and click on the 2nd button. The same dialog as when creating a new item will appear!<br>
		IMPORTANT: The title cannot be edited. In this case a new item must be created!
	</div>	
	<h2>Removing a code-item</h2>
	<div style="font-size:12pt; font-family:Arial;">
		To remove a new code-item, simply click on the navigation bar on the left side of the application
		window and click on the 3rd button. <br>
		ATTENTION: The item will be removed without any warning!
	</div>
	<h2>Organizing code-items</h2>
	<div style="font-size:12pt; font-family:Arial;">
		The stored code-items can be organized using <b>labels</b>. Those of you that have a GMail account will already be
		familiar with this technology.<br>
		To <b>create</b> or <b>remove</b> a new label it is necessary to open the settings dialog which can be found on the navigation bar
		on the left of the application window.<br>
		Labels can be attached or removed from code-items in the editing dialog.
	</div>
	<h2>Displaying stored results</h2>
	<div style="font-size:12pt; font-family:Arial;">
		Simply double-click on the central list on the desired item!
	</div>	
	<hr>
	<address style="font-size:10pt; text-align:center;">&copy; 2006 Strumpflohner Juri</address>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -