• R/O
  • SSH
  • HTTPS

azuki: List of commits


RSS
Rev. Time Author
r71 2008-11-03 18:16:09 sgry

fixed that 1px graphical noise line appears in line-wrapped view at right most edge.

r70 2008-11-03 17:45:03 sgry

changed drawing options hold in View from some bools to a bit-flag.

r69 2008-11-03 17:43:05 sgry

fixed degraded issue by previous commitment.

r68 2008-11-03 17:15:35 sgry

fixed threading issue that content modification during highlighting breaks highlighting logic's assumptions and causes exception.

r67 2008-11-03 17:11:39 sgry

[Ann]improved logics around document save/open.

r66 2008-11-03 15:19:06 sgry

[Ann]fixed that document list dialog does not properly work.
[Ann]now an '*' is attached for name of document modified.

r65 2008-11-03 14:33:19 sgry

Updated project files (renamed BasicHighlighter* to KeywordHighlighter).

r64 2008-11-03 14:32:16 sgry

Renamed BasicHighlighterTest.cs to KeywordHighlighter.cs.

r63 2008-11-03 14:30:53 sgry

Renamed BasicHighlighter.cs to KeywordHighlighter.

r62 2008-11-03 14:29:39 sgry

[Ann]many improvements.

r61 2008-11-03 14:28:49 sgry

Fixed crash problem dependent on loaded file size.

r60 2008-11-03 14:27:54 sgry

C# highlighter now parses /// as doc comment line.
Hide language specialized highlighter classes.

r59 2008-11-03 14:24:48 sgry

Updated project file for Visual Studio 2005.

r58 2008-11-03 11:23:58 sgry

tagged 1.2.0

r57 2008-11-03 11:23:42 sgry

(Removed file/folder)

r56 2008-11-03 11:22:54 sgry

Create tag 1.2.0

r55 2008-11-01 22:19:04 sgry

Highlighter 関連コードを独立した名前空間に移動し、いろいろと改善。

r54 2008-11-01 22:14:57 sgry

renamed HighlighterFactory.cs to Highlighters.cs

r53 2008-11-01 18:01:14 sgry

Ctrl+Wheel でフォントサイズの拡大縮小ができる機能を追加。

r52 2008-11-01 18:00:37 sgry

[Ann] Document list dialog を追加。EncodingAnalyzer が空のファイルを解析すると例外発生する問題を修正。

r51 2008-11-01 16:20:19 sgry

[Ann] 標準フォントサイズを変更可能に。

r50 2008-11-01 16:14:54 sgry

挿入・削除で CR+LF が分離・生成される場合に LHI 構造の整合性が崩れる問題を修正。

r49 2008-11-01 16:13:25 sgry

[Ann]added FileType.

r48 2008-11-01 16:12:26 sgry

CSharpHighlighter を作成。CppHighlighter から C# 関連部分を削除。(コミット漏れ)

r47 2008-11-01 16:11:39 sgry

CSharpHighlighter を作成。CppHighlighter から C# 関連部分を削除。

r46 2008-11-01 16:09:45 sgry

[Azuki]Document 用 LineEnumerator を廃止。

r45 2008-10-28 23:17:47 sgry

CR の直後に LF を挿入すると CR 終端行 + LF 終端行と判定される問題を修正。

r44 2008-10-28 23:15:55 sgry

ハイライト後、実際にハイライトされた部分だけ再描画するよう最適化。

r43 2008-10-26 22:08:19 sgry

Started to create a better sample program Ann text editor.

r42 2008-10-25 14:45:58 sgry

JavaHighlighter と RubyHighlighter を追加。

Show on old repository browser