From 0135b416cb72f7a4d298b33d7174ce813879cff5 Mon Sep 17 00:00:00 2001 From: mattias Date: Sun, 8 Nov 2015 15:59:42 +0000 Subject: [PATCH] cody: todos git-svn-id: trunk@50257 - --- components/codetools/extractproctool.pas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/codetools/extractproctool.pas b/components/codetools/extractproctool.pas index b56d7afcbc..7aef11233d 100644 --- a/components/codetools/extractproctool.pas +++ b/components/codetools/extractproctool.pas @@ -37,7 +37,11 @@ - check if selection bounds on statement bounds - keep Begin..End in case - support Expressions + - with Canvas do with Self do (e.g. shape.inc) - dialog in cody to replace a long expression with a short local variable + - bug: grids.pas function TCustomGrid.ScrollToCell + - bug: grids.pas function TCustomGrid.DrawCellGrid + - bug: grids.pas function TCustomGrid.doColSizing } unit ExtractProcTool;