Change modification
quick question, odes anyone know if Netbeans has line modification highlighting either built in or available through a plugin, that has to be available when developing with Netbeans for PHP.
example:
<?php echo'look'; ?>
then I save a开发者_开发技巧nd change line 2
<?php echo'look I have changed'; ?>
I now want to see some kind of highlighting within Netbeans that this line has changed.
Any ideas?
Netbeans does this automatically with any supported version control system. I personally can confirm that there is nice highlighting of
- modifications (blue),
- additions (green) and
- removals (red)
for at least Mercurial and Subversion. If I remember correctly, Git support was added with NetBeans 7.0 recently (not sure, though).
精彩评论