Вы находитесь на странице: 1из 6

CintaNotes 1.

3 for Windows 2000 / XP / Vista / 7


Copyright(C) Cinta Software, http://cintanotes.com
==============================================================================
Running
------------------------------------------------------------------------------
Portable version: Start cintanotes.exe from its home folder. Complete usage
instructions are available in the help file, which can be opened using the
"Help / Help" menu command.
Installable version: Run using the created start menu shortcut.

Upgrading
------------------------------------------------------------------------------
Portable version: Extract all files from the folder inside of the downloaded
archive into your current CintaNotes folder, overwriting old files.
Your notebook and settings won't be overwritten.
Installable version: run the installer and point it to your current
CintaNotes folder.

User Files
------------------------------------------------------------------------------
cintanotes.db (configurable) - Notes database
cintanotes.settings - Program settings
backup\notebook.hourly.db - Hourly backup of the notes database
backup\notebook.daily.db - Daily backup of the notes database
backup\notebook.weekly.db - Weekly backup of the notes database

Advanced Configuration Options


------------------------------------------------------------------------------
Some options of CintaNotes can only be set via editing the
cintanotes.settings file. Be sure to edit it using a Unicode-aware text
editor (e.g. Notepad).
app.mainframe.basecolor
Encoded base color of the current color theme. It is basically a hex
value like #F05A00 converted to decimal. It is a dark color used as a
hue reference value, all colors of the theme are derived from it via
blending it with white in different proportions.
app.mainframe.tagsidebar.width
Width of the tags sidebar, in pixels (92 by default).
backup.folder
Folder CintaNotes writes backup files to ("backup" by default). Both
relative (e.g. "..\..\backup") and absolute (e.g. "f:\backups\cn") paths
are supported.
notebook.file (since 1.0)
The full path to the note database file, including the file name. Both
relative (e.g. "..\..\cintanotes.db") and absolute (e.g. "f:\cn\cn.db")
paths are supported.
sqlite.pragma.cache_size (since 1.0)
Controls how many database pages can be kept in memory and directly
influences how much memory the program will consume. Each page is
4096 bytes. The larger this value, the faster CintaNotes will work with
large databases, but also the more RAM will be consumed.
sqlite.pragma.synchronous (since 1.0)
Three possible values: FULL, NORMAL and OFF. If you experience frequent
DB corruption (might be relevant for unstable systems and hot-unplugged
USB drives), try setting this to NORMAL or FULL. CintaNotes will run
slower, waiting after each modification till the data is physically
written to disk before returning control to the user.
notebook.disconnect.enabled (since 1.1)
If set, CintaNotes will release the lock on the cintanotes.db file after
time period specified by notebook.disconnect.timeout.seconds, thus allowing
third-party software such as DropBox to read and synchronize it.
notebook.disconnect.timeout.seconds (since 1.1)
Specifies the number of seconds of inactivity, after which CintaNotes will
unlock the database file.

Reporting Problems
------------------------------------------------------------------------------
If you're encountering problems with CintaNotes please go to
http://cintanotes.com and make sure that you're running the latest version
of CintaNotes.
If the problem is with the latest version, please report it on our
feedback forum: http://cintanotes.userecho.com

Version History
------------------------------------------------------------------------------
Nov 1, 2010 Version 1.3 Release
Features:
- Automatic highlighting of links inside notes. The following types of
links are currently recognized:
http://cintanotes.com/something
http://www.cintanotes.com/something
cintanotes.com/something
ftp://cintanotes.com/something
https://cintanotes.com/something
mailto:feedback@cintanotes.com
file:///c:\windows\system32\calc.exe
- Reopening not explicitly closed note windows on program restart
Enhancements:
- Ctrl+Home/End for going to first/last line of text in the editor from
any control
- Ctrl+Enter in search box for transforming tag search into tag sidebar
selection.
- Text in the search field gets selected when pressing "Ctrl+F"
- Tag autocomplete automatically adds space at the end
- Removed legacy CintaNotes Beta (.dat) notebook support to reduce execu
table size.
Fixes:
- Crash when pressing Ctrl+Break
- Empty notes were not deleted automatically on ESC press
- Crash on closing from tray menu with open note editor window(s)
- SQLite error while pasting text from Scintilla-based editors
- Long tags didn't fit into autocomplete popup
- Control resizing bug when started maximized

Jul 19, 2010 Version 1.2 Release


Feature: Open multiple editor windows
Now the main window is accessible when you are editing a note, and you
can view several notes side-by-side.
Enhancement: Trimming leading and trailing whitespace from the clipped text
is now optional (the clipping.trimwhitespace parameter in the
cintanotes.settings file).
Enhancement: Added the roadmap link to the Help menu.
Fix: Moving notes was very slow on USB sticks.
Fix: Clipping URLs did not work in Opera 10.60 and Opera AC
Fix: Whitespace trimming happened after each editing instead of just
clipping.

Jun 18, 2010 1.1C Update


Enhancement: Import command filters out duplicate notes.
Fix: Crash while searching when max preview lines parameter is set to 0

Jun 16, 2010 Version 1.1 Release


