From c49272e64c957fee9c1de1d7dbe4748cec8e40ea Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Thu, 28 Apr 2016 00:09:30 -0300 Subject: [PATCH] Disable selection when Quick Navigation is used. Previously, upon clicking the Quick Navigation button, the IDE could accidentally select all lines between the current and the destination line. Such behaviour has been fixed. --- source/global/version.bas | 2 +- source/ide/ide_methods.bas | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/global/version.bas b/source/global/version.bas index bf4ebffe1..6c9f72498 100644 --- a/source/global/version.bas +++ b/source/global/version.bas @@ -3,5 +3,5 @@ DIM SHARED BuildNum AS STRING Version$ = "1.000" 'BuildNum format is YYYYMMDD/id, where id is a ever-increasing 'integer. If you make a change, update the date and increase the id! -BuildNum$ = "20160421/11" +BuildNum$ = "20160428/12" diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index 57a4b6cba..f92d8c0a2 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -1132,6 +1132,7 @@ DO PRINT " " + CHR$(17) + " "; PCOPY 3, 0 IF mB THEN + ideselect = 0 idecy = QuickNavHistory(QuickNavTotal) QuickNavTotal = QuickNavTotal - 1 _DELAY .2