Field names and table names intellisense in the PDS (Eclipse

Posted by slacroixak on 12-Oct-2017 09:22

Is there a trick to let the PDS provide intellisense for Field names or  Table names for VSTs or meta-schema tables (_file  _field) or some other cases like _myconnection?

Or is there an plan to do it at some point?

/S

Posted by jankeir on 12-Oct-2017 10:03

In %DLC%\oeide\eclipse\plugins\com.openedge.pdt.project_<yourversionhere>\runtime modify _exporttables.p to not filter out _file-number < 0 like it does by default.

The schema is cached in files in <workspace>\.metadata\.plugins\com.openedge.pdt.project\ in files with .txt extension and a hash of some info of the db as the name (ie: nCrCuU5G3pTiE1j+2EJtNQ.txt) . You must either remove these files or do a schema change for these to be regenerated. 

All Replies

Posted by jankeir on 12-Oct-2017 10:03

In %DLC%\oeide\eclipse\plugins\com.openedge.pdt.project_<yourversionhere>\runtime modify _exporttables.p to not filter out _file-number < 0 like it does by default.

The schema is cached in files in <workspace>\.metadata\.plugins\com.openedge.pdt.project\ in files with .txt extension and a hash of some info of the db as the name (ie: nCrCuU5G3pTiE1j+2EJtNQ.txt) . You must either remove these files or do a schema change for these to be regenerated. 

Posted by George Potemkin on 12-Oct-2017 10:12

> not filter out _file-number < 0 like it does by default.

IMHO, it would be better to rely on the _File._Hidden field that can be changed for any tables.

Posted by slacroixak on 12-Oct-2017 10:46

Thank you Jankeir, you've made my day :)

This thread is closed