On 13/03/2013 01:12, Frank Church wrote:
On 11 March 2013 17:38, Martin <[email protected]> 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
[email protected]
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)

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to