Skip to content

Commit 7ca9028

Browse files
authored
Update README.md
1 parent 8c74868 commit 7ca9028

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,15 @@ The *Code Explorer* will also be displaying the corresponding module node with a
151151

152152
![Module "ThisWorkbook" didn't parse correctly](https://cloud.githubusercontent.com/assets/5751684/21708276/e8f67e50-d3a4-11e6-8c1d-e84d4e9ccce6.png)
153153

154-
You'll find the *Code Explorer* under the *Navigate* menu. It's Rubberduck's enhanced *Project Explorer*, and the Ctrl+R hotkey can be hijacked to display it instead of the VBE's under-featured tree.
154+
You'll find the *Code Explorer* under the *Navigate* menu. By default the Ctrl+R hotkey to display it instead of the VBE's own *Project Explorer*. The treeview lists not only modules, but also every single one of their members, with their signatures if you want. And you can make it arrange your modules into folders, simply by adding a `@Folder("Parent.Child")` annotation/comment to your modules:
155155

156156
![Code Explorer toolwindow](https://cloud.githubusercontent.com/assets/5751684/21708614/90335a46-d3a8-11e6-9e76-61cc3f566c7a.png)
157157

158-
The treeview lists not only modules, but also every single one of their members, with their signatures if you want. And you can make it arrange your modules into folders, simply by adding a `@Folder("Parent.Child")` annotation/comment to your modules.
159-
160-
The *inspection results* toolwindow can be displayed by pressing Ctrl+Shit+i (default hotkey), and allows you to double-click to navigate all potential issues that Rubberduck found in your code.
158+
The *inspection results* toolwindow can be displayed by pressing Ctrl+Shift+i (default hotkey), and allows you to double-click to navigate all potential issues that Rubberduck found in your code.
161159

162160
![inspection results](https://cloud.githubusercontent.com/assets/5751684/21708911/d0c47bc4-d3aa-11e6-88f2-b0c9fcfda7ed.png)
163161

164-
Rubberduck also features a port of the popular 32-bit VBE add-in "Smart Indenter", so you can turn this:
162+
Rubberduck also features a port of the popular "Smart Indenter" add-in (now supports 64-bit hosts, and with a few bugfixes on top of that!), so you can turn this:
165163

166164
````vb
167165
Sub DoSomething()

0 commit comments

Comments
 (0)