Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] making files editable in compare editor

Hi ,
 
I could open files in compare editor. Now wants to make one file (preferably file on left side) editable.
I tried
 

CompareConfiguration configuration = new CompareConfiguration();

configuration.setLeftEditable(true);

configuration.setRightEditable(false);

 
and passed this comparator as a parameter while opening CompareEditor.
But failed.
 
Am i missing something or totally on wrong track?
Stuck badly.
 
Thanks in advance,
Vrushali.
 
 
 


Back to the top