about auto replace

prikey

Member
Hi. I had used auto replace function of plsql 7.1
it does not support below.
"mmt-" => "mtm_transaction_materal mmt"
"mmt*" is enable. But '*' is reqired the combiantion key of "Shift + 8". it is not comportable.
the previous short cut plug-in is support "mmt-"
I want to use like that in auto replace of 7.1
Thank you.
 
yes.
I in general use table name || "-"
for example
mmt- => mtl_material_transaction
msi- => mtl_system_items_b
The auto replace of 7.1x version does not support dash
 
Back
Top