Commit Graph

79 Commits

Author SHA1 Message Date
1024jp
65f06528e3 Tweak changelog 2014-04-23 01:37:13 +02:00
1024jp
714a152d66 Tweak changelog 2014-04-22 18:26:01 +02:00
1024jp
55f06ee5d2 Remove unwanted full-width space in changelog 2014-04-22 18:12:50 +02:00
USAMI Kosuke
64724f585e update changelog 2014-04-23 00:29:25 +09:00
1024jp
14524b3171 Ignore script/folder begin with "_" on script menu (close #107) 2014-04-21 18:09:25 +02:00
1024jp
cd3efe65d6 Update changelog 2014-04-21 17:19:58 +02:00
1024jp
032db83094 Live style name validate for syntax edit sheet 2014-04-20 19:58:20 +02:00
1024jp
038da7d8ca Add "Report Bug..." menu item to main menu 2014-04-20 11:15:21 +02:00
1024jp
455391c062 Modify order of change log 2014-04-20 10:42:12 +02:00
1024jp
1410048ad5 Fix some issues on syntax file saving 2014-04-20 10:39:22 +02:00
1024jp
e77f1c90ac Clean changelog 2014-04-19 23:38:58 +02:00
1024jp
e4ae36670c Add Speach menu to main menu 2014-04-16 08:42:20 +02:00
1024jp
bff352d688 Add optional file size info to status bar (close #91) 2014-04-15 22:13:49 +02:00
1024jp
accc64e654 Tables in syntax edit sheet are now multiple-rows selectable 2014-04-15 17:33:41 +02:00
1024jp
baef6cd40a Fix encoding list was editable 2014-04-15 03:10:20 +02:00
1024jp
bc059c7883 Merge branch 'refs/heads/feature/preferences' into develop (close #81)
Conflicts:
	CotEditor.xcodeproj/project.pbxproj
	CotEditor/Sources/CEPreferencesController.m
	CotEditor/Sources/CESubSplitView.m
	CotEditor/ja.lproj/Localizable.strings
2014-04-15 03:06:49 +02:00
1024jp
1ab16f6d55 Add JSON style (close #97) 2014-04-14 23:21:24 +02:00
1024jp
f4727d04bc Fix syntax coloring with quote glyph (fix #100) 2014-04-14 23:13:05 +02:00
1024jp
a567b63114 Change handling of sample scripts and manual documents (close #96) 2014-04-14 21:39:14 +02:00
1024jp
56916b7df9 Toggle menu item title in menu bar according to its state 2014-04-14 02:25:41 +02:00
1024jp
b70af52a1d Fix code on the application icon 2014-04-11 16:48:24 +02:00
1024jp
97181a5b32 update changelog (ref #90) 2014-04-11 16:24:53 +02:00
1024jp
d7682f6567 Add byte length info to drawer 2014-04-10 18:02:14 +02:00
1024jp
363e3fead9 Don't append encoding info to xattr if encoding is Non-lossy ASCII 2014-04-09 16:56:18 +02:00
1024jp
3a23f55887 Add "Western (ASCII)" to encoding list (ref #79) 2014-04-09 16:29:49 +02:00
1024jp
dc85cb223d Remove setting of line highlight option (ref #81)
重要性が低いと考えられるので削除する
2014-04-09 03:42:53 +02:00
1024jp
41317c4f80 Update HTML syntax style definition (close #47) 2014-04-08 18:17:48 +02:00
1024jp
b4de83dc4a Rename directory to migrate syntax files (ref #85)
より直感的に分かりやすい(不要であることが連想しやすい)名前に変更
2014-04-08 03:56:27 +02:00
1024jp
7e153c1284 Sandbox importing/exporting style files (ref #85)
外部ファイルのやり取りはNSFileCoordinatorを通すようにした。
2014-04-08 01:29:03 +02:00
1024jp
a3e921d67b Migrate duplicated styles to backup directory on launch (close #85) 2014-04-08 01:28:23 +02:00
1024jp
eff1b473bb Fix changelog (ref 88)
デフォルトエンコーディングではなく優先順位のみですね。間違えました。
2014-04-07 17:45:03 +02:00
1024jp
16b692e806 Update changelog (ref #86) 2014-04-07 16:53:11 +02:00
1024jp
0219f8f3fb Add "Chinese (GB 18030)" to encoding list 2014-04-07 09:13:25 +02:00
1024jp
84d8429ca6 Add items to menu bar to set tab width (close #84) 2014-04-05 16:57:11 +02:00
1024jp
439c56b389 Add toolbar icon toggling auto tab expand (ref #84) 2014-04-05 15:44:47 +02:00
1024jp
850a58dbcc Fix localization 2014-04-05 02:59:42 +02:00
1024jp
43c5ebd39f Add soft tab setting via menu bar (ref #84) 2014-04-05 02:50:05 +02:00
1024jp
8d8ea3b87a Add file size display in drawer 2014-04-05 00:30:55 +02:00
1024jp
db5f431a7c Add a setting to choose info to display in status bar (ref #65) 2014-04-04 17:44:34 +02:00
1024jp
a2fd2196c3 Use light color scroller on dark background 2014-04-03 22:48:24 +02:00
1024jp
b7ac8102df Update changelog 2014-04-03 21:39:04 +02:00
1024jp
2c2a8c07bb Use always LF line endings on find/replace via AppleScript (fix #24)
The difference between string and stringForSave is just line endings.
The line endings in text view should be always LF.
See: comment in CESubSplitView's textView:shouldChangeTextInRange:replacementString: method.
2014-04-03 18:47:53 +02:00
1024jp
b35e3fd877 Merge branch 'refs/heads/develop' into feature/preferences
Conflicts:
	CotEditor.xcodeproj/project.pbxproj
2014-04-03 17:52:29 +02:00
1024jp
8b1b2a560b Retain keyBindingEditSheet only while sheet is shown (close #53)
windowControllerを使っておらず若干強引だが #53 に対処した。
2014-04-03 16:35:44 +02:00
1024jp
f71d81be0e Fix an issue that style definition will be broken if it contains empty extension (fix #83)
セーブ時にチェックを行ない空の拡張子定義がある場合は勝手に削除するようにした
2014-04-03 01:45:50 +02:00
1024jp
ad373b20ea Smart indent feature (close #82)
Increase indent level automatically with specific characters (`{` or `:`)
2014-04-01 22:13:22 +02:00
1024jp
858d7ff965 Update changelog
This fix is passive. I actually don't now how/why but it has been already fixed.
2014-04-01 19:40:39 +02:00
1024jp
166707a541 Update changelog 2014-04-01 18:46:56 +02:00
1024jp
184b9270fd Remove hyphen before and after page number on print 2014-04-01 18:10:01 +02:00
1024jp
8de5888b20 Update line number view when its window resizes (ref #74)
This is NOT the fixing of issue #74 but just a enhancement.
2014-04-01 17:43:52 +02:00