Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

166
Views
¿Hay alguna forma mejor de usar la función de transliteración en el editor ACE?

Estoy trabajando en un proyecto en el que necesito soporte de transliteración en Ace Editor.

Actualmente mi código se ve así

 editor.container.addEventListener("keydown", (key) => { if (toggleBtn.checked) { if (key.code == "Space" || key.code == "Enter") { let pos = session.selection.getCursor(); let text = session.doc.$lines[pos.row] .slice(0, pos.column) .split(" ") .pop(); let transliteratedStr = transliteratorFuction(text); //this is return Eng to Sanskrit transliteration editor.session.replace( { start: { row: pos.row, column: pos.column - text.length, }, end: pos, }, transliteratedStr ); } } });

¿Hay alguna manera mejor de hacerlo?

Alguna sugerencia.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!