[MSEide-MSEgui-talk] IDE - block comment / uncomment

2016-04-30 Thread Krzysztof
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


Re: [MSEide-MSEgui-talk] IDE - block comment / uncomment

2016-04-30 Thread Martin Schreiber
On Saturday 30 April 2016 22:34:49 Krzysztof wrote:
> 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?
>
Added to wishlist. Suggestion: use "(* *)" comments.

Martin

--
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


Re: [MSEide-MSEgui-talk] IDE - block comment / uncomment

2016-05-02 Thread Martin Schreiber
On Sunday 01 May 2016 07:53:58 Martin Schreiber wrote:
> On Saturday 30 April 2016 22:34:49 Krzysztof wrote:
> > 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?
>
> Added to wishlist. Suggestion: use "(* *)" comments.
>
git master b231c2861ac13b4ad91f172bb73f0bc0f1cfbe23 has RightClick-'Modify 
Selection'-'Comment' and 'Uncomment'. Default shortcuts are Ctrl+K C and 
Ctrl+K U.

Martin



--
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