Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zats/AdjustFontSize-Xcode-Plugin
Instant font size adjustment with control – / control +
https://github.com/zats/AdjustFontSize-Xcode-Plugin
Last synced: 4 days ago
JSON representation
Instant font size adjustment with control – / control +
- Host: GitHub
- URL: https://github.com/zats/AdjustFontSize-Xcode-Plugin
- Owner: zats
- Created: 2014-04-08T09:05:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T09:05:51.000Z (over 5 years ago)
- Last Synced: 2024-08-03T14:08:06.233Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 1.45 MB
- Stars: 271
- Watchers: 21
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- awesome-ios-cn - 官网
README
# Plugins manipulating UI (like this one) are not supported by Xcode 8
---
**UPDATE**: to avoid conflict with Interface Builder hotkeys are changed to `Control -` and `Control +`.
# Customizing shortcuts
1. Open Keyboard Shortcuts in System Preferences.app
2. Click "+" under "App Shortcuts"
3. Choose Xcode.app
4. Type "Increase" under Menu Title
5. Type in desired hotkey, for example `⌘ =` for command + plus
6. Click "Add"
7. Repeat 2 - 6 for "Decrease" menu title
Thanks [@agentk](https://github.com/agentk) for the idea!# AdjustFontSize
![screenshot](https://raw.github.com/zats/AdjustFontSize-Xcode-Plugin/master/README/xcode.png)
A simple plugin for Xcode to adjust font size without going into `Settings` → `Fonts & Colors` and changing each source type.
Simply hit `⌃ =` or `⌃ -` and all fonts will be adjusted. Plugin respects different font sizes per each syntax type.
**NOTE** keep in mind that it modifies the current theme file.
## Installation:
Install via [Alcatraz](https://github.com/alcatraz/Alcatraz).
OR
Clone this repo, Build and restart Xcode.
## Troubleshooting
If you do not see the plugin menu anymore, most likely it means that you;ve updated Xcode and have an old version of the plugin. Simply re-install the plugin through Alcatraz or by cloning and building the repository.
If it didn't help, please open an issue.