Describe the issue you are having
Double clicking on the name of a method of a class does not always accurately jump to that method's definition
Did you connect to an already running interpreter or start the interpreter from Ride?
/Start an interpreter
How do you reproduce the issue?
⍝ unzip the attached class.zip file to extract class.dws
)load class
)ed class
ctrl+end to get to the very end of the class, now class has scrolled. Top of class is off the top of the edit window
double click on Bid in CallBid2
Cursor only jumps to 23
Cursor does not jump to the definition of Bid on line 7
Paste the contents of Help → About (Shift+F1)
IDE:
Version: 4.6.4267
Electron: 34.5.5
Chrome: 132.0.6834.210
Node: 20.19.1
Platform: win32-ia32
Date: 2026-01-15 19:21:37 +0100
Git commit: 8e1524d7d67d1a504ebe373c2f35a8e3469e465a
Preferences:{
"autoCompleteCharacterLimit":"2",
"breakPts":"0",
"colourScheme":"Francisco Goya",
"defaultConfig":"start 20uni64",
"floating":"1",
"fold":"0",
"indent":"7",
"indentMethods":"20",
"kbdLocale":"en_GB",
"keys":"{\"MA\":[\"F6\"],\"PF6\":[]}",
// I've cut out the presets created entry to save space.
"selectedExe":"/Applications/Dyalog-20.0.app/Contents/Resources/Dyalog/mapl",
"valueTips":"0",
"zoom":"-2"
}
Interpreter:
Version: 20.0.53960
Platform: Windows-64
Edition: Unicode/64
Date: Jun 4 2026 at 18:32:05
Describe the issue you are having
Double clicking on the name of a method of a class does not always accurately jump to that method's definition
Did you connect to an already running interpreter or start the interpreter from Ride?
/Start an interpreter
How do you reproduce the issue?
⍝ unzip the attached class.zip file to extract class.dws
)load class
)ed class
ctrl+end to get to the very end of the class, now class has scrolled. Top of class is off the top of the edit window
double click on Bid in CallBid2
Cursor only jumps to 23
Cursor does not jump to the definition of Bid on line 7
Paste the contents of Help → About (Shift+F1)