-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable automatic URL linking (bug 1019475) #19110
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does this perform, especially in documents that contain a lot of text?
Also, we probably want a new option/preference to be able to disable this functionality.
a7d0024
to
f3737b5
Compare
cad781f
to
93e5417
Compare
I was a bit unsure if I understood exactly what you were suggesting but how does this commit look? It "fetches" the textContents from the previous render of the textLayer and makes the processing step sync. |
@Snuffleupagus nvm my last comment, I figured it out after looking at |
517c74e
to
7849bc0
Compare
7849bc0
to
5103798
Compare
d33ea72
to
a127613
Compare
864c116
to
6aee919
Compare
At a glance, the integration test failures seem unrelated to this PR, although I'll check to be sure. |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/5a2fadaeaeba323/output.txt Total script time: 59.50 mins
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you.
@Snuffleupagus: gentle ping for your approval. |
5c182a1
to
076f09d
Compare
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/8269e46056099cb/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/6d7147e11acd620/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/6d7147e11acd620/output.txt Total script time: 29.31 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/8269e46056099cb/output.txt Total script time: 58.75 mins
|
076f09d
to
9da56c1
Compare
Automatically detect links in the text content of a file and automatically generate link annotations at the appropriate locations to achieve automatic link detection and hyperlinking.
9da56c1
to
61ba1ea
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/a575219a2cf1a69/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/45df2f91f2a7971/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/a575219a2cf1a69/output.txt Total script time: 29.44 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/45df2f91f2a7971/output.txt Total script time: 59.44 mins
|
709eb0d
to
61ba1ea
Compare
The integration tests failures are unrelated. |
Automatically detect links in the text content of a file and automatically generate link annotations at the appropriate locations to achieve automatic link detection and hyperlinking.
References: