From: Joachim E. <joa...@gm...> - 2009-03-07 19:55:51
|
Hi Ben, > >> > >> 1.) I would like to setup the background color of deleted text to red > >> and the background color for new text to green. > >This is currently not implemented. Both are shown as conflict (i.e. > > usually red). > > Could you add this background color setup in the next release? > This is rather important for me. Perhaps I can do something in that respect, but it's more than just the colors in the setup. > Can I put the .kdiff3rc into the install directory of KDiff? > That would help me to keep the software portable on my USB stick. > > Kdiff should look at startup at first for a .kdiff3rc in its own directory > before searching at other locations I don't agree. On a multiuser system (like almost all modern systems) the settings should be in the user subdirectory. To write where the executable is usually requires admin-rights. Via commandline option --config <filename> you can specify other locations. Perhaps this helps if you wrap the exe with a batch-script or create a link. Or you could patch: KStandardDirs::findResource() in src-QT4/kreplacements/kreplacements.cpp appropriately and recompile yourself. Joachim |