I'd like to use the macro (javascript) to determine the character code of the cursor and branch the conditions, but I can't find it even after searching, so please let me know.
emeditor
Write the macro as follows: ch
is populated with characters.
document.selection.Collapse();// Unselect if a selection exists
varx = document.selection.GetActivePointX(eePosLogical);
variable = document.selection.GetActivePointY(eePosLogical);
var str = document.GetLine(y);
varch = str.charAt(x-1);
alert(ch);// Rewrite this line
884 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
596 GDB gets version error when attempting to debug with the Presense SDK (IDE)
567 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.