Sublime Forum

[BUG] Goto Symbol display truncated

#1

EDIT: Resolved in Dev 2081

startup, version: 2079 windows x64 channel: dev

There’s a bug in the display of the Goto Symbol Panel when there is a / character in the string.
Don’t know if it’s a new or old problem.

I use an Ini bundle from TextMate with this file:

[code][Delphi 2006 NET]
Execute=“C:\Program Files\Borland\BDS\4.0\Bin\bds.exe”

[Delphi7 / S009.02]
Execute=C:_work\PCSToolBox\Bat\start_D7_2003.09.02.cmd[/code]
The get_symbols() work fine:

>>> view.get_symbols() ((0, 17), u'[Delphi 2006 NET]'), ((74, 93), u'[Delphi7 / S009.02]')]
But the display is wrong:

0 Likes