Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/26/15 16:33:53 (9 years ago)
Author:
jkarder
Message:

#2077:

  • do not offer completion for inaccessible protected members
  • fixed go to line logic
  • fixed comment in CSharpScriptTemplate
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.CodeEditor/3.4/CodeEditor.cs

    r11804 r11825  
    383383          int offset = line.Offset;
    384384          if (TextUtilities.GetLeadingWhitespace(Doc, line).Length > 0)
    385             offset = TextUtilities.GetNextCaretPosition(Doc, offset, LogicalDirection.Forward, CaretPositioningMode.WordStart);
     385            offset = TextUtilities.GetNextCaretPosition(Doc, offset, LogicalDirection.Forward, CaretPositioningMode.WordBorder);
    386386          TextEditor.CaretOffset = offset;
    387387        }
Note: See TracChangeset for help on using the changeset viewer.