Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 239437 Details for
Bug 426910
[outliner] Scroll and reveal should scroll to start of selection, not the end
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix to select only the opening bracket
426910.patch (text/plain), 678 bytes, created by
Curtis Windatt
on 2014-01-29 12:15:25 EST
(
hide
)
Description:
Fix to select only the opening bracket
Filename:
MIME Type:
Creator:
Curtis Windatt
Created:
2014-01-29 12:15:25 EST
Size:
678 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.javascript/web/javascript/signatures.js b/bundles/org.eclipse.orion.client.javascript/web/javascript/signatures.js >index f6cdd94..0540683 100644 >--- a/bundles/org.eclipse.orion.client.javascript/web/javascript/signatures.js >+++ b/bundles/org.eclipse.orion.client.javascript/web/javascript/signatures.js >@@ -275,7 +275,9 @@ > } > else if(astnode.range) { > range = astnode.range; >- if(astnode.type === 'FunctionExpression') { >+ if(astnode.type === 'ObjectExpression') { >+ range[1] = range[0]+1; >+ } else if(astnode.type === 'FunctionExpression') { > range[1] = range[0]+8; > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 426910
: 239437