GithubHelp home page GithubHelp logo

pdcgomes / xcactionbar Goto Github PK

View Code? Open in Web Editor NEW
1.2K 38.0 41.0 4.43 MB

"Alfred for Xcode" plugin

License: MIT License

Objective-C 99.86% Shell 0.14%
xcode objective-c plugin tools productivity shortcut shortcuts pasteboard repeat text-snippets

xcactionbar's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xcactionbar's Issues

Installation

Sorry, this might be really obvious, but I've never installed any XC plug-ins before - how do you install this one? Couldn't find any instructions or a .pbplugin file to import, so any help would be fantastic. Thanks!

Cannot see XCActionBar window (Xcode 6.2)

Hi, I much appreciate work you have done, and I really lack such kind of tool.
But I am facing issue with XCActionBar when installed from Alcatraz.
I see new menu items under Window menu, and when I use shortcut Cmd+Shift+8 I see that menu blinks, but I cannot see XCActionBar itself. I would be happy helping you with any more additional information if I could only provide more details. I was thinking XCActionBar could be impacted with any other plugin, but I have removed all except Alcatraz and XCActionBar and restarted Xcode and still getting same behaviour. Shortcut invokes menu, I can invoke it manually as well, but cannot see bar still.

User interface discussion

I hope you don't mind, @pdcgomes but I'd love to start a bit of a conversation about what the UI for XCActionBar might look like.

Initial thoughts are that matching Xcode's Open Quickly makes a lot of sense:

screen shot 2015-03-20 at 01 05 50

There might need to be a small settings icon somewhere on the panel, for the eventual customisable hotkeys and other prefs.

Thoughts, ideas, suggestions? I realise it's early days, but I'd like to contribute and building out a nice UI like this is probably a couple of hours once there's agreement on what should be done.

/cc @orta

Some Actions not found with XCode 6.3.2

I'm unable to find features like renaming, find & replace or extraction with XCActionBar since I upgraded to XCode 6.3.2. Does anyone else have this issue or is it just my setup?

I re-installed XCActionBar just this morning.

bildschirmfoto 2015-05-20 um 12 40 25

Is there a way to disable double CMD shortcut?

I'm really enjoying the action bar but is there a way to disable the CMD+CMD shortcut?

When I hit CMD+something twice, in the second time the action bar appears. This could be because I use Keyboard Maestro to simulate/remap actions, for example Save All when I hit CMD+S. (Yes I could change the shortcut in Xcode but with Keyboard Maestro all my changes are kept in sync between the Macs I use).

(As a power user of App Code this plugin is one of the few that makes Xcode nice to use again)

Doubling, fake shortcuts and floating

I've decided to give it a try and I'm more than happy with this! Anyway, I've found some bugs I'd like to point for the future improvements.

First of all, when menu option has no shortcut assigned to it in XCActionBar dropdown menu it's still presented with the โŒ˜ shortcut... Why?
fake shortcuts

Another thing is that the plugin is doubling some menu entries like on the screenshot below:
doubling
But I've noticed that's becuase I've got another plugin which serves the same featue... It's a little bit confusing.

Last thing is that the XCActionBar is not always displayed in the same place. One time it's higher but the other time is lower.

Xcode 6.4 installation bug

Hi,
I trying install XCActionBar over script
curl -fsSL https://raw.githubusercontent.com/pdcgomes/XCActionBar/master/Scripts/install.sh | sh
after restart Xcode nothing happens, in Window menu doesn't appear Action bar item and key combination doesn't work.

Support alternative incantations

Ideally, I'd like to be able to activate in a way similar to AppCode, by double tapping cmd. But I'd happily accept being able to open shift + space. Any plans for a settings page?

Activation shortcut

Would it make sense to make shortcut's reachability better? Cmd+Shift+8 doesn't look very comfortable to me (even after trying it a few times). Maybe something closer to Xcode's "Open Quickly..."? Like Alt+Shift+O?

Not working on Xcode 5

It doesn't seem to work using Xcode 5 as a target on Mavericks 10.9.

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
ProductBuildVersion: 5B1008
UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[IDEIndex workspace]: unrecognized selector sent to instance 0x7fba991998d0
UserInfo: (null)
Hints: None

Multi Screen Support

Love the project, super cool idea. Found one bug. When using Xcode on a separate display, the Action Bar appears over the first display, and the actions will not execute.
screenshot 2015-03-18 14 05 29

how to install?

This tool looks promising and would love to use it. However there are no instructions on installation in the Readme.

Support Editor menu in Interface Builder

When using Interface Builder (Xib, Storyboard), we use Pin, Align, ... alot. It would be great if XCActionBar could support them. Or guideline about how make contribution (understand the code) is appreciated

XCActionBar won't load on Xcode 8

Xcode 8 introduces a new extension system which enables developers to finally be able to build and distribute Xcode extensions. The drawback is that at the present time this breaks the system we've had in place until now, meaning XCActionBar (along with all other plug-ins) will stop working. Given how sparse the documentation is, it isn't clear whether most of XCActionBar's functionally can be ported over to the new system; I suspect it is not, at least not just yet.

In the meantime, while not pretty, there is a workaround which will allow Xcode 8 to still load all your plugins.

Please see alcatraz/Alcatraz#475 for more information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.