mhutch / MonoDevelop.AddinMaker

Extension to make it easier to create Visual Studio for Mac / MonoDevelop extensions
MIT License
50 stars 26 forks source link

Editor Tags & Syntax Tree pads no longer work #74

Closed wjk closed 4 years ago

wjk commented 5 years ago

When I open either of these pads on VSMac 8.2, I see a blank pad, and an exception is logged in Ide.log. As far as I know, both of these pads worked before the 8.2 update. I would appreciate it if this could be looked into, as this is blocking my work on https://github.com/mono/monodevelop/issues/8198. Thanks!

Ide.log

VSMac Version

Version 8.2 (build 1124)
Installation UUID: d7383566-ba67-46ee-9615-cd5de9a2edd2
    GTK+ 2.24.23 (Raleigh theme)
    Xamarin.Mac 5.14.0.85 (d16-2-fix-mac-updates / 86973979)

    Package version: 600000311

Mono Framework MDK
Runtime:
    Mono 6.0.0.311 (2019-02/494641b300c) (64-bit)
    Package version: 600000311

Xamarin Designer
Version: 16.2.0.391
Hash: 216490cf5
Branch: remotes/origin/d16-2-xcode11
Build date: 2019-07-25 17:42:00 UTC

NuGet
Version: 5.1.0.6013

.NET Core
Runtime: /usr/local/share/dotnet/dotnet
Runtime Versions:
    3.0.0-preview7-27806-02
    2.1.9
SDK: /usr/local/share/dotnet/sdk/3.0.100-preview7-012285/Sdks
SDK Versions:
    3.0.100-preview7-012285
    2.1.505
MSBuild SDKs: /Library/Frameworks/Mono.framework/Versions/6.0.0/lib/mono/msbuild/Current/bin/Sdks

Xamarin.Profiler
Version: 1.6.10
Location: /Applications/Xamarin Profiler.app/Contents/MacOS/Xamarin Profiler

Updater
Version: 11

Apple Developer Tools
A valid Xcode installation was not found at the configured location: '/Applications/Xcode.app'

Xamarin.Mac
Version: 5.99.2.26 (Visual Studio Community)
Hash: d095f754
Branch: xcode11
Build date: 2019-07-25 06:36:54-0400

Xamarin.iOS
Version: 12.99.2.26 (Visual Studio Community)
Hash: d095f754
Branch: xcode11
Build date: 2019-07-25 06:36:54-0400

Xamarin.Android
Not Installed

Microsoft Mobile OpenJDK
Java SDK: Not Found

Android Designer EPL code available here:
https://github.com/xamarin/AndroidDesigner.EPL

Android Device Manager
Version: 1.2.0.58
Hash: d03e3ea
Branch: remotes/origin/d16-2~1
Build date: 2019-07-19 20:55:38 UTC

Xamarin Inspector
Version: 1.4.3
Hash: db27525
Branch: 1.4-release
Build date: Mon, 09 Jul 2018 21:20:18 GMT
Client compatibility: 1

Build Information
Release ID: 802001124
Git revision: 0797bb4dfcd2cbad030d7fce609e247e23f855ca
Build date: 2019-07-26 12:13:29+00
Build branch: release-8.2-xcode11
Xamarin extensions: d663a25405cd5e7d0b0deefd2a26d548680f16f5

Operating System
Mac OS X 10.15.0
Darwin 19.0.0 Darwin Kernel Version 19.0.0
    Tue Jul 23 01:19:36 PDT 2019
    root:xnu-6153.0.103.151.1~4/RELEASE_X86_64 x86_64

Enabled user installed extensions
Ook Language Binding 1.0
MSBuild Editor 2.3.1.2
AddinMaker 1.5.0
wjk commented 4 years ago

This has since been fixed, if I build the AddinMaker addin (which contains these pads) from source. Closing.