SalesforceFoundation / ApexDoc

The latest java source for ApexDoc, a tool to document your Salesforce Apex classes.
BSD 3-Clause "New" or "Revised" License
229 stars 128 forks source link

provide better visuals to differentiate scope of classes, methods, and properties #13

Open davidhabib opened 9 years ago

davidhabib commented 9 years ago

currently, one must expand the method list to see the full method signature. It would be nice if in the collapsed state, the method name bars had some sort of visual to indicate scope.

we could potentially do something similar in the class menu. I currently am just using color of the class (blue = global, black = public, gray = private).

davidhabib commented 9 years ago

scope is displayed on all signatures, and dynamic scope filtering allows you to show/hide different scopes. So I think this is lower priority.