Keywords not getting expanded in Developer Studio

Posted by mdanwarh on 20-May-2016 02:19

Hi,

I am trying to expand the progress keywords in developer studio by going 

source-> Expand Keywords (ctrl + shift + 1 ). 

Most of the keywords are getting expanded but for the following keywords it doesn't work 

1. substr -> substring
2. init -> intial 
3. trans - > transaction 
4. desc -> descending
5. asc  -> ascending
6. log  -> logical

Can anyone help me where and how to configure these keywords? 

All Replies

Posted by Matt Gilarde on 20-May-2016 03:09

This isn't the entire answer, but ASC and LOG are keywords themselves as well as being the abbreviations of ASCENDING and LOGICAL. Unless the Expand Keywords function can tell from context which one it should be, it won't be able to expand those two.

Posted by Mike Fechner on 20-May-2016 03:16

<sarcasm>And we all know how _strong_ the code assist in PDSOE is with regards to context sensitive actions.</sarcasm>

Posted by Stefan Drissen on 20-May-2016 03:21

Puts a whole new meaning on DO:ACCEPT-CHANGES  ;-)

Posted by Mike Fechner on 20-May-2016 03:25

Or the compile errors received by

USING System.Windows.Forms.* FROM ASSEMBLY.

DEFINE VARIABLE oForm AS FORM NO-UNDO .

DEFINE VARIABLE oButton AS BUTTON NO-UNDO .

Posted by bronco on 20-May-2016 04:17

They just want you to write down your dependencies explicitly and right they are ;-)

This thread is closed