Hi Martin,

I mentioned about this in other topic. In Lazarus if you select
multiple lines like:

if something then
begin
  foo;
  bar;
end;

... and press CTRL+SHIFT+V, it change it to:

// if something then
// begin
//   foo;
//   bar;
// end;

CTRL+SHIFT+U for uncomment selected block. Very handy. Is it possible
to implement it in MSEide?

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to