Commit Graph

622 Commits

Author SHA1 Message Date
Allan Odgaard
b84ebc197a Checkin release notes for 2.0-beta.12.6 2016-08-30 09:37:16 +02:00
Allan Odgaard
b0c77ff656 Fix minor whitespace issues 2016-08-29 12:44:15 +02:00
Allan Odgaard
46fb745bbe Use perrorf when printing errors with dynamic strings
Also revise error messages to be more consistent.
2016-08-28 17:25:26 +02:00
Allan Odgaard
4c8308b520 Use perror instead of fprintf + strerror 2016-08-28 17:24:14 +02:00
Allan Odgaard
29033c60d8 Use OakCommand in file browser and application delegate 2016-08-28 13:32:48 +02:00
Allan Odgaard
96d322c298 Use close(open(path, O_CREAT)) to “touch” path 2016-08-28 09:16:10 +02:00
Allan Odgaard
b4db4fc5d6 Checkin release notes for 2.0-beta.12.5 2016-08-25 10:41:50 +02:00
Allan Odgaard
c488d25555 Add support for rendering strikethrough text 2016-08-24 21:22:26 +02:00
Allan Odgaard
232461fb47 Miniaturized windows would not show when clicking TextMate’s app icon
This was only if the user had disabled creating untitled documents on re-activation in Preferences.
2016-08-22 22:37:18 +02:00
Allan Odgaard
4ede960bec Checkin release notes for 2.0-beta.12.4 2016-08-18 17:54:27 +02:00
Allan Odgaard
6470bdd241 Checkin release notes for 2.0-beta.12 2016-08-08 16:47:00 +02:00
Allan Odgaard
3d5aa5078b Checkin release notes 2016-08-07 20:56:02 +02:00
Allan Odgaard
793a23cda7 QuickLook generator would fail for users with no font configured
We now fallback to the system’s fixed width font.
2016-08-04 18:13:18 +02:00
Allan Odgaard
502c578f54 Checkin release notes 2016-07-16 14:08:31 +02:00
Allan Odgaard
cb41e89736 Simplify file patterns in default properties file 2016-07-14 12:22:44 +02:00
Ronald Wampler
fa9ceead09 Refactor ODBEditorSuite to avoid FSRef API (10.8) 2016-07-14 12:21:28 +02:00
Allan Odgaard
4b19e40440 Show error message when trying to install blacklisted plug-in 2016-07-12 11:00:11 +02:00
Allan Odgaard
81d2586ffc Introduce plug-in blacklist which defaults to io.emmet.EmmetTextmate
We have been detecting plug-in crashes for about two years, and we offer the user to remove crashing plug-ins, nonetheless we are still getting a significant number of crash reports from loading the Emmet plug-in.
2016-07-12 11:00:11 +02:00
Allan Odgaard
a1c8e0317e Change title of Recent Projects chooser to Open Recent Project 2016-07-07 09:34:08 +02:00
Allan Odgaard
4bdd217455 Change Quick Open… menu item to Open Quickly…
Also rename Recent Projects… to Open Recent Project… so that all four menu items start with “Open” and two of them with “Open Recent”.
2016-07-07 09:34:08 +02:00
Allan Odgaard
95f265574f Move New File and New Folder menu items to File Browser menu 2016-07-07 09:34:08 +02:00
Allan Odgaard
074f5c6069 Checkin release notes 2016-07-06 20:40:16 +02:00
Allan Odgaard
4843ca3e1a Checkin release notes 2016-07-06 10:36:28 +02:00
Allan Odgaard
0bb275b4f0 Rely on the system’s default monospaced font rather than Menlo
Furthermore, if the user changes to the default monospaced font then we do not store its name in settings (given that it’s default).
2016-07-05 12:13:06 +02:00
Allan Odgaard
cc7ff6e631 Always store release notes digest in user defaults
Commit 8c19532531 broke it so that a digest would only be stored if one was already there, meaning that new users (since November 2015) would not see release notes after update.
2016-06-30 17:21:05 +02:00
Allan Odgaard
39b9dd19bf Checkin release notes 2016-06-30 16:51:44 +02:00
Allan Odgaard
ab6c91b1c4 Let BundlesManager observe user defaults for disabling update checks 2016-06-29 23:24:17 +02:00
Allan Odgaard
adef9fbbbc Use new BundlesManager API to obtain release notes
This removes the last dependency on the updater framework.
2016-06-29 14:21:55 +02:00
Allan Odgaard
78b528f299 Update LINK dependencies in target files 2016-06-29 11:37:27 +02:00
Allan Odgaard
383ac8c29d Remove tmColorWithCGColor: / tmCGColor (10.8) 2016-06-23 08:45:30 +02:00
Allan Odgaard
7dd19c0c0e Update deployment target to 10.8 for all xib files 2016-06-22 20:43:28 +02:00
Allan Odgaard
469fd74a7b Rely on ARC to manage GCD types (10.8) 2016-06-22 20:43:28 +02:00
Allan Odgaard
53157bedd6 Checkin release notes 2016-06-22 20:43:28 +02:00
Allan Odgaard
d6993bb476 Remove xib from binary file identification glob 2016-06-22 19:45:24 +02:00
Allan Odgaard
c50795af91 Simplify code by using std::function 2016-06-22 18:31:49 +02:00
Allan Odgaard
f5832c975f Add missing include statements 2016-06-22 18:31:49 +02:00
Allan Odgaard
0a0b9a8052 Move Select None to File Browser (main) menu
This was previously placed in the file browser’s action menu and thus probably overlooked by many, even though ⇧⌘A is a very useful key equivalent, since many commands work on the entire project when there is no selection in the file browser.
2016-06-19 09:40:08 +02:00
Allan Odgaard
dc0331b781 Change File Browser → Current Document to Select Document
Also make the title dynamic so that we show the current document’s name (when we have one) and add a separator below the menu item.
2016-06-19 09:40:08 +02:00
Ronald Wampler
7e3497889e Rename "Go" menu to "File Browser" 2016-06-19 08:45:16 +02:00
Ronald Wampler
1a1c3ecd38 Move "Go To Related File" to the Navigate menu 2016-06-19 08:45:16 +02:00
Ronald Wampler
5bb89898fb Move "Go to File" to File menu and rename to "Quick Open" 2016-06-19 08:45:16 +02:00
Ronald Wampler
e452a5ee55 Move "Go to Tab" to the Window menu and rename to "Select Tab"
Also edit the source to reflect the change in name (e.g., `updateGoToMenu:` → `updateSelectTabMenu:`).
2016-06-19 08:45:16 +02:00
Allan Odgaard
267ad147cd Checkin release notes 2016-06-16 20:25:18 +02:00
Ronald Wampler
976a79468b Prefix some of the menu items in Navigate with "Jump to"
The Navigate menu now contains a mixture of items with prefixes "Jump to", "Go to" or none at all. The "Go to" prefix is especially inconsistent since we have already have a dedicate "Go" item in the Main menu bar. For consistency, change them to use the "Jump to" prefix.

The commit also renames the appropriate dialog boxes and updates some documentation to refer to the new names.
2016-06-14 20:55:42 +02:00
Ronald Wampler
accb60033e Move "Jump to Selection" to the Navigate menu
Most Apple applications have this item placed under Edit → Find; however, it fits more naturally in our Navigate menu.
2016-06-14 20:55:13 +02:00
Allan Odgaard
4899fa17f1 Checkin release notes 2016-05-30 15:16:24 +02:00
Allan Odgaard
c649aed750 Update window title for Recent Projects dialog 2016-05-29 21:19:07 +02:00
Allan Odgaard
a198d3c25b Rename Open Favorites… menu item to Recent Projects…
Also use ellipsis glyph for the Open… menu item.
2016-05-29 21:17:31 +02:00
Allan Odgaard
cda4b3fd63 Fix typo in release notes (horizontal → vertical) 2016-05-28 22:14:20 +02:00
Allan Odgaard
be74280993 Checkin release notes 2016-05-25 09:55:20 +02:00