-
Notifications
You must be signed in to change notification settings - Fork 302
Tag Wiki
Mathieu Guindon edited this page Feb 10, 2015
·
19 revisions
Labels in this repository are used like tags and meta-tags on Stack Exchange:
-
#DDDDDD
(silver) tags relate to features. -
#FEFEFE
(off-white) and#E11D21
(red) tags serve the same purpose as on Meta SE sites.
###Meta-Tags
-
[bug]
- We have no bugs. Use this tag to indicate you've found an undocumented feature with side-effects. -
[discussion]
- Use this tag when you need a rubberduck to talk to. -
[duplicate]
- We'll use this tag to identify dupes. -
[enhancement]
- Use this tag to request enhancements to existing features. -
[feature-request]
- Use this tag to indicate that you're requesting a new feature. -
[help-wanted]
- This tag indicates that we're dreaming of a pull request. -
[status-declined]
- "Feature request" issues with this tag are not going to happen. For "Bug" issues, this means "won't fix" :) -
[status-deferred]
- Issues with this tag will be shipped in 6 to 8 weeks. -
[support]
- Use this tag for issues asking for support using the Rubberduck add-in, or working with the code.
###Tags
-
[api]
- Use this tag for issues & features related to the COM-visible Rubberduck API. -
[code-explorer]
- Use this tag for issues related to the Code Explorer feature. -
[code-inspections]
- Use this tag for issues related to the Code Inspections feature. -
[code-parsing]
- Use this tag for issues related to parsing VBA code, but not necessarily with the ANTLR-generated parser. -
[indentation]
- Use this tag for issues related to the Indenter feature. -
[module-and-procedure-attributes]
- Use this tag for issues related to the Module & Procedure Attributes feature. -
[refactorings]
- Use this tag for issues related to any refactoring feature. -
[settings-config]
- Use this tag for issues related to the Settings & Configuration feature. -
[source-control-integration]
- Use this tag for issues related to the Source Control Integration feature. the source code. -
[todo-explorer]
- Use this tag for issues related to the Todo Explorer feature. -
[unit-testing]
- Use this tag for issues related to the Unit Testing feature. -
[user-interface]
- Use this tag for issues that affect elements of the UI. -
[vba-grammar]
- Use this tag for issues related to the ANTLR grammar file, or about implementation or usage of ANTLR-generated files.
rubberduckvba.com
© 2014-2021 Rubberduck project contributors
- Contributing
- Build process
- Version bump
- Architecture Overview
- IoC Container
- Parser State
- The Parsing Process
- How to view parse tree
- UI Design Guidelines
- Strategies for managing COM object lifetime and release
- COM Registration
- Internal Codebase Analysis
- Projects & Workflow
- Adding other Host Applications
- Inspections XML-Doc
-
VBE Events