• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TextMate is a graphical text editor for OS X 10.7+


Commit MetaInfo

Revisionf8816200da35a278efd073e2cdafa0bec676cd6d (tree)
Zeit2012-08-20 03:33:54
AutorAllan Odgaard <git@abet...>
CommiterAllan Odgaard

Log Message

Checkin release notes

Ändern Zusammenfassung

Diff

--- a/Applications/TextMate/resources/ReleaseNotes.md
+++ b/Applications/TextMate/resources/ReleaseNotes.md
@@ -1,5 +1,39 @@
11 # Release Notes
22
3+## 2012-08-19
4+
5+* Various improvements in paragraph definition and wrapping:
6+
7+ - A paragraph (the input for reformat/justify and select paragraph) is now extended up and down until there are blank lines (previously only the current (hard) line was considered part of the paragraph).
8+ - Paragraphs can now be selected with ⌃⌥P
9+ - Reformat/justify a paragraph (⌃Q or ⌃J) no longer leave trailing whitespace after the lines.
10+ - Wrap column is no longer hardcoded to 80 characters.
11+ - Characters with the _East Asian Width_ (unicode) property set now count as two columns wide.
12+
13+* Selecting _Use Selection for Find/Replace_ with a discontinuous or column selection now use just the first range/row.
14+* Go to Current Document (⌃⌘R) is now a toggle.
15+* Go to SCM Status (⇧⌘Y) is now a toggle.
16+* When showing SCM Status (⇧⌘Y), we no longer show folders in the _Uncommitted Changes_ if items from these are also shown. In the _Untracked Items_ we don’t show items as untracked if an ancestor folder is also included.
17+* Find in Folder: Pressing ⌘1-9 will select first match of the n’th file in the results list. Previously it only selected the n’th file (and you had to use arrow down to actually get to the match).
18+* Favorites prefixed with ‘[DIR]’ show folders within.
19+
20+ For example if you have all your projects under `~/Projects` then you can do:
21+
22+ mkdir -p ~/Library/Application\ Support/TextMate/Favorites
23+ cd ~/Library/Application\ Support/TextMate/Favorites
24+ ln -s ~/Projects "[DIR] My Projects"
25+
26+ This will then have all the folders inside `~/Projects` show when you choose Open Favorites… (⇧⌘O).
27+
28+* When TextMate launches it creates a socket for `mate` to connect to. There have been [a few reports][1] of TextMate reporting a problem creating this socket. We now also show an error if an old socket exist and we are unable to delete this old socket. If you are seeing an issue, please don’t just add “it fails for me too”. Instead provide as much information as possible, and if e.g. it says it failed to delete the socket, fire up Terminal and check the file flags (`ls -l`) and try to delete it from Terminal.
29+* Include high resolution (white) I-Beam cursor. *[jtbandes]*
30+* Border between text view and gutter is now “fixed” (when invoking the elastic “scroll beyond the document bounds”). *[jtbandes]*
31+* Fix bundle menu items' appearance in the Help menu. *[jtbandes]*
32+* Bundle Editor: If you disable an item, you can now actually enable it again. Disabled items are rendered in grey. *[Gerd Knops]*
33+* Bundle Editor: Columns are now resiable. *[Elia Schito]*
34+
35+[1]: https://github.com/textmate/textmate/issues/183
36+
337 ## 2012-08-15
438
539 * Minor tweak to how pasting works. Previously if you did a multiline selection and on the last line selected to the end of the line but excluded the actual newline, copy and pasted that somewhere else, it would treat it as you had also copied the newline. This is now only the case when you are pasting on a line that is not empty.
@@ -306,3 +340,5 @@ Notable changes since to TextMate 1.5.10:
306340 * **Foreign Input Modes**
307341
308342 Display of CJK and “advanced” input modes is now be supported (although only limited testing has been done).
343+
344+