-
I wanted to build and run my own version of Rubberduck so that I could track down a Parser Error in a huge VBA codebase. So I followed the exact setup guide in Contributing; building, running regasm a…
-
Originally reported by: **Anonymous**
---
I was running 58024109295a9f48b52bec10f81570c9 through olevba today and noticed it seems to be missing some things. It dumps out the following:
```
#!text
…
-
On Commit: a01fae0abcab7fb0ef64d0769aff0b6906d0c0ea
When Starting Rubberduck the Parserstate gets stuck on "Pending"
then hitting Reparse does nothing but giving these lines in the log:
```
201…
-
I am trying to use RubberDuck VBA to perform GIT commits of my database. I am able to perform a repeatable crash on my machine when trying to perform any actions to start the connection from MS Access…
-
I thought Is saw it in the doc but can't find it again, so I'm not sure it's possible :
Can we call Excel VBA function from Python code that has been triggered by a RunPython() command ?
My main purp…
-
I love the idea of the enhanced Code Explorer and the other associated goodies, but for large projects it just takes too long and is too processor intensive to parse (at least for my tastes). While I…
-
The form has an inconvenient name but it probably best to let you know so you can put it in a unit test or something. I can live with this small issue.
![missedform](https://cloud.githubusercontent.c…
-
##
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5406987-integrate-barcode-generation?utm_campaign=plugin&utm_content=tracker%2F505106&utm_medium=issues&utm_s…
snipe updated
8 years ago
-
This refactoring works for a basic assignment for primitive types:
```
Private fizz As Boolean
Sub foo()
fizz = True
End Sub
```
It does not work in any other use case, including:
```
Private f…
-
I'm currently receiving an error when attempting to use the Platform. It was working fine late last week. This Issue is in tandem with the Issue "General Organization of Current Platform and Its Com…