Syntax Highlighting problem...

WexSoft

Member³
Hi Folks

Using PSD 9.0.2.1621.

I have set up FIRST and LAST as custom keywords, and told PSD to highlight custom keywords as bold of a specific colour, and keywords are also set to uppercase.

This works fine if the custom keyword is "on it's own" i.e. surrounded by spaces, but does not work in structures like

FOR pv_csr001_idx IN pv_csr001_tab.first..pv_csr001_tab.last LOOP
pv_csr001_rec := pv_csr001_tab(pv_csr001_idx);
pt_py_gl_tab.delete;
END LOOP;

It would appear that the full stop does not act as a word delimiter the same way that a space does. Can this be rectified?

Best regards

Billy

 
This is indeed a known restriction. I have added an option for this to the list of enhancement requests.
 
Back
Top