Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 7837cf7

Browse files
Merge pull request #2112 from livecode/merge-develop-9.0-9.12.2019
Merge develop 9.0 9.12.2019
2 parents 2634345 + c8c51df commit 7837cf7

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

Toolset/libraries/revdebuggerlibrary.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,6 +2455,7 @@ on traceBreak pHandler, pLine
24552455
set the traceStack to the short name of __TargetStack(the long id of the target)
24562456
__UpdateScriptEditor tTarget, pHandler, pLine, "debug"
24572457
else
2458+
delete variable sLastBreakInfo
24582459
set the traceReturn to true
24592460
end if
24602461
end traceBreak

Toolset/palettes/message box/behaviors/revmessageboxsinglelinemessagebehavior.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ command revDisplayAutoComplete pString
9696
put 1 into lMatchingIndex
9797
get field "message" & char (the number of chars of field "message" +1) to (the number of chars of line 1 of lMatchingHistory) of line 1 of lMatchingHistory
9898
if it is the text of field "auto complete" then
99+
set the hscroll of field "auto complete" to the hscroll of field "message"
99100
unlock screen
100101
return empty
101102
end if

Toolset/palettes/script editor/behaviors/revsecommoneditorbehavior.livecodescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,6 +1866,7 @@ function autoCompleteCompletionRequired pLineNumber, pStructureType, pStructureN
18661866
local tScript
18671867
put textGetScript() into tScript
18681868

1869+
local tOutOfBounds
18691870
put autoCompleteInSlashCommentOrOutOfHandler(tScript, pLineNumber) into tOutOfBounds
18701871
if tOutOfBounds then
18711872
return false

notes/bugfix-22092.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Sync auto complete field when msg box is scrolled horizontally

notes/bugfix-22137.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix issue causing conditional breakpoints in repeat loops to only be evaluated once

notes/bugfix-22145.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Add missing variable declaration to editorcommon

0 commit comments

Comments
 (0)