How to support Oracle Pro C/C++ syntax within CDT [message #1747510] |
Tue, 15 November 2016 10:07  |
Eclipse User |
|
|
|
I'm trying to setup a project that uses Pro C/C++ extensively.
That means that nearly all methods are stuffed with lines like these:
EXEC SQL BEGIN DECLARE SECTION ;
or
EXEC SQL
SELECT count(*)
INTO :nbProgramme
FROM GAdefProg
WHERE UPPER(cdProgramme) = UPPER(:ctxVarWeb.ctx_paramC3);
I can add a #ifdef #endif around each of these lines, but my conservative co-workers would like to keep their decades long habits.
Is their any way to tell CDT to ignore some pattern in the sources ?
If there's no way to perform this action, how hard would it be to add the feature in CDT code base for someone that never wrote any plugin for eclipse ?
[Updated on: Wed, 16 November 2016 06:19] by Moderator
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04652 seconds