OpenInSplittedTab icon indicating copy to clipboard operation
OpenInSplittedTab copied to clipboard

AppCode plugin to open the declaration/implementation of the current selected symbol within a vertically splitted tab.

Results 8 OpenInSplittedTab issues
Sort by recently updated
recently updated
newest added

I'd like to build from src and update compatibility. Do you have any instructions for how to build project from src?

On IntelliJ 2021.1.1 I often get this error (and an IDE error popup): java.lang.Throwable: AWT events are prohibited inside update; got java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=com.intellij.openapi.application.impl.FlushQueue$FlushNow@35277d70,notifier=null,catchExceptions=false,when=1620803541909] on sun.lwawt.macosx.LWCToolkit@7db67ad4 at com.intellij.openapi.diagnostic.Logger.error(Logger.java:161) at com.intellij.ide.ProhibitAWTEvents.dispatch(ProhibitAWTEvents.java:34) at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$9(IdeEventQueue.java:469)...

I don't use tabs (tabs limit is 1) and I always have two opend areas splited horizontally and when I use "open in splitted tab" action sometimes it leads to...

bug

The menu is shown but if clicked there will be : ![image](https://user-images.githubusercontent.com/8036235/63092174-6d845e80-bf93-11e9-9750-a81ccab8a321.png)

bug

When the cursor selects a string that represents a segue-identifier, like in ``` objc -(void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { if([segue.identifier isEqualToString:@"cursor is on this string"]) { ... } } ``` or...

enhancement

I wish this gets closed as misleading but at the time of writing this seems true, the excellent plugin is fully abandoned with no real alternative. So if you can't...

It generally works, but throws exceptions and while it does open split tab when going to definition, if the tab was already created, it no longer scrolls the file to...