ACA Fct() instead of Fct( )
ACA Fct() instead of Fct( )
Hi,
I want to open a ticket at OT to change ACA in case of functions without parameters.
Currently those functions are inserted as Fct( ).
I want OT to change this to Fct().
Would this be a problem for anyone?
Would you like this, too?
What do you think?
I will start to open some tickets related to ACA.
I still long for the good old IntelliSAL which we used with TD 4.2 until mid/end of last year...
Regards,
Rainer
I want to open a ticket at OT to change ACA in case of functions without parameters.
Currently those functions are inserted as Fct( ).
I want OT to change this to Fct().
Would this be a problem for anyone?
Would you like this, too?
What do you think?
I will start to open some tickets related to ACA.
I still long for the good old IntelliSAL which we used with TD 4.2 until mid/end of last year...
Regards,
Rainer
-
- Founder/Site Admin
- Posts: 3447
- Joined: 24 Feb 2017, 09:12
- Location: Gouda, The Netherlands
Re: ACA Fct() instead of Fct( )
You mean to have "Func()" without a space between ( ) ?
Regards,
Dave Rabelink
Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
Dave Rabelink
Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
Re: ACA Fct() instead of Fct( )
yes, Func() without the 2 spaces between ( ).
We always remove those 2 spaces manually.
Rainer
We always remove those 2 spaces manually.
Rainer
-
- Founder/Site Admin
- Posts: 3447
- Joined: 24 Feb 2017, 09:12
- Location: Gouda, The Netherlands
Re: ACA Fct() instead of Fct( )
Well, my personal preference is to have just one space between ( ). So not the two spaces which is right now and no spaces you suggest.
Just like I have a preferences to use "" instead of ''.
This is mostly because when trying to place the cursor within () or "" with the mouse it is easier and therefore faster to click in the right spot and start typing.
When you have (), '' without spaces the area to exactly click between the characters is so small that often multiple clicks are needed to get it right.
Also I like to have spaces in the right places, just for visibility and for click convenience.
So
Call MyTest('','Test',1,2,'',sVar,dtVar)
is less visually appealing and less convenient to place cursor compared to
Call MyTest( "", "Test", 1, 2, "", sVar, dtVar )
Visually I like this better:
Call MyTest( )
(one space)
Compared to:
Call MyTest()
But this is my personal opinion.
Just like I have a preferences to use "" instead of ''.
This is mostly because when trying to place the cursor within () or "" with the mouse it is easier and therefore faster to click in the right spot and start typing.
When you have (), '' without spaces the area to exactly click between the characters is so small that often multiple clicks are needed to get it right.
Also I like to have spaces in the right places, just for visibility and for click convenience.
So
Call MyTest('','Test',1,2,'',sVar,dtVar)
is less visually appealing and less convenient to place cursor compared to
Call MyTest( "", "Test", 1, 2, "", sVar, dtVar )
Visually I like this better:
Call MyTest( )
(one space)
Compared to:
Call MyTest()
But this is my personal opinion.
Regards,
Dave Rabelink
Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
Dave Rabelink
Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
Re: ACA Fct() instead of Fct( )
I too prefer one space.
Re: ACA Fct() instead of Fct( )
Ok, ( ) (one space) is better than ( ) (2 spaces) and () is not, what you want.
So I will not open a ticket for (), but eventually for ( ) or no ticket...
Good, that I asked here.
I hope the change that "Set nNum++" expands to "Set nNum = nNum + 1" instead of "Set nNum=nNum+1", which I requested by OT and which is included in TD7.4.3, was ok for you?
So I will not open a ticket for (), but eventually for ( ) or no ticket...
Good, that I asked here.
I hope the change that "Set nNum++" expands to "Set nNum = nNum + 1" instead of "Set nNum=nNum+1", which I requested by OT and which is included in TD7.4.3, was ok for you?
-
- Founder/Site Admin
- Posts: 3447
- Joined: 24 Feb 2017, 09:12
- Location: Gouda, The Netherlands
Re: ACA Fct() instead of Fct( )
Yes, I like that!
Regards,
Dave Rabelink
Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
Dave Rabelink
Articles and information on Team Developer Tips & Tricks Wiki
Download samples, documents and resources from TD Sample Vault
Videos on TDWiki YouTube Channel
Re: ACA Fct() instead of Fct( )
Best regards,
Uwe van der Horst
stp.one
Uwe van der Horst
stp.one
Re: ACA Fct() instead of Fct( )
For today, I've opened the following tickets:
* 5191321 / TD-26545 ACA: Function with empty parameter list
Insert empty functions with (1space) instead (2spaces)
* 5191329 Copy sourcecode from one TD instance to another
Don't double comment a commented line.
* 5191347 / TD-26551 Refresh Libraries When Changed
We have disabled 'Refresh Libraries When Changed' in the settings because of to much disadvantages.
But now we have to use 'Component -> Refresh Libraries' with to much overhead.
I have asked for 'Component -> Refresh Libraries When Changed' to manually trigger this.
* 5191357 / 26547 ACA: Reopen tooltip
I have asked for the possibility to press 'Ctrl + Shift + Space' in a parameter list of a function to (re)open the tooltip for the parameters.
To be continued at some time...
Kind Regards,
Rainer
* 5191321 / TD-26545 ACA: Function with empty parameter list
Insert empty functions with (1space) instead (2spaces)
* 5191329 Copy sourcecode from one TD instance to another
Don't double comment a commented line.
* 5191347 / TD-26551 Refresh Libraries When Changed
We have disabled 'Refresh Libraries When Changed' in the settings because of to much disadvantages.
But now we have to use 'Component -> Refresh Libraries' with to much overhead.
I have asked for 'Component -> Refresh Libraries When Changed' to manually trigger this.
* 5191357 / 26547 ACA: Reopen tooltip
I have asked for the possibility to press 'Ctrl + Shift + Space' in a parameter list of a function to (re)open the tooltip for the parameters.
To be continued at some time...
Kind Regards,
Rainer
Last edited by RainerE on 06 Sep 2022, 11:34, edited 1 time in total.
Re: ACA Fct() instead of Fct( )
Yes. I asked for it in TD 7.4.1 and it was implemented...
Re: ACA Fct() instead of Fct( )
Hi,
some good points. I prefer two spaces and I think it all comes down to personal preference.
I would suggest more configurable settings. Like how autocompletion works in general. So everyone can set it up to their preferences.
I also would love to see more coloring options.
some good points. I prefer two spaces and I think it all comes down to personal preference.
I would suggest more configurable settings. Like how autocompletion works in general. So everyone can set it up to their preferences.
I also would love to see more coloring options.
Timo Witte
BPCS Consulting Services
BPCS Consulting Services
Who is online
Users browsing this forum: [Ccbot] and 0 guests