Dialog "Go to"

Dialog allows to enter text in formats:

  • 10 (decimal number): jump to given line number (to line start)
  • 10:10 (two decimal numbers): jump to given line and column numbers
  • 10% (decimal with trailing "%"): jump to percents of total line count
  • d100 (decimal with leading "d"): jump to absolute decimal offset
  • xFFF (hex number with leading "x"): jump to absolute hex offset
  • value with trailing "+": extend selection to this position (CudaText 1.69+)