@Mihovil
A string is just that, a string. Within a string neither PL/SQL Developer nor Oracle itself will recognize database objects. E.g. select table_name from all tables will be highlighted according to your settings, but if you were to use something like execute immediate 'select table_name from all_tables' then only 'execute immediate' will be highlighted as keywords. The select statement will be treated just as a string