Anastasiy Safari

Results 26 comments of Anastasiy Safari

Yes, unfortunately it's the same thing. I updated to Yosemite and it didn't help either. On Yosemite it's a little bit better though. To get back to the normal screen...

I have the same problem here. Is there a way to at least disable this error in Preferences so it wouldn't pop up infinitely? Thanks.

Thanks! Here's the log. ``` Caused by: java.lang.NullPointerException at org.apache.royale.compiler.internal.definitions.NamespaceDefinition$NamespaceDirectiveResolver.addResolvedUsedNamespace(NamespaceDefinition.java:2213) at org.apache.royale.compiler.internal.definitions.NamespaceDefinition$UseNamespaceDirective.resolveDirective(NamespaceDefinition.java:1785) at org.apache.royale.compiler.internal.definitions.NamespaceDefinition$NamespaceDirectiveResolver.resolveNamespaceReferenceInDirective(NamespaceDefinition.java:1877) at org.apache.royale.compiler.internal.definitions.NamespaceDefinition$NamespaceDirectiveResolver.resolveNamespaceReferenceInDirective(NamespaceDefinition.java:1834) at org.apache.royale.compiler.internal.definitions.NamespaceDefinition$UseNamespaceDirective.resolveNamespaceReference(NamespaceDefinition.java:1792) at org.apache.royale.compiler.internal.scopes.ASScope.getNamespaceSetImpl(ASScope.java:592) at org.apache.royale.compiler.internal.scopes.ASScopeCache.getNamespaceSet(ASScopeCache.java:420) at org.apache.royale.compiler.internal.scopes.ASScope.getNamespaceSet(ASScope.java:555) at org.apache.royale.compiler.internal.scopes.ASScope.getNamespaceSetForNameImpl(ASScope.java:524) at org.apache.royale.compiler.internal.scopes.ASScopeCache.getNamespaceSetForName(ASScopeCache.java:614) at org.apache.royale.compiler.internal.scopes.ASScope.getNamespaceSetForName(ASScope.java:487)...

@joshtynjala Thanks for clarifying! Sorry the code's part of a gigantic project, when there's one/two/three files it does not happen. Also there are other exceptions. I would really really vote...

Here's more exceptions: ``` Jul 29, 2021 3:29:25 PM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint handleCancellation WARNING: Unmatched cancel notification for request id 1325 Jul 29, 2021 3:30:05 PM org.eclipse.lsp4j.jsonrpc.RemoteEndpoint handleCancellation WARNING: Unmatched cancel notification...

@joshtynjala it starts when I click ctrl over random keywords and after that it's happening constantly. The problem is that ctrl is bound to other keyboard shortcuts so every time...

I hope I fixed it! Updated everything by your comments and added new info to options.rst. Also here are reference images from my tests. They don't fully show the dynamic...

Sorry about `.DS_Store`s. No it's not intentional, they were auto-added by Finder. When I develop on Mac I usually add `.DS_Store` to `.gitignore`. I think I removed them all in...

No I don't intend to keep all the commits. Would be happy if you could help me to squash them the right way if that's necessary. I think only the...

OK great! Thanks for the details. One commit per major followup would definitely look better. Will squash it on next iteration.