Have the macro library changed in last version

SVB

Member
Have you changed the macro library in version 7.1.5.1398?

I have version 7.1.5.1396 installed on my old PC (XP) and installed version 7.1.5.1398 on my new PC (Vista). When I open the macro library (Tools/Macro) then in 1398 the dialog window is not equal the dialog window in version 1396. So how can I get my macro in version 1396 to the new version?

Regards
Sven Brenna
 
Can you modify the shortcut and add the systemmacro parameter? For example:

"C:\Program Files\PLSQL Developer\plsqldev.exe" systemmacro

Let me know what happens.
 
Yes, that worked. I copied the old macro file to the new PC and started version 1398 with parameter systemmacro. Then the macro was displayed in the "Macro" menu and the macro library dialog window was equal the dialog window in version 1396. Is it possible to have the parameter "systemmacro" in some ini-files? Turn in on somewhere?

Regards
Sven Brenna
 
You can add a systemmacro=true line in the Params.ini file in the PL/SQL Developer installation diretcory.
 
Back
Top