Andreas Matthias
Andreas Matthias
**Justification** Working with "Code Inspections" I find myself expanding the tree view continuously. Here's the workflow: * Expand the tree view * Fix the code * Refresh (which collapses the...
Trying to build Rubberduck I get the following error message concerning olewoo: C:\Users\andreas\Rubberduck\Rubberduck.Deployment\Rubberduck.Deployment.csproj(49,5): error MSB4062: The "RubberduckPreBuildTask" task could not be loaded from the assembly C:\Users\andreas\Rubberduck\Rubberduck.Deployment\..\Rubberduck.Deployment.Build\bin\Rubberduck.Deployment.Build.dll. Could not load file...
`Note` is a very common word and I don't want each `note` to appear in the Todo Explorer. However, I don't want to dismiss this keyword altogether. Thus I changed...
**Rubberduck version information** Version 2.5.2.6062 OS: Microsoft Windows NT 10.0.19044.0, x64 Host Product: Microsoft Office 2013 x86 Host Version: 15.0.5423.1000 Host Executable: EXCEL.EXE **Description** Adding a new test method is...
**Would it be beneficial to do a refresh whenever opening a RD window?** I think my workflow would benefit from it, but I'm not sure if this holds in general....
[Rubberduck v2.5.2.5906] There's an issue with indentation of comments. Executing `Rubberduck -> Indent -> Current Module` on this code ``` ' xxx: function foo() ' test ``` will indent the...
I can switch on/off a WiFi socket (from Teckin) successfully but I get this error message: ``` $ tuya-cli set --id XXXX --key YYYY --ip 192.168.2.121 --protocol-version 3.3 --set true...
* Run the following powershell script which creates two xlsm files. ``` xlwings quickstart foo xlwings quickstart bar "import xlwings as xw @xw.func def Moo(): return 123 " | Out-File...
This PR combines the work done in #2538 and #2539 .
Annotations `@enum` and `@enum (key)` produce very different JSON output. # Annotation `@enum` ```lua ---@enum level1 ---Description of enum level1. local level1 = { low = 1, --Low level. high...