[Lazarus] IDE Feature Request - Can Select All be added to the right-click menu in the editor?
Martin
lazarus at mfriebe.de
Wed Mar 13 02:17:06 CET 2013
On 13/03/2013 01:12, Frank Church wrote:
> On 11 March 2013 17:38, Martin <lazarus at mfriebe.de> wrote:
>> On 11/03/2013 00:01, Frank Church wrote:
>>> IDE Feature Request - Can Select All be added to the right-click menu
>>> in the editor
>>>
>> Feel free to add a feature request on mantis. Otherwise it will probably be
>> forgotten.
>>
>> IMHO the menu has already a lot of items. And a likelihood that other items
>> will grow it further. But then it is a standard item for editors.
>>
>> --
>> _______________________________________________
>> Lazarus mailing list
>> Lazarus at lists.lazarus.freepascal.org
>> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
> http://mantis.freepascal.org/view.php?id=24037.
>
The SVN revision is usually noted when resolved. Then an SVN diff can
be made.
You can try yourself.
Most changes will be in ide\sourceeditor.pp and a few will be in the
resource constant unit (make resource string will find it)
line 1200 ++ is the context menu. then search the identifiers in the
rest of the unit: SrcEditMenuCopy
(or search in all files)
More information about the Lazarus
mailing list