mod: Azuki uses 'Arrow' mouse cursor graphic when the cursor is on horizontal ruler area
fix: URIs already marked up will be unmarked when MarksUri property of IUserInterface (AzukiControl) is changed to false
fix: CanUndo property of IUserInterface(AzukiControl) is not updated to True yet in ContentChanged event handler which is invoked when the document is firstly modified
fix: a bug of built-in LaTeX Highlighter (if a pair of curly brackets appears after a \section command and before other command, then its content will be highlighted as a heading)
fix: [Ann] URIs in newly created document will never be marked
fix: [Ann] tagged as version 1.6.2
1.6.1 (2011-02-20)
add: now Document.IsDirty will be False automatically when UNDO/REDO restores document to the state of when the Document.IsDirty was set False by application code
add: now UNDOing text modification also restores modification state of each lines
add: added CanCut, CanCopy, CanPaste properties to AzukiControl (IUserInterface.)
add: now built-in URI marker can be enabled or disabled through AzukiControl.MarksUri property or Document.MarksUri property
add: IView now has some properties to get rectangle of informational areas; DirtBarRectangle, LineNumberAreaRectangle, and TextAreaRectangle.
add: [Ann] disables menu items which are not usable or effectless according to the situation
add: [Ann] clicking an URI string which is already selected, Ann now clears selection and place the caret at clicked position
mod: Document.IsDirty cannot be set as True by application code
mod: added some properties to IHighlighter for supporting 'hook' mechanism which can overre default highlighting logic
mod: built-in URI marker is now disabled by default
fix: improved logic to detect URI
fix: now information of marking ID of URI (0) can be changed; it is now not 'reserved ID' but simply 'internally used ID'
fix: built-in highlighter for C/C++ now highlights preprocessor macros properly if there are spaces between '#' and keyword of it (31 spaces at maximum)
fix: bug of kinsoku shori: some of the characters in CharsForbiddenToStartLine or CharsForbiddenToEndLine of DefaultWordProcforbidden can be ignored if unsorted character array was set to them
fix: added ShowsDirBar property to IUserInterface
fix: now Azuki do nothing for double click in other areas than text area
fix: now AzukiControl.Click nor AzukiControl.MouseClick event will not be invoked on a MouseUp event which was occurred at far place from where preceding MouseDown event occurred at
fix: now IMouseEventArgs.Location for AzukiControl.Click and AzukiControl.MouseClick event is not the position of last MouseDown event but the position of the last MouseUp event
fix: [Ann] little resource leak in searching GUI of Ann