Oracle QSL Developer -> connected to subversion -> show "quick diff" in Worksheet

161 Views Asked by At

Hi I use Oracle SQL developer to develop PSQL .sql files I managed to connect these files with subversion, If I go on the History tab:

enter image description here

I can see the diff

enter image description here

Is there a setting in SQL Developer that I can see a quick diff in the Worksheet without looking in the History tab

enter image description here

1

There are 1 best solutions below

1
On BEST ANSWER

Two things.

if you're using our subversion extension, use team > subversion > pending changes. Then you can see the differences specifically in the subversion panels w/o having to mess with the history tab in the SQL Worksheet.

or, in the sql worksheet, SPLIT the editor - right-click on the editor tab

see your code and the quick diff at the same time