Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.61 KB | None | 0 0
  1. diff --git language/backgroundparser/documentchangetracker.cpp language/backgroundparser/documentchangetracker.cpp
  2. index b624118..fa0c2f4 100644
  3. --- language/backgroundparser/documentchangetracker.cpp
  4. +++ language/backgroundparser/documentchangetracker.cpp
  5. @@ -39,9 +39,6 @@
  6.  // Can be used to disable the 'clever' updating logic that ignores whitespace-only changes and such.
  7.  // #define ALWAYS_UPDATE
  8.  
  9. -///@todo It isn't enough whether only-whitespace was removed/inserted. There is places where it may
  10. -///      have an effect anyway, for example when splitting/joining two identifiers.
  11. -
  12.  using namespace KTextEditor;
  13.  
  14.  /**
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement