~ubuntu-branches/ubuntu/vivid/kate/vivid-updates

« back to all changes in this revision

Viewing changes to tests/data/commands/utils/duplicate_up_selection_1/input.js

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-04 16:49:41 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20141204164941-l3qbvsly83hhlw2v
Tags: 4:14.11.97-0ubuntu1
* New upstream release
* Update build-deps and use pkg-kde v3 for Qt 5 build
* kate-data now kate5-data for co-installability

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
view.setSelection(new Range(1, 0, 2, 0));
2
 
duplicateLinesUp();
3
 
var s = view.selection();
4
 
if (s.start.line == 1 && s.start.column == 0 && s.end.line == 2 && s.end.column == 0) {
5
 
  view.clearSelection();
6
 
  view.setCursorPosition(4, 0);
7
 
  view.type("PASS");
8
 
}
 
 
b'\\ No newline at end of file'