Where is textype plugin in pl/sql developer 8.0.4

Hi,

Our company has just bought license for pl/sql developer 8.0.4
I've installed it and started using.
But I can't find good old texType plugin.
Neither a way to add it in current setup.
Can anyone know how to configure texType plugin in new pl/sql developer
 
texType was great, but it doesn't work for version 8. That's OK, because "AutoReplace" is now built in and it basically does the same thing.

Go to "Tools/Preferences/User Interface/Editor/AutoReplace" to edit the file much like texType was. One cool feature I like is that AutoReplace can have text replaced by templates.

-- From the help file:
Pressing the Edit button allows you to edit the file with words and replacement texts. On each line in this file you can enter a word=replacement text specification. For example:

wo=when others then
rs=rollback to savepoint

You can also reference a template as replacement text. For example:

wh=Loops\While loop.tpl

 
Back
Top