svtk / AtomicKotlinCourse

87 stars 21 forks source link

fix(Programming Basics - Hello, World - Exercise 5): Shortcuts for li… #18

Closed Geravant closed 3 years ago

Geravant commented 3 years ago

…ne start/end fixed

The shortcut links in the description were fixed to match their description: EditorTextStartWithSelection -> EditorLineStartWithSelection EditorTextEndWithSelection -> EditorLineEndWithSelection The decision to fix the links not the descriptions is based on the task itself being to select a line, not the whole text.

Closes https://youtrack.jetbrains.com/issue/EDC-413