Feature: DropBox synchronization without closing the program
Put cintanotes.db into your DropBox folder and it will be automatically
synchronized across of all your PCs. And now you don't have to remember
to close CintaNotes before leaving!
Feature: Ability to exclude tags from search
Exclude tags via Alt-clicking on them in the tag sidebar (tag OR mode is
using Shift-click now)
Feature: The '-i' command line switch allows to run different instances of
CintaNotes simultaneously
Enhancement: Awesome new icons, kindly contributed by Alessandro Onorati!
Enhancement: Note previews are auto-scrolled to the first search highlight
Enhancement: You can use F7 to cycle through focused note's search
highlights
Enhancement: New keyboard shortcuts: Ctrl+Ins and Shift+Ins for Copy/Paste,
Ctrl+N to add new note
Fix: Exception while scrolling if note is higher than viewport
Fix: Backup folder was created even if all backup was turned off
Fix: Possible exception when moving to bottom with active tag filter
Fix: Main window resize bug after making tag sidebar visible
Fix: Possible exception when tagging multiple notes
Fix: Crash during export if tag filter active
Fix: Esc didn't minimize if there were no notes

Mar 17, 2010 1.0B Update


Enhancement: Added keyboard shortcuts for sorting
Fix: Fixed sorting control redrawing issue
Fixed runtime error at startup for non-administrative accounts

Mar 16, 2010 CintaNotes 1.0A Hot Fix


Fix: Fixed possible runtime error at startup.
Some minor fixes.
Mar 15, 2010 Version 1.0 Release
Feature: Migrated to SQLite as main notes database
Feature: Note sorting
Feature: Automatic import of Beta .dat files at first start
Feature: Full text search with extended query syntax
Enhancement: New parameters in the .settings file, most notably
"notebook.file" which allows to specify any path to the notebook
file
Minor bugfixes
Oct 16, 2009 Hotfix: Beta M10.5
Fix: Page URL was not captured if the "Open in Editor" option was set.
Oct 14, 2009 Beta M10.4 Update
Enhancement: Added minimum number of note preview text lines option.
Enhancement: Added alpha separator lines to tag sidebar.
Enhancement: F3 for browsing link now works in note editor.
Enhancement: Clipped notes are now discarded on "Cancel".
Enhancement: "Copy" command now copies only note text. To include note time
and title,
use Ctrl+Alt+C.
Enhancement: No URL check in note editor, any runnable link is allowed.
Enhancement: Pasting a note adds active tags to it so that it stays in view.
Enhancement: Pressing Esc in note editor is the same as pressing OK - no mor
e accidental data
loss. If you want to discard changes, press the "Cancel" button.
Fix: CintaNotes didn't work with Actual Window Manager.
Fix: It was not possible to select text in note editor if CintaNotes was ina
ctive.
Fix: Note merging now uses notes' time to determine ordering and thus works
correctly in
reversed order view.
Fix: Pressing Del crashed CN when viewing an empty tag intersection.
Fix: Runtime Exception when searching for consecutive spaces.
Fix: Paste command didn't respect reverse order view and focused wrong note.
Fix: Wrong note was focused after deleting several notes.
Fix: Keyboard could be blocked when editor opened after clipping.
Fix: Selecting text with Shift+Down in note editor didn't go to the end.

Sep 14, 2009 Beta M10.3 Update


Enhancement: Automatic reloading of changed notebook file.
If you use services like DropBox or Syncplicity to synchronize your
CintaNotes notebooks, this will protect the newer version of the
notebook from being overwritten with the old version (this could
happen if you kept CintaNotes running on two or more PCs
simultaneously).
Fix: CintaNotes hang when you used the clipping function while having the
note editor active and the "Open in Editor" option turned on.

Aug 3, 2009 Beta M10.2 Update


Fix: After creating a new note with the "Reverse Order" option enabled, the
focus went to the oldest note instead of the newly created one.

Jul 26, 2009 Beta M10.1 Update


Fix: Notebook file could become corrupt when being saved to a USB stick.
Fix: Minor correction to portable upgrade instructions in readme.txt.

Jul 23, 2009 Beta M10 Released


Feature: AND and OR modes for tag sidebar
Ctrl-clicking on a tag means AND and Alt-clicking means OR.
When in OR mode, the highlight is yellowish. As for now, the modes
are mutually exclusive.
Feature: More advanced backup scheme - hourly, daily and weekly backups
CintaNotes now creates three backup files: notebook.hourly.dat is
updated each hour, notebook.daily.dat - each day, and
notebook.weekly.dat is updated once per week.
Feature: "View / Reverse Order" command reverses the notes in the list
so that latest notes come first
Enhancement: Tag autocomplete in search box is now limited to Anywhere
and Tags search modes
Enhancement: Option to edit note immediately after each clipping
Enhancement: Switching to Untagged after clipping is now optional
Enhancement: Focus is not reset if current note stays in view after
searching or cancelling search
Enhancement: Autocomplete suggestions are not hot-tracked in the text
box anymore
Fix: Note editor: focus was not restored at activation
Fix: Clipping while a note is open and then pressing OK caused CN to
crash
Fix: Tag autocomplete dropdown could go off-screen

Terms of Use
------------------------------------------------------------------------------
CintaNotes is a free program for personal use.
This program is distributed on AS IS basis, and WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. Cinta Software can not be made responsible for any,
direct or indirect, damage caused by the program.
It is prohibited to distribute modified versions of this software.
Cinta Software reserves the right to change licensing terms in future.

Вам также может понравиться