mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 13:00:47 +02:00
IDE: codeexplorer removed function/procedure keywords because there are now icons
git-svn-id: trunk@13520 -
This commit is contained in:
parent
398f8d4667
commit
2edae8c5f9
@ -436,7 +436,8 @@ begin
|
||||
|
||||
ctnProcedure:
|
||||
Result:=ACodeTool.ExtractProcHead(CodeNode,
|
||||
[phpWithStart,phpWithVarModifiers,
|
||||
[// phpWithStart is no needed because there are icons
|
||||
phpWithVarModifiers,
|
||||
phpWithParameterNames,phpWithDefaultValues,phpWithResultType,
|
||||
phpWithOfObject,phpWithCallingSpecs,phpWithProcModifiers]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user