ADL-workbench: feature request

2007-11-23 Thread Bert Verhees
A small issue (but maybe hard to repair), when copy and pasting the
source, it also copies the line-umbers, good would be an option for
removing the line-numbers.

thanks
Bert



ADL-workbench: feature request

2007-11-23 Thread Peter Gummer
Bert Verhees wrote:

>A small issue (but maybe hard to repair), when copy and pasting the
> source, it also copies the line-umbers, good would be an option for
> removing the line-numbers.

I had that wish too, Bert, a few weeks ago.

In my opinion, the line numbers should not be embedded in the text as they 
are now, but they should sit separately in a margin. I'm thinking of how it 
is done in development environments such as EiffelStudio, Visual Studio, 
Delphi, etc.

What do you think?

- Peter 





ADL-workbench: feature request

2007-11-23 Thread Bert Verhees
Peter Gummer schreef:
> Bert Verhees wrote:
>
>   
>> A small issue (but maybe hard to repair), when copy and pasting the
>> source, it also copies the line-umbers, good would be an option for
>> removing the line-numbers.
>> 
>
> I had that wish too, Bert, a few weeks ago.
>
> In my opinion, the line numbers should not be embedded in the text as they 
> are now, but they should sit separately in a margin. I'm thinking of how it 
> is done in development environments such as EiffelStudio, Visual Studio, 
> Delphi, etc.
>
> What do you think?
>   
You are right, but maybe that is too much trouble, the Eiffel
environment does, maybe, not have advanced GUI-components which have
this feature.
If you can't find this GUI feature in the Eiffel language, you could
also consider write it in Delphi or VS and use it as a COM-GUI-object
But, for the purpose, for now, a quick fix could be: reloading the file
and display it without line-numbers.

Bert
> - Peter 
>
>
> ___
> openEHR-technical mailing list
> openEHR-technical at openehr.org
> http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical
>
>
>   




ADL-workbench: feature request

2007-11-24 Thread Peter Gummer
Bert Verhees wrote:

>> In my opinion, the line numbers should not be embedded in the text as 
>> they
>> are now, but they should sit separately in a margin. ...
>>
> You are right, but maybe that is too much trouble, the Eiffel environment
> does, maybe, not have advanced GUI-components which have
> this feature.

EiffelVision can definitely do this. EiffelStudio is proof of that. I would 
study the EiffelStudio source code (which is open source) to see how they do 
it.

> But, for the purpose, for now, a quick fix could be: reloading the file
> and display it without line-numbers.

Ok, I'll create to change requests for ADL Workbench:

1. To provide an option to display the ADL without line numbers. I agree, 
this would be easy, probably less than an hour of programming.

2. To put the line numbers into a separate margin rather than embedding them 
in the text.

- Peter 





ADL-workbench: feature request

2007-11-23 Thread Thomas Beale
Should be simple enough - just change the control from being a text to 2 
texts that are vertically parallel.we want to retain the text 
controls, because AFAIK they update faster with large amounts of text 
like ADL, and one day w probably want a rich text control so as to have 
colourised / folding text...

- thomas

Peter Gummer wrote:
> Bert Verhees wrote:
>
>   
>> A small issue (but maybe hard to repair), when copy and pasting the
>> source, it also copies the line-umbers, good would be an option for
>> removing the line-numbers.
>> 
>
> I had that wish too, Bert, a few weeks ago.
>
> In my opinion, the line numbers should not be embedded in the text as they 
> are now, but they should sit separately in a margin. I'm thinking of how it 
> is done in development environments such as EiffelStudio, Visual Studio, 
> Delphi, etc.
>
> What do you think?
>
> - Peter 
>
>
> ___
> openEHR-technical mailing list
> openEHR-technical at openehr.org
> http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical
>
>
>   


-- 
please change your address book entry for me to 
Thomas.Beale at OceanInformatics.com
*Thomas Beale*
/Chief Technology Officer/ Ocean Informatics 


Chair Architectural Review Board, /open/EHR Foundation 

Honorary Research Fellow, University College London 



*
*




ADL-workbench: feature request

2007-11-25 Thread Peter Gummer
Bert Verhees wrote:

> But, for the purpose, for now, a quick fix could be: reloading the file
> and display it without line-numbers.

Bert, I've implemented this: ref_impl_eiffel revision 406. You can turn the 
line numbers on and off via the Options dialog.

Thanks for the suggestion :-)

- Peter 





ADL-workbench: feature request

2007-11-25 Thread Bert Verhees
Peter Gummer schreef:
> Bert Verhees wrote:
>
>   
>> But, for the purpose, for now, a quick fix could be: reloading the file
>> and display it without line-numbers.
>> 
>
> Bert, I've implemented this: ref_impl_eiffel revision 406. You can turn the 
> line numbers on and off via the Options dialog.
>
> Thanks for the suggestion :-)
>   
Thank you for the fast implementation
Bert
> - Peter 
>
>
> ___
> openEHR-technical mailing list
> openEHR-technical at openehr.org
> http://lists.chime.ucl.ac.uk/mailman/listinfo/openehr-technical
>
>
>