Re: Module controller UI : automatic name replace

2015-03-05 Thread Maciej Franek
Hi,
Thanks for your answers.

Maybe add a field for prefix automatic naming ?


Sounds reasonable to me, if there is no other ideas, I`ll provide
appropriate patch in bugzilla.

Regards,
Maciej

2015-02-28 15:11 GMT+01:00 Philippe Mouawad philippe.moua...@gmail.com:

 Hi,
 Thanks for your contribution.
 My answer below.

 On Tue, Feb 24, 2015 at 8:26 PM, Maciej Franek maciej.fra...@gmail.com
 wrote:

  Hello everyone,
 
  Can you share your opinion about issue:
  https://bz.apache.org/bugzilla/show_bug.cgi?id=57561
 
  Currently, combobox is replaced by a tree and it is in the trunk.
 
  Remaining point is an additional modification - automatically changing
 name
  of Module Controller to selected element`s name (after selection in
 module
  to run tree).
 
  Do you find it useful? Do you think it is good idea? Personally, I have
  positive experience with that, it increased readability of test plan
 (less
  elements in test plan that have default name - 'Module Controller'), less
  copy paste work (I usually used name of referenced element in a Module
  Controller`s name).
  Disadvantage of this modification is that some users may find it annoying
  that name is automatically changed when they don`t want to.
 
  Do you have any considerations how to implement it, currently there are
  some options taken into account:
  - automatic name change configured as global property
  - checkbox that would be component property in GUI
  - concatenation of two previous - checkbox that would be component
 property
  in GUI with global property defining if it is enabled or disabled by
  default
 
 Would be the best I think.
 Maybe add a field for prefix automatic naming ?

 
  Many thanks,
  Maciej Franek
 
 Regards
 Philippe



Re: Module controller UI : automatic name replace

2015-02-28 Thread Philippe Mouawad
Hi,
Thanks for your contribution.
My answer below.

On Tue, Feb 24, 2015 at 8:26 PM, Maciej Franek maciej.fra...@gmail.com
wrote:

 Hello everyone,

 Can you share your opinion about issue:
 https://bz.apache.org/bugzilla/show_bug.cgi?id=57561

 Currently, combobox is replaced by a tree and it is in the trunk.

 Remaining point is an additional modification - automatically changing name
 of Module Controller to selected element`s name (after selection in module
 to run tree).

 Do you find it useful? Do you think it is good idea? Personally, I have
 positive experience with that, it increased readability of test plan (less
 elements in test plan that have default name - 'Module Controller'), less
 copy paste work (I usually used name of referenced element in a Module
 Controller`s name).
 Disadvantage of this modification is that some users may find it annoying
 that name is automatically changed when they don`t want to.

 Do you have any considerations how to implement it, currently there are
 some options taken into account:
 - automatic name change configured as global property
 - checkbox that would be component property in GUI
 - concatenation of two previous - checkbox that would be component property
 in GUI with global property defining if it is enabled or disabled by
 default

Would be the best I think.
Maybe add a field for prefix automatic naming ?


 Many thanks,
 Maciej Franek

Regards
Philippe


Module controller UI : automatic name replace

2015-02-24 Thread Maciej Franek
Hello everyone,

Can you share your opinion about issue:
https://bz.apache.org/bugzilla/show_bug.cgi?id=57561

Currently, combobox is replaced by a tree and it is in the trunk.

Remaining point is an additional modification - automatically changing name
of Module Controller to selected element`s name (after selection in module
to run tree).

Do you find it useful? Do you think it is good idea? Personally, I have
positive experience with that, it increased readability of test plan (less
elements in test plan that have default name - 'Module Controller'), less
copy paste work (I usually used name of referenced element in a Module
Controller`s name).
Disadvantage of this modification is that some users may find it annoying
that name is automatically changed when they don`t want to.

Do you have any considerations how to implement it, currently there are
some options taken into account:
- automatic name change configured as global property
- checkbox that would be component property in GUI
- concatenation of two previous - checkbox that would be component property
in GUI with global property defining if it is enabled or disabled by default

Many thanks,
Maciej Franek