mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Add touch selection support
This commit is contained in:
parent
93a0a2df32
commit
9107b78640
5 changed files with 908 additions and 0 deletions
201
touch/LICENCE
Normal file
201
touch/LICENCE
Normal file
|
|
@ -0,0 +1,201 @@
|
|||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
24
touch/README.md
Normal file
24
touch/README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Touch Event Handler for Monaco Editor
|
||||
|
||||
This script enhances the Monaco Editor by adding touch support, enabling seamless touch-based text selection. It is one of the first touch handlers designed specifically for Monaco, making it more versatile and user-friendly on mobile devices.
|
||||
|
||||
## Features
|
||||
|
||||
- **Touch-Based Selection**: Enables text selection using touch gestures.
|
||||
- **Dynamic Positioning**: Custom selectors (right-selector and left-selector) are dynamically positioned based on the selection range within the editor.
|
||||
- **Enhanced Mobile Experience**: Provides a more intuitive and efficient editing experience on touch-enabled devices.
|
||||
|
||||
## Installation
|
||||
|
||||
To integrate the touch event handler into your Monaco Editor setup, follow these steps:
|
||||
|
||||
1. **Include the Script**: Add the touch event handler script to your project.
|
||||
2. **Initialize the Handler**: Initialize the touch event handler after setting up the Monaco Editor.
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the Apache-2.0 license. See the [LICENSE](./LICENSE) file for details.
|
||||
|
||||
---
|
||||
|
||||
This feature is developed by [axios-code](https://github.com/ONVO-me/Axios/tree/main/touch).
|
||||
522
touch/main.js
Normal file
522
touch/main.js
Normal file
|
|
@ -0,0 +1,522 @@
|
|||
|
||||
|
||||
let editor;
|
||||
let files = {};
|
||||
let currentFile = null;
|
||||
let closedError = true;
|
||||
let disabledMove = false;
|
||||
let selectionsContainer;
|
||||
let rightSelector;
|
||||
let leftSelector;
|
||||
let selectorMenu;
|
||||
let globalPoseMenu = 0;
|
||||
|
||||
require.config({ paths: { 'vs': 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.49.0/min/vs' } });
|
||||
|
||||
require(['vs/editor/editor.main'], function () {
|
||||
editor = monaco.editor.create(document.getElementById('editor'), {
|
||||
value: [
|
||||
'// A simple JavaScript script to test touch event for monaco',
|
||||
'',
|
||||
'function greetUser(name) {',
|
||||
' console.log("Hello, " + name + "!");',
|
||||
'}',
|
||||
'',
|
||||
'function factorial(n) {',
|
||||
' if (n === 0) {',
|
||||
' return 1;',
|
||||
' }',
|
||||
' return n * factorial(n - 1);',
|
||||
'}',
|
||||
'',
|
||||
'function findMax(arr) {',
|
||||
' let max = arr[0];',
|
||||
' for (let i = 1; i < arr.length; i++) {',
|
||||
' if (arr[i] > max) {',
|
||||
' max = arr[i];',
|
||||
' }',
|
||||
' }',
|
||||
' return max;',
|
||||
'}',
|
||||
'',
|
||||
'function reverseString(str) {',
|
||||
' return str.split("").reverse().join("");',
|
||||
'}',
|
||||
'',
|
||||
'greetUser("Alice");',
|
||||
'console.log("Factorial of 5:", factorial(5));',
|
||||
'console.log("Max in [1, 2, 3, 4, 5]:", findMax([1, 2, 3, 4, 5]));',
|
||||
'console.log("Reverse of \'JavaScript\':", reverseString("JavaScript"));',
|
||||
'',
|
||||
'let numbers = [1, 2, 3, 4, 5];',
|
||||
'let doubled = numbers.map(function(num) {',
|
||||
' return num * 2;',
|
||||
'});',
|
||||
'console.log("Doubled numbers:", doubled);',
|
||||
'',
|
||||
'let person = {',
|
||||
' firstName: "John",',
|
||||
' lastName: "Doe",',
|
||||
' age: 30,',
|
||||
' fullName: function() {',
|
||||
' return this.firstName + " " + this.lastName;',
|
||||
' }',
|
||||
'};',
|
||||
'console.log("Person\'s full name:", person.fullName());',
|
||||
'',
|
||||
'function fetchData(url) {',
|
||||
' return new Promise((resolve, reject) => {',
|
||||
' setTimeout(() => {',
|
||||
' resolve("Data from " + url);',
|
||||
' }, 1000);',
|
||||
' });',
|
||||
'}',
|
||||
'',
|
||||
'fetchData("https://api.example.com").then(data => {',
|
||||
' console.log(data);',
|
||||
'}).catch(error => {',
|
||||
' console.error("Error fetching data:", error);',
|
||||
'});'
|
||||
].join('\n'),
|
||||
language: 'javascript',
|
||||
theme: 'vs-dark',
|
||||
minimap: { enabled: false },
|
||||
wordWrap: 'off',
|
||||
lineDecorationsWidth: 0,
|
||||
lineNumbersMinChars: 3,
|
||||
lineNumbers: 'on',
|
||||
tabSize: 2,
|
||||
contextmenu: false
|
||||
});
|
||||
|
||||
|
||||
function undo() {
|
||||
editor.trigger('keyboard', 'undo', null);
|
||||
}
|
||||
|
||||
// Function to perform redo in Monaco Editor
|
||||
function redo() {
|
||||
editor.trigger('keyboard', 'redo', null);
|
||||
}
|
||||
|
||||
function selectAll() {
|
||||
editor.focus();
|
||||
const id = document.querySelector('.tap.selected').getAttribute('data-file-id');
|
||||
const model = files[id].model;
|
||||
if (model) {
|
||||
const fullRange = model.getFullModelRange();
|
||||
editor.setSelection(fullRange);
|
||||
}
|
||||
}
|
||||
|
||||
function copy() {
|
||||
const selection = editor.getSelection();
|
||||
const selectedText = editor.getModel().getValueInRange(selection);
|
||||
navigator.clipboard.writeText(selectedText).then(() => {
|
||||
error('Copied to clipboard')
|
||||
|
||||
}).catch(err => {
|
||||
error('Error in copying', err)
|
||||
});
|
||||
}
|
||||
|
||||
// Function to cut the current selection in Monaco Editor
|
||||
function cut() {
|
||||
const selection = editor.getSelection();
|
||||
const selectedText = editor.getModel().getValueInRange(selection);
|
||||
navigator.clipboard.writeText(selectedText).then(() => {
|
||||
editor.executeEdits('', [{ range: selection, text: '' }]);
|
||||
}).catch(err => {
|
||||
editor.executeEdits('', [{ range: selection, text: '' }]);
|
||||
});
|
||||
}
|
||||
|
||||
// Function to paste the content from the clipboard into Monaco Editor
|
||||
function paste() {
|
||||
navigator.clipboard.readText().then(text => {
|
||||
const selection = editor.getSelection();
|
||||
editor.executeEdits('', [{ range: selection, text }]);
|
||||
console.log('Pasted from clipboard');
|
||||
}).catch(err => {
|
||||
console.error('Failed to paste: ', err);
|
||||
});
|
||||
}
|
||||
function formatDocument() {
|
||||
editor.focus();
|
||||
editor.getAction('editor.action.formatDocument').run();
|
||||
}
|
||||
// Expose functions to global scope
|
||||
window.undo = undo;
|
||||
window.redo = redo;
|
||||
window.undo = undo;
|
||||
window.copy = copy;
|
||||
window.cut = cut;
|
||||
window.paste = paste
|
||||
window.selectAll = selectAll;
|
||||
window.formatDocument = formatDocument;
|
||||
|
||||
function initializeSelector() {
|
||||
// Create the selectors container
|
||||
selectionsContainer = document.createElement('div');
|
||||
selectionsContainer.className = 'selections hidden';
|
||||
|
||||
// Create the right-selector and left-selector divs
|
||||
rightSelector = document.createElement('div');
|
||||
rightSelector.className = 'selctos right-selector';
|
||||
leftSelector = document.createElement('div');
|
||||
leftSelector.className = 'selctos left-selector';
|
||||
|
||||
// Append the selectors to the container
|
||||
selectionsContainer.appendChild(rightSelector);
|
||||
selectionsContainer.appendChild(leftSelector);
|
||||
|
||||
// Add the selections container to the Monaco editor scrollable area
|
||||
const editorScrollableNode = document.querySelector('.lines-content.monaco-editor-background');
|
||||
editorScrollableNode.insertAdjacentElement('afterbegin', selectionsContainer);
|
||||
|
||||
|
||||
// selectors
|
||||
|
||||
selectorMenu = document.createElement('div');
|
||||
selectorMenu.className = 'menu-selector hidden';
|
||||
// Create the outer container
|
||||
const outsetContainer = document.createElement('div');
|
||||
outsetContainer.className = 'outset-shit-select';
|
||||
|
||||
// Create the inner menu container
|
||||
const insetMenu = document.createElement('div');
|
||||
insetMenu.className = 'inset-menu';
|
||||
|
||||
// Create and append menu items to the inner menu container
|
||||
const menuItems = [
|
||||
{ className: 'copy', text: 'Copy', action: copy },
|
||||
{ className: 'cut', text: 'Cut', action: cut },
|
||||
{ className: 'paste', text: 'Paste', action: paste },
|
||||
{ className: 'select', text: 'Select all', action: selectAll },
|
||||
{ className: 'undo', text: 'Undo', action: undo },
|
||||
{ className: 'redo', text: 'Redo', action: redo },
|
||||
{ className: 'format', text: 'Format document', action: formatDocument }
|
||||
];
|
||||
|
||||
menuItems.forEach(item => {
|
||||
const div = document.createElement('div');
|
||||
div.className = `mnc ${item.className}`;
|
||||
div.innerHTML = `<span>${item.text}</span>`;
|
||||
div.ontouchstart = function () {
|
||||
this.classList.add('hovered');
|
||||
};
|
||||
div.ontouchmove = function () {
|
||||
this.classList.remove('hovered');
|
||||
};
|
||||
div.ontouchend = function () {
|
||||
this.classList.remove('hovered');
|
||||
item.action();
|
||||
selectorMenu.classList.add('hidden')
|
||||
};
|
||||
insetMenu.appendChild(div);
|
||||
});
|
||||
|
||||
|
||||
// Create and append the right-arrow element
|
||||
const leftArrow = document.createElement('div');
|
||||
leftArrow.className = 'right-arrow-mnc left';
|
||||
leftArrow.ontouchstart = function () {
|
||||
this.classList.add('hovered');
|
||||
};
|
||||
leftArrow.ontouchmove = function () {
|
||||
this.classList.remove('hovered');
|
||||
};
|
||||
|
||||
leftArrow.ontouchend = function () {
|
||||
this.classList.remove('hovered');
|
||||
const containerWidth = outsetContainer.offsetWidth;
|
||||
let newScrollPosition = currentScrollPosition - containerWidth;
|
||||
if (newScrollPosition < 0) {
|
||||
newScrollPosition = 0;
|
||||
}
|
||||
outsetContainer.scrollTo({
|
||||
left: newScrollPosition,
|
||||
behavior: 'smooth'
|
||||
});
|
||||
currentScrollPosition = newScrollPosition;
|
||||
if (newScrollPosition < 5) {
|
||||
selectorMenu.classList.remove('scrolled');
|
||||
}
|
||||
};
|
||||
|
||||
const rightArrow = document.createElement('div');
|
||||
rightArrow.className = 'right-arrow-mnc';
|
||||
rightArrow.ontouchstart = function () {
|
||||
this.classList.add('hovered');
|
||||
};
|
||||
rightArrow.ontouchmove = function () {
|
||||
this.classList.remove('hovered');
|
||||
};
|
||||
|
||||
let currentScrollPosition = 0;
|
||||
rightArrow.ontouchend = function () {
|
||||
this.classList.remove('hovered');
|
||||
const containerWidth = outsetContainer.offsetWidth;
|
||||
const scrollWidth = outsetContainer.scrollWidth;
|
||||
let newScrollPosition = currentScrollPosition + containerWidth;
|
||||
if (newScrollPosition > scrollWidth) {
|
||||
newScrollPosition = scrollWidth;
|
||||
}
|
||||
outsetContainer.scrollTo({
|
||||
left: newScrollPosition,
|
||||
behavior: 'smooth'
|
||||
});
|
||||
currentScrollPosition = newScrollPosition;
|
||||
selectorMenu.classList.add('scrolled');
|
||||
};
|
||||
|
||||
outsetContainer.appendChild(insetMenu);
|
||||
selectorMenu.appendChild(outsetContainer);
|
||||
selectorMenu.appendChild(rightArrow);
|
||||
selectorMenu.appendChild(leftArrow);
|
||||
|
||||
selectorMenu.addEventListener('touchstart', (event) => {
|
||||
const touch = event.touches[0];
|
||||
event.preventDefault();
|
||||
disabledMove = true;
|
||||
});
|
||||
|
||||
selectorMenu.addEventListener('touchmove', (event) => {
|
||||
const touch = event.touches[0];
|
||||
event.preventDefault();
|
||||
disabledMove = true;
|
||||
});
|
||||
|
||||
selectorMenu.addEventListener('touchend', (event) => {
|
||||
const touch = event.touches[0];
|
||||
event.preventDefault();
|
||||
disabledMove = false;
|
||||
});
|
||||
|
||||
editorScrollableNode.insertAdjacentElement('afterbegin', selectorMenu);
|
||||
|
||||
function handleSelectorTouch(selector, isLeft) {
|
||||
let touchStartPos;
|
||||
let initialSelection;
|
||||
let touchMoved = false; // Track if touchmove occurred
|
||||
let touchEndTimeout; // Timeout to handle fast moves
|
||||
|
||||
selector.addEventListener('touchstart', (event) => {
|
||||
const touch = event.touches[0];
|
||||
touchStartPos = { x: touch.clientX, y: touch.clientY };
|
||||
initialSelection = editor.getSelection();
|
||||
touchMoved = false; // Reset touchMoved flag
|
||||
if (touchEndTimeout) clearTimeout(touchEndTimeout);
|
||||
event.preventDefault();
|
||||
disabledMove = true;
|
||||
});
|
||||
|
||||
selector.addEventListener('touchmove', (event) => {
|
||||
const touch = event.touches[0];
|
||||
const target = editor.getTargetAtClientPoint(touch.clientX, touch.clientY);
|
||||
|
||||
if (target && target.position) {
|
||||
const newSelection = isLeft
|
||||
? new monaco.Selection(
|
||||
target.position.lineNumber,
|
||||
target.position.column,
|
||||
initialSelection.endLineNumber,
|
||||
initialSelection.endColumn
|
||||
)
|
||||
: new monaco.Selection(
|
||||
initialSelection.startLineNumber,
|
||||
initialSelection.startColumn,
|
||||
target.position.lineNumber,
|
||||
target.position.column
|
||||
);
|
||||
editor.setSelection(newSelection);
|
||||
touchMoved = true; // Mark that touchmove occurred
|
||||
}
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
selector.addEventListener('touchend', (event) => {
|
||||
if (!touchMoved) {
|
||||
const touch = event.changedTouches[0];
|
||||
const target = editor.getTargetAtClientPoint(touch.clientX, touch.clientY);
|
||||
|
||||
if (target && target.position) {
|
||||
const newSelection = isLeft
|
||||
? new monaco.Selection(
|
||||
target.position.lineNumber,
|
||||
target.position.column,
|
||||
initialSelection.endLineNumber,
|
||||
initialSelection.endColumn
|
||||
)
|
||||
: new monaco.Selection(
|
||||
initialSelection.startLineNumber,
|
||||
initialSelection.startColumn,
|
||||
target.position.lineNumber,
|
||||
target.position.column
|
||||
);
|
||||
editor.setSelection(newSelection);
|
||||
}
|
||||
}
|
||||
touchStartPos = null;
|
||||
initialSelection = null;
|
||||
touchMoved = false;
|
||||
});
|
||||
}
|
||||
|
||||
handleSelectorTouch(leftSelector, true);
|
||||
handleSelectorTouch(rightSelector, false);
|
||||
|
||||
}
|
||||
|
||||
const editorElement = document.getElementById('editor');
|
||||
let touchTimeout;
|
||||
let touchCount = 0;
|
||||
let startPosition;
|
||||
let isSelecting = false;
|
||||
|
||||
function getLineYCoordinate(position) {
|
||||
const lineTop = editor.getTopForLineNumber(position.lineNumber);
|
||||
const editorCoords = editorElement.getBoundingClientRect();
|
||||
const lineY = window.scrollY + editorCoords.top + lineTop - tapsHeight;
|
||||
return lineY;
|
||||
}
|
||||
|
||||
function isPositionInSelection(position) {
|
||||
const selection = editor.getSelection();
|
||||
if (!selection || selection.isEmpty()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const startPosition = selection.getStartPosition();
|
||||
const endPosition = selection.getEndPosition();
|
||||
|
||||
// Compare the position with the selection range
|
||||
const isInRange = (
|
||||
position.lineNumber > startPosition.lineNumber ||
|
||||
(position.lineNumber === startPosition.lineNumber && position.column >= startPosition.column)
|
||||
) && (
|
||||
position.lineNumber < endPosition.lineNumber ||
|
||||
(position.lineNumber === endPosition.lineNumber && position.column <= endPosition.column)
|
||||
);
|
||||
|
||||
return isInRange;
|
||||
}
|
||||
|
||||
editorElement.addEventListener('touchstart', (event) => {
|
||||
if (selectorMenu.contains(event.target) || selectionsContainer.contains(event.target)) {
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
}
|
||||
touchCount++;
|
||||
if (touchTimeout) {
|
||||
clearTimeout(touchTimeout);
|
||||
}
|
||||
|
||||
touchTimeout = setTimeout(() => {
|
||||
// in here, want get YValue based on line offset top like the value of the rouched line to document
|
||||
isSelecting = true;
|
||||
if (!isPositionInSelection(startPosition)) {
|
||||
editor.setPosition(startPosition);
|
||||
}
|
||||
let YValue = getLineYCoordinate(startPosition);
|
||||
showContextMenu(event.touches[0].clientX, YValue - 50);
|
||||
}, 1000); // 1 second long press to show context menu
|
||||
const touch = event.touches[0];
|
||||
const target = editor.getTargetAtClientPoint(touch.clientX, touch.clientY);
|
||||
if (target && target.position) {
|
||||
startPosition = target.position;
|
||||
}
|
||||
});
|
||||
|
||||
editorElement.addEventListener('touchend', () => {
|
||||
if (touchTimeout) {
|
||||
clearTimeout(touchTimeout);
|
||||
}
|
||||
if (isSelecting) {
|
||||
isSelecting = false;
|
||||
}
|
||||
if (disabledMove) {
|
||||
disabledMove = false;
|
||||
}
|
||||
});
|
||||
|
||||
const tapsHeight = -3 // assuming you have some element on top that takes some height
|
||||
const leftLength = document.querySelector('.monaco-editor .margin').offsetWidth
|
||||
|
||||
editorElement.addEventListener('touchmove', (event) => {
|
||||
if (touchTimeout) {
|
||||
clearTimeout(touchTimeout);
|
||||
}
|
||||
|
||||
if (disabledMove) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
}
|
||||
|
||||
if (startPosition && isSelecting) {
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
const touch = event.touches[0];
|
||||
const target = editor.getTargetAtClientPoint(touch.clientX, touch.clientY);
|
||||
if (target && target.position) {
|
||||
editor.setSelection(new monaco.Selection(startPosition.lineNumber, startPosition.column, target.position.lineNumber, target.position.column));
|
||||
isSelecting = true;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
editor.onDidChangeCursorSelection((e) => {
|
||||
const selection = e.selection;
|
||||
const startPosition = selection.getStartPosition();
|
||||
const endPosition = selection.getEndPosition();
|
||||
|
||||
if (selection.isEmpty()) {
|
||||
// Hide the selections container when there's no selection
|
||||
selectionsContainer.classList.add('hidden');
|
||||
selectorMenu.classList.add('hidden')
|
||||
return;
|
||||
}
|
||||
|
||||
// Get the top position of the start and end lines
|
||||
const startLineTop = editor.getTopForLineNumber(startPosition.lineNumber);
|
||||
const endLineTop = editor.getTopForLineNumber(endPosition.lineNumber);
|
||||
|
||||
// Get the position of the start and end of the selection in client coordinates
|
||||
const startCoords = editor.getScrolledVisiblePosition(startPosition);
|
||||
const endCoords = editor.getScrolledVisiblePosition(endPosition);
|
||||
|
||||
if (startCoords && endCoords) {
|
||||
const editorCoords = editorElement.getBoundingClientRect();
|
||||
|
||||
// Calculate positions for the selectors based on line number top positions
|
||||
const leftSelectorX = editorCoords.left + startCoords.left - leftLength;
|
||||
const leftSelectorY = editorCoords.top + startLineTop - tapsHeight;
|
||||
const rightSelectorX = editorCoords.left + endCoords.left - leftLength;
|
||||
const rightSelectorY = editorCoords.top + endLineTop - tapsHeight;
|
||||
|
||||
// Update the left-selector position
|
||||
leftSelector.style.transform = `translateX(${leftSelectorX - 30}px) translateY(${leftSelectorY - 8}px)`;
|
||||
// Update the right-selector position
|
||||
rightSelector.style.transform = `translateX(${rightSelectorX - 30}px) translateY(${rightSelectorY - 8}px)`;
|
||||
globalPoseMenu = leftSelectorY - 50
|
||||
}
|
||||
|
||||
// Show the selections container when there is a selection
|
||||
selectionsContainer.classList.remove('hidden');
|
||||
});
|
||||
|
||||
initializeSelector();
|
||||
|
||||
function showContextMenu(x, y) {
|
||||
let top = globalPoseMenu == 0 ? y : globalPoseMenu
|
||||
if (top < 50) {
|
||||
top = 60;
|
||||
}
|
||||
selectorMenu.style.transform = `translateY(${top}px)`
|
||||
selectorMenu.classList.remove('hidden')
|
||||
}
|
||||
|
||||
editorElement.addEventListener('click', (event) => {
|
||||
event.stopPropagation();
|
||||
});
|
||||
});
|
||||
144
touch/style.css
Normal file
144
touch/style.css
Normal file
|
|
@ -0,0 +1,144 @@
|
|||
* {
|
||||
margin: 0;
|
||||
scrollbar-width: 0;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none!important;
|
||||
}
|
||||
#editor {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.selections {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.selctos {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
background: #7a77ff;
|
||||
position: absolute;
|
||||
border-radius: 50%;
|
||||
margin-top: 25px;
|
||||
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
|
||||
}
|
||||
|
||||
.selctos.right-selector {
|
||||
border-top-left-radius: 0;
|
||||
margin-left: -8px;
|
||||
}
|
||||
|
||||
.selctos.left-selector {
|
||||
border-top-right-radius: 0;
|
||||
margin-left: -35px;
|
||||
}
|
||||
|
||||
.menu-selector {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
height: 45px;
|
||||
background: #fff;
|
||||
border-radius: 18px;
|
||||
max-width: 75vw;
|
||||
width: fit-content;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.inset-menu {
|
||||
display: flex;
|
||||
width: fit-content;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.mnc {
|
||||
position: relative;
|
||||
display: flex;
|
||||
padding: 0 16px;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
font-size: 14px;
|
||||
color: #000;
|
||||
white-space: nowrap;
|
||||
line-height: 20px;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
.mnc:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
right: 0;
|
||||
height: 20px;
|
||||
opacity: 0.1;
|
||||
border-right: 1px solid #000;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.outset-shit-select {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
-webkit-mask-image: linear-gradient(to right, black 95%, transparent 100%);
|
||||
width: calc(100% - 50px);
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.right-arrow-mnc {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 45px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.right-arrow-mnc:after {
|
||||
content: '';
|
||||
display: flex;
|
||||
height: 40px;
|
||||
width: 100%;
|
||||
-webkit-mask-position: center;
|
||||
-webkit-mask-size: 24px;
|
||||
-webkit-mask-image: url(assets/arrow.svg?sad);
|
||||
background: #000;
|
||||
-webkit-mask-repeat: no-repeat;
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
.right-arrow-mnc:before {
|
||||
content: '';
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.hovered {
|
||||
background: rgb(0 0 0 / 25%);
|
||||
}
|
||||
|
||||
.right-arrow-mnc.left {
|
||||
left: 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.right-arrow-mnc.left:after {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.menu-selector.scrolled {
|
||||
padding-left: 45px;
|
||||
}
|
||||
|
||||
.menu-selector.scrolled .right-arrow-mnc.left {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.menu-selector.scrolled .inset-menu {
|
||||
padding-left: 0;
|
||||
}
|
||||
17
touch/test.html
Normal file
17
touch/test.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Monaco Editor touch support</title>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.49.0/min/vs/editor/editor.main.css">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="editor"></div>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.49.0/min/vs/loader.js"></script>
|
||||
<script src="main.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue