You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rubberduck is a COM Add-In for the VBA IDE that makes VBA development even more enjoyable, by extending the Visual Basic Editor (VBE) with menus, toolbars and toolwindows that enable things we didn't even think were possible when we first started this project.
14
12
@@ -20,7 +18,7 @@ If you're learning VBA, Rubberduck can help you avoid a few common beginner mist
If you're a C# developer looking for a fun project to contribute to, feel free to fork the project and
26
24
[come meet the devs in Code Review's "VBA Rubberducking" chatroom][chat] - we'll be happy to answer your questions and help you help us!
@@ -88,6 +86,12 @@ LibGit2Sharp is the library that has allowed us to integrate Git right into the
88
86
89
87
Which basically means it's a reimplementation of Git in C. It also [happens to be the technology Microsoft uses for their own Git integration with Visual Studio](http://www.hanselman.com/blog/GitSupportForVisualStudioGitTFSAndVSPutIntoContext.aspx).
90
88
89
+
###[WPF Localization Using RESX Files](http://www.codeproject.com/Articles/35159/WPF-Localization-Using-RESX-Files)
90
+
91
+
This library makes localizing WPF applications at runtime using resx files a breeze. Thank you [Grant Frisken](http://www.codeproject.com/script/Membership/View.aspx?mid=1079060)!
92
+
93
+
> Licensed under [The Code Project Open License](http://www.codeproject.com/info/cpol10.aspx).
94
+
91
95
##Icons
92
96
93
97
We didn't come up with these icons ourselves! Here's who did what:
0 commit comments