Home
Help
Search
Login
Register
SlickEdit Community
»
Archived Read Only Forums
»
SlickEdit 2018 v23 Beta Discussion
»
When refs stack is full after going to prev ref can't go back to latest
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: When refs stack is full after going to prev ref can't go back to latest (Read 584 times)
rowbearto
Senior Community Member
Posts: 1541
Hero Points: 113
When refs stack is full after going to prev ref can't go back to latest
«
on:
October 06, 2018, 04:21:06 pm »
To repro, perform many reference searches so that the references stack is full.
Now do 1 more - lets call this refsearch-100.
The top item on the stack is refsearch-99. Click on that.
Now how to go back to refsearch-100? The top of the stack is -99 not -100?
Logged
Dennis
SlickEdit Team Member
Senior Community Member
Posts: 2831
Hero Points: 429
Re: When refs stack is full after going to prev ref can't go back to latest
«
Reply #1 on:
October 08, 2018, 07:23:49 pm »
Looks like you exposed an off-by-one resizing bug. As a workaround, if you want to get to refsearch-100, make the References tool window taller, and you'll be able to click on it.
Logged
Dennis
SlickEdit Team Member
Senior Community Member
Posts: 2831
Hero Points: 429
Re: When refs stack is full after going to prev ref can't go back to latest
«
Reply #2 on:
October 09, 2018, 01:34:27 am »
This will be fixed in an upcoming release candidate or beta (was too late for beta6).
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
SlickEdit Community
»
Archived Read Only Forums
»
SlickEdit 2018 v23 Beta Discussion
»
When refs stack is full after going to prev ref can't go back to latest