zats / AdjustFontSize-Xcode-Plugin

Instant font size adjustment with control – / control +

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend support to non code editor windows/views

mike-lischke opened this issue · comments

Please extend the support for this very useful plugin so we can also change the font size for inspectors, file list etc.

@allewun added support for console (merged in master from PR #10)

for storyboard (zoom in/out) too. The command doesn't work since I installed this plugin.

After installing this, the default zoom functionality of storyboard is broken!

Oh that must be due to a conflict in hotkeys, thank you for reporting!

On Mon, Mar 21, 2016 at 11:39 AM, Khalid H. Ahmed notifications@github.com
wrote:

After installing this, the default zoom functionality of storyboard is
broken!


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#9 (comment)

I don't know how those keys can be changed. They don't appear in the settings window, if I am not mistaken. Can you tell us how to change them?
Thanks lovely extension 👍

sadly, it is not customisable at the moment, I'll take a look at what it takes to make it customisable
a workaround at the moment is:

  1. Download the plugin project locally
  2. Modify these lines to any shortcuts you prefer https://github.com/zats/AdjustFontSize-Xcode-Plugin/blob/master/AdjustFontSize/ZTSAdjustFontSize.m#L139-L146
  3. Press ⌘B to build
  4. Restart Xcode

I'm closing this issue as it became a "catch all" issue in a sense😁
The issue with hotkey conflict is fixed.
Note there hotkey binding has been changed to avoid conflict with Interface Builder
Please open a separate issue if you still experience any problems
Thanks everyone!