Dani
Dani
Hei einstein2x, was about to import your xamarin branch into Xamarin.Studio is it just me beeing a beginner or did you forget to add libJASidePanelsStatic.a ? Any help appreciated
Thanks for the info/help. I built my own library and in the process realised that i could have just run your makefile.
well, its technically free, just not independent ;)
Thanks for the workaround. Does someone know why this is missing? And does someone have an automated solution eg a `pre_install` routine for our Podfile?
seconded. support for self hosted gitlab instances would be highly appreciated!
Note when using the Console.App to view your logs: be sure to enable "Action --> Enable Debug Messages/Info Messages" from the Menu. Those options are off by default... gave me...
You are right. This notification observer is never firing: `WorkspaceDocument.swift:294` ```swift NotificationCenter.default.addObserver( self, selector: #selector(convertTemporaryTab), name: NSNotification.Name("CodeEditor.didBeginEditing"), object: nil) ``` This also seems to be the only occurrence of that...
@austincondiff would that have to be in `STTextView`? That module currently fires `STTextView.didChangeNotification` but it does so also on opening an existing document. There is no `didBeginEditing` Anyhow, using the...