📄 index.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;">Introduction</h1>
<p style="font-size:42pt; font-weight:bold; text-align:center;">Code Notebook</p>
<h2>General</h2>
<div style="font-size:12pt; font-family:Arial;">
The idea to develop this application came because many times while programming one uses the same pieces of code. Therefore not
to look always for the source-files of old projects or even to make a research on the web, I thought to develop an application
where one can put his code snippets and manage them in some straightforward way.<br>
This is was "CodeNotebook's" birth.
</div>
<h2>Program functioning</h2>
<div style="font-size:12pt; font-family:Arial;">
There is not much to say about the functioning of the program. Code Notebook simply writes and reads the code-snippets from a
MS Access database.<br>
For the further managing I didn't choose some mechanism like "folders" but I used the same strategy as Google uses
in GMail: <i>labels</i>.<br>
It is much nicer and gives much more flexibiliy to the user in organizing his items.
</div>
<hr>
<address style="font-size:10pt; text-align:center;">© 2006 Strumpflohner Juri</address>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -