|
On Fri, 21 Nov 2008, Evgeny M. Baldin wrote:
Команда ediff в emacs умеет подсвечивать только изменения в тексте, а не всю строчку.
tkdiff или wdiff тоже умеют это делать, но проблема в том что меняются
_несколько строк одновременно_.
В той ссылке, что была в конце, разработана целая "административная"
процедура для работы с VSC:
------------------------------------------------------
Directives for using LaTeX with version control systems
1. Avoid 'ineffective' modifications.
2. Do not change line breaks without good reason.
3. Turn off automatic line wrapping of your LaTeX editor.
4. Start each new sentence in a new line.
5. Split long sentences into several lines so that each line has at most 80 characters.
6. Put only those files under version control that are directly modified by the user.
7. Verify that your code can be compiled flawlessly before committing your modifications to the repository.
8. Use Subversion's diff feature to critically review your modifications before committing them to the repository.
9. Add a meaningful and descriptive comment when committing your modifications to the repository.
10. Use the Subversion client for copying, moving, or renaming files and folders that are under revision control.
-----------------------------------------------------
Правильно конечно, но мне не нравятся административные правила :)
Ю.
|
|