Skip to content

Comments

Selection and Range#166

Merged
longo-andrea merged 5 commits intojavascript-tutorial:masterfrom
pierangelomiceli:pierangelomiceli-selectionandrange-new
Jan 14, 2021
Merged

Selection and Range#166
longo-andrea merged 5 commits intojavascript-tutorial:masterfrom
pierangelomiceli:pierangelomiceli-selectionandrange-new

Conversation

@longo-andrea
Copy link
Contributor

No description provided.

@javascript-translate-bot

Error: the article already translated in the Progress Issue #1 ⁉️

Questo è un metodo in qualche maniera complesso. Nella sua forma più semplice con un solo argomento, sostituisce il range selezionato dall'utente e rimuove la selezione.

Per esempio, qui la selezione dell'utente verrà avvolta da `*...*`:
For example, here the user selection will be wrapped by `*...*`:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For example, here the user selection will be wrapped by `*...*`:
Per esempio, qui la selezione dell'utente verrà avvolta da `*...*`:

```

Con più argomenti, possiamo impostare uno `start` ed `end` del range.
With more arguments, we can set range `start` and `end`.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
With more arguments, we can set range `start` and `end`.
Con più argomenti, possiamo impostare uno `start` ed `end` del range.

With more arguments, we can set range `start` and `end`.

In questo esempio troviamo `"THIS"` nel campo di testo, lo sostituiamo e manteniamo la selezione sul testo sostituito:
In this example we find `"THIS"` in the input text, replace it and keep the replacement selected:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
In this example we find `"THIS"` in the input text, replace it and keep the replacement selected:
In questo esempio troviamo `"THIS"` nel campo di testo, lo sostituiamo e manteniamo la selezione sul testo sostituito:

pierangelomiceli and others added 4 commits January 14, 2021 22:25
Co-authored-by: Andrea  <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea  <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea  <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea  <45577511+longo-andrea@users.noreply.github.com>
@longo-andrea longo-andrea merged commit 211fb79 into javascript-tutorial:master Jan 14, 2021
@javascript-translate-bot

Error: the article already translated in the Progress Issue #1 ⁉️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants