Allan Odgaard
f244e223fd
Rename a few menu items
2018-11-20 22:21:50 +07:00
Allan Odgaard
35f1312f9a
Remove UI setting for having tabs “Extend to the width of the window”
...
This is now the only way to have the tabs shown.
2018-11-06 20:46:59 +07:00
Allan Odgaard
5f63ee096b
Remove ability to have file browser header in the tab bar
...
This style is not easily compatible with moving the tab bar view to the window title.
2018-11-05 19:16:24 +07:00
Allan Odgaard
82de01589f
Update deployment target of all xib files to 10.10
2018-10-30 13:46:34 +07:00
Allan Odgaard
e9d1086441
Add new user defaults key: allowExpandingPackages
2018-10-28 00:28:02 +07:00
Allan Odgaard
f2ef1b90cd
Move settings key from OakTabBarView to Preferences framework
...
We provide a default value for this key in the Preferences framework, therefor the symbol needs to be defined there.
2018-10-12 19:38:11 +02:00
Allan Odgaard
f6fa273912
Update coding style for where to place colon after dictionary keys
...
This follows the Swift style and also makes it possible to align dictionary values using TextMate’s Align Assignments command.
2018-10-07 09:54:45 +02:00
Allan Odgaard
52fda481dc
Change beta/nightly software update constants to prerelease/canary
2018-06-28 10:40:27 +02:00
Allan Odgaard
503d493f47
Move OakTabBarView into its own framework
...
The motivation is to get an OakAppKit that does not include hundres of image resources.
2017-10-07 13:58:35 +02:00
Allan Odgaard
e804a57e04
Change name of property setter: isChecking → checking
2017-10-02 20:53:05 +02:00
Allan Odgaard
212ef9b488
Update MASPreferences submodule: identifier → viewIdentifier
2017-09-12 16:57:00 +02:00
Allan Odgaard
4d86258e47
Use new alert style enumeration names (10.12)
2017-05-31 21:58:31 +02:00
Ronald Wampler
038acacca9
Avoid use of NSRunAlertPanel (10.9)
...
Although this is actually deprecated in 10.10, new APIs are available in 10.9 and it will make addressing deprecation warnings when upgrading to 10.10 easier.
2017-05-31 21:58:31 +02:00
Ronald Wampler
42654ff283
Use appropriate enum case for NSSavePanel and NSOpenPanel result (10.9)
2017-05-31 10:03:41 +02:00
Ronald Wampler
30891b1a62
Remove OakShowAlertForWindow wrapper (10.9)
2017-05-31 10:03:41 +02:00
Ronald Wampler
9fae8a3192
Update deployment target to 10.9 for all xib files
2017-05-31 10:03:41 +02:00
Allan Odgaard
84889c703d
Move crash reporter defaults keys to Preferences framework
...
Seeing a few crashes from registering user defaults in the “post crash reports” block, hence the motivation to eliminate it.
2016-11-15 22:32:48 +07:00
Allan Odgaard
9d980a07df
Remove NSPrincipalClass from framework bundles’s Info.plist
...
This is not something which is used anywhere and a few of the frameworks does not have a principal class.
2016-10-31 17:30:30 +07:00
Allan Odgaard
3ec7b05473
Do not include user’s email in crash reports
...
Inconveniencing all users with the “TextMate wants to access your contacts” dialog is not worth having the ability to contact users about their crash reports.
2016-10-07 10:02:58 +02:00
Allan Odgaard
7cc017f343
Harmonize all implementations of sharedInstance
2016-09-19 12:54:19 +02:00
Jacob Bandes-Storch
7c325ff90b
Add “Check for Updates” to the app menu
...
Another common practice among Mac apps.
2016-09-10 02:11:35 -07:00
Allan Odgaard
4ab38d3cfd
Use the S_IRWX[UGO] constants to set file mode
2016-08-28 17:49:17 +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
dbdfa3c6af
Add identifying information to perror output
2016-08-21 12:09:30 +02:00
Allan Odgaard
1c744c9b0e
Add checkbox for keeping bundles updated to Bundles preferences
...
This removes the current activity text and progress bar used while installing and uninstalling bundles.
2016-07-03 23:49:21 +02:00
Allan Odgaard
b4e6f186be
Remove Software Update checkbox for keeping bundles updated
2016-07-03 23:47:44 +02:00
Allan Odgaard
b1fcb9dea4
Update bundles preferences to new BundlesManager API
...
We now use an array controller and bindings for the table view.
2016-06-29 14:21:55 +02:00
Allan Odgaard
0d0e8505dd
Remove use of @synthesize in preferences window code
2016-06-22 20:44:41 +02:00
Allan Odgaard
7dd19c0c0e
Update deployment target to 10.8 for all xib files
2016-06-22 20:43:28 +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
417193e089
Update link dependencies for all targets
...
Some targets were including headers from frameworks not specified in their link dependencies. For a clean build this could cause an issue because the header was not available at the time of building the target.
The updated link dependencies are also based on what a target’s tests require. Ideally tests would have separate link dependencies, but as we don’t want to maintain this manually, this will have to wait until the build system automatically handles link dependencies.
Currently the commit command uses constants from the CommitWindow framework but should actually not be linked with it. However, the optimizer will strip dead code, so it should not result in much if any difference in the resulting binary and does solve a build dependency issue.
2016-05-07 13:00:55 +02:00
Allan Odgaard
b55ef5b09a
Save all xibs with Xcode 7.1 (7B91b)
...
This was done in an attempt to prevent the warning saying “This file is set to build for a version older than the project deployment target.”
Unfortunately saving all the xibs did not get rid of the warning, even though tehy are all set to have 10.7 as their build target.
The latest xib format does however remove about 10.000 lines of XML.
2015-10-26 23:26:17 +07:00
Allan Odgaard
cb1c51692c
Bind Go to Tab → Last Tab to ⌘9 instead of ⌘0
...
Also avoid binding to ⌘0 in all other ⌘1-n contexts.
This frees up ⌘0 to “Reset Font Size”.
2015-10-16 19:52:47 +07:00
Allan Odgaard
9a7203cae1
Eliminate redundant anti-alias user defaults constant
2015-06-12 14:12:47 +02:00
Anton
71a2c2dfa8
Allow opening favorites at startup and re-activation
...
This is enabled via the ‘showFavoritesInsteadOfUntitled’ defaults key.
2015-01-14 17:23:33 +07:00
Allan Odgaard
b01201efbd
Change NSSingleUnderlineStyle → NSUnderlineStyleSingle
...
The former is a legacy symbol.
2014-11-30 05:23:04 +07:00
Allan Odgaard
bf4cbd33fa
Remove NSString* typecast when using to_s helper
...
This has a small run-time cost but source looks better and theoretically safer code.
2014-11-29 09:53:40 +07:00
Allan Odgaard
32232d9dd8
Version number should not be stored as double in user defaults
...
The current version of mate is 2.10 which gets stored as 2.1 (when using a double), so TextMate would think the installed version was too old (though after updating it, a string would be stored, so it would only happen once).
2014-11-19 23:13:10 +01:00
Allan Odgaard
5b39bdc98b
Remove double semi-colons at end of line
2014-11-14 10:21:34 +01:00
Allan Odgaard
2c58bb80f9
Introduce ‘disableTabAutoClose’ defaults key
...
This disables tabs from closing when the tab bar overflows.
2014-10-29 20:47:59 +01:00
Allan Odgaard
930ab2c496
Remember sort column when bundles are updated
...
Closes #1268
2014-10-19 20:26:00 +02:00
Allan Odgaard
8f34a6e2ab
If updating mate requires admin privileges then ask user first
...
This way they should know what the password dialog is about.
2014-10-14 15:15:09 +02:00
Allan Odgaard
c91837ce1b
Use string instead of double for mate’s version number
...
With a double we can’t use version numbers like 2.8.1 or 2.10.
2014-10-14 14:36:25 +02:00
Allan Odgaard
c03d312f0b
Remove “anonymous usage info” from software update settings
...
We don’t actually have anything to include.
2014-10-07 14:49:54 +02:00
Allan Odgaard
355d3d03bd
Change “Phone Home” label to “Crash Reports”
2014-10-07 14:47:22 +02:00
Allan Odgaard
a933284744
Save with Xcode 6.0.1 (6A317)
2014-10-07 14:45:42 +02:00
Allan Odgaard
e064491261
By default we no longer show the tab bar for a single document
...
Once we have two documents (in same window) we show the tab bar and never hides it again (to avoid content from jumping.
2014-09-26 23:10:24 +02:00
Allan Odgaard
df31d85a8b
Remove old image name reference from xib
2014-09-01 17:37:10 +02:00
Allan Odgaard
d2072145c6
Use system images for the “shell support installed” indicator
2014-08-23 17:45:22 +02:00
Allan Odgaard
bc65a57957
Use OakIsEmptyString where appropriate
2014-08-08 19:42:30 +02:00