zats / AdjustFontSize-Xcode-Plugin

Instant font size adjustment with control – / control +
270 stars 33 forks source link

Extend support to non code editor windows/views #9

Closed mike-lischke closed 8 years ago

mike-lischke commented 9 years ago

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

zats commented 9 years ago

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

khs8727 commented 8 years ago

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

khalidchawtany commented 8 years ago

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

zats commented 8 years ago

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 https://github.com/zats/AdjustFontSize-Xcode-Plugin/issues/9#issuecomment-199419163

khalidchawtany commented 8 years ago

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 :+1:

zats commented 8 years ago

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
khalidchawtany commented 8 years ago

@zats Thanks

zats commented 8 years ago

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!