stijn
stijn

Reputation: 35921

netbeans: how to disable the automatic text diff?

I am using NetBeans for some java projects that are under Subversion scm. Whenever I editsomething, Netbeans (6.9.1) starts adding colored lines, both in the left and right margins. That, combined with the other colored indicators it adds for like anything I can think of, is driving me insane. I know it's almost christmas but I don't want my editor to reflect that.

How do I disable this diff completely?

How do I completely disable all coloring/hints/... except for syntax coloring of code?

Upvotes: 13

Views: 2809

Answers (1)

Virvan
Virvan

Reputation: 266

View -> Uncheck (X) Show diff sidebar

Upvotes: 25

Related Questions