delphi - How to see if the function or procedure is private, protected or public without scrolling to the top -



delphi - How to see if the function or procedure is private, protected or public without scrolling to the top -

is possible know if function or procedure private, protected or public. must scroll top see if methode private. there tool or in construction (code explorer) see if methode private, protected or public whitout scrolling top.

example:

unit ..... // 100 line code private // 1000 line code procedure a(); // <-- here can't see if procedure private. must scroll top // 2000 line code ... procedure a(); // <-- here can't see if procedure private. must scroll top begin ... end;

the thing can set (private, protected or public) the summary description

in code explorer see bluish color procedure , greenish color function nil private, protected or public icon.

i changed properties of explore code , have maps of private , protected or pulic.

but when go procedure in code there no selected item in explore code in project manager view. same situation explore code. must scroll map see if private, protected or public 1 alternatieve write methode in search of explored code. ther hint popup.

i found possible solution: re-create methode , past searchbox of explorer code. comboboxlist popup give me want see (private, protected...)

use structure view show details class declarations.

to command appearance of view, define settings in tools > options > environment options > explorer dialog.

update

as noted in comments, have manually navigate construction view view class structure.

filed enhancement request qc 128271 construction view lookup editor facilitate quick lookup construction view editor.

delphi ide access-modifiers

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -