Allan Odgaard
7ff507b90a
Checkin release notes for 2.0.8
2020-04-19 16:38:10 +07:00
Allan Odgaard
a7ca1f0fb3
Remove support for redirecting stderr to a file
2020-04-19 14:32:30 +07:00
Allan Odgaard
90b8d1ca5b
Update copyright for 2020
2020-04-18 15:22:13 +07:00
Allan Odgaard
24335e20f1
Checkin release notes for 2.0.7
2020-04-18 13:29:16 +07:00
Allan Odgaard
7f94424b39
Remove MGScopeBar from about window (legal)
2020-04-18 09:16:31 +07:00
Allan Odgaard
1b061f0dfa
Change sourceIndex property to an unsigned integer
...
This is to match the property that it is bound to.
2020-04-17 19:19:53 +07:00
Allan Odgaard
2bdce95293
Refactor OakScopeBarView to be a view controller subclass
2020-04-17 19:19:53 +07:00
Andreas
e62bbea182
Miscapitalization of Menu Items
...
`Jump to Next/Previous Mark` should be capitalized like `Jump to Next/Previous Bookmark`. Prepositions are generally not capitalized in title case.
2020-04-14 13:01:43 +07:00
Allan Odgaard
3a21cbfd85
Move Go To… menu updating and next/previous actions to ScopeBarView
2020-04-14 12:58:11 +07:00
Allan Odgaard
d63f12993f
Use class properties for general, find, and replace pasteboard instances
2020-04-14 12:58:10 +07:00
Allan Odgaard
d0c43840c6
Remove code that was migrating settings from beta release of TextMate
2020-04-14 12:58:10 +07:00
Allan Odgaard
8059ca1fc1
Add helper to create NSBoxSeparator view
2020-03-20 16:18:12 +07:00
Allan Odgaard
2cb43a6ef3
Checkin release notes for 2.0.6
2020-02-28 12:54:02 +07:00
Allan Odgaard
dc185a42a3
Checkin release notes for 2.0.5
2020-02-28 12:54:02 +07:00
Allan Odgaard
3a214f6311
Checkin release notes for 2.0.4
2019-12-15 12:10:51 +07:00
Allan Odgaard
4f39295aef
Checkin release notes for 2.0.3
2019-10-28 10:25:33 +01:00
Allan Odgaard
1903a2edec
Checkin release notes for 2.0.2
2019-10-27 15:39:50 +01:00
Allan Odgaard
079377ed49
Require macOS 10.12 and remove compatibility checks
2019-10-07 21:28:16 +02:00
Allan Odgaard
f83d3b2e14
Checkin release notes for 2.0.1
2019-10-07 12:37:35 +02:00
Sam Oldak
ad9229b591
Update Changes.md
...
typo
2019-10-06 11:09:39 +02:00
Allan Odgaard
fee760cf3d
Disable the library validation entitlement
...
This should allow TextMate to load plug-ins that are not signed by Apple or signed with the same team ID as TextMate.
2019-10-06 10:54:23 +02:00
Allan Odgaard
54b232f6b1
Checkin release notes for 2.0
2019-09-15 17:18:12 +02:00
Allan Odgaard
aa10cd1e57
Checkin release notes for 2.0-rc.31
2019-08-26 21:49:58 +02:00
Allan Odgaard
36dc1374f9
Revert "Add debug output when TextMate is activated via mate"
...
This reverts the following 3 commits:
- commit 306d46ec71
- commit eecfe6e619
- commit 2ffc74ad8b
2019-08-26 21:19:17 +02:00
Allan Odgaard
88e5f1cd3c
Checkin release notes for 2.0-rc.30
2019-08-21 11:56:45 +02:00
Allan Odgaard
c4cec82869
Checkin release notes for 2.0-rc.29
2019-07-16 08:35:13 +02:00
Allan Odgaard
ad74df7824
Include explanation in the log message for when a plug-in fails to load
...
Credit: https://lists.macromates.com/textmate/2019-July/041047.html
2019-07-15 21:41:30 +02:00
Allan Odgaard
027038aaed
Checkin release notes for 2.0-rc.28
2019-07-13 10:21:44 +02:00
Allan Odgaard
2ffc74ad8b
Add debug output when TextMate is activated via mate
...
Some users report a significant delay from executing mate until the TextMate window is brought to front.
The debug information can be extracted by running the following in a terminal:
log show --predicate 'subsystem = "com.macromates.TextMate" && category = "BringToFront"'
Alternatively use `stream` instead of `log` to get a live stream of debug output.
See `man log` for options such as `--start date/time` (to limit the query to e.g. the last 10 minutes)
2019-07-13 10:20:09 +02:00
Allan Odgaard
be677cb0b4
Checkin release notes for 2.0-rc.27
2019-07-08 13:10:18 +02:00
Elia Schito
e9033911f0
Fix the background-size of the about window
...
Using background-size: 50% results in really bad scrolling performance and
doesn't not achieve the effect of scaling the image to double the pixel density,
it rather sets the image width to 50% of the element.
Using the non-retina image size solves both the problems.
A similar issue was found in this SO page: https://stackoverflow.com/a/7034772
2019-07-08 13:04:32 +02:00
Allan Odgaard
7f9f295870
Checkin release notes for 2.0-rc.26
2019-07-08 07:35:33 +02:00
Allan Odgaard
9cc10e7b72
Checkin release notes for 2.0-rc.25
2019-07-07 23:11:52 +02:00
Allan Odgaard
8f3f3d9d16
Update deployment version for xibs to 10.12
...
This was done using search and replace. Presumably it should be done in Xcode so that it can adjust the xib for the new deployment target, otherwise what is the point of storing deployment version in the xib and provide it as a command line argument to the xib compiler as well (only to get a warning if the versions do not match)?
2019-07-07 18:03:30 +02:00
Allan Odgaard
11d67f3a22
Avoid NSString’s deprecated percent encoding methods
2019-06-30 10:32:45 +02:00
Ronald Wampler
b71efb0065
Add support for "Customize Touch Bar…" in MenuBuilder
2019-06-30 10:32:45 +02:00
Allan Odgaard
1ef78b3af7
Rename symbols to what’s expected by the 10.14 SDK
2019-06-29 20:14:15 +02:00
Allan Odgaard
8e2de26529
Move PLIST_FLAGS to TextMate’s target specification
2019-06-26 23:32:54 +02:00
Allan Odgaard
9f6781ec3f
Get rid of the APP_NAME variable
2019-06-26 23:32:54 +02:00
Allan Odgaard
9dbc4b3781
Add codesign entitlements (unused by current build system)
2019-06-26 13:21:11 +02:00
Allan Odgaard
db706b8e99
Add NSAppleEventsUsageDescription
2019-06-26 13:21:11 +02:00
Allan Odgaard
b5b36a558b
Add missing framework dependencies
2019-06-26 13:21:11 +02:00
Allan Odgaard
694877aad1
Checkin release notes for 2.0-rc.23
2019-03-19 12:16:21 +07:00
Allan Odgaard
d3bce0e5ea
Bump copyright year to 2019
2019-02-21 14:46:19 +07:00
Ronald Wampler
3eda80a87d
Update link for Oniguruma official site
...
See https://github.com/kkos/oniguruma/issues/1 .
2018-12-07 12:48:34 +07:00
Ronald Wampler
1fabf6d5c4
Remove legal notice for XcodeEditor
...
The use of this framework was dropped in 4d82e4b109 .
2018-12-07 12:48:34 +07:00
Allan Odgaard
a3612be0f9
Checkin release notes for 2.0-rc.22
2018-12-06 22:06:10 +07:00
Allan Odgaard
6f17fa5352
Checkin release notes for 2.0-rc.20
2018-12-02 18:24:17 +07:00
Allan Odgaard
95da575620
Do not include themes in the View menu when hideFromUser is true
2018-11-22 16:24:17 +07:00
Allan Odgaard
f244e223fd
Rename a few menu items
2018-11-20 22:21:50 +07:00