editor tag

73 questions


1 answers
69 views
0
I want to use javascript to determine the character code of the cursor position and branch conditions.

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.

1 years ago

1 answers
75 views
0
Are EmEditor macros processed in parallel for multiple threads?

Resolved ReportsThanks to Mr. Emura, I was able to solve the problem.I changed it to a continuous replacement, so it became 10 times faster and faster.It takes about 20 minutes for 1.05 million lines....

1 years ago

1 answers
93 views
0
How Do I Not Leave Search History in EmEditor

I think you can change the number of histories based on the number of views in the recent search.Value cannot be 0.Is there a way not to leave a search history for privacy reasons?

1 years ago

1 answers
68 views
0
When you open a pinned file from the EmEditor icon on the taskbar, it is not active when it is already open.

I am using EmEditor 20.0.901 in Windows 10.EmEditor is pinned to the taskbar, and frequently used files are pinned to the menu that comes up when you right-click the EmEditor icon.So I suddenly realiz...

1 years ago

1 answers
69 views
0
About replacing abnormal values with arbitrary symbols or blanks

Suppose there exists an example of the observed value data (nxm, but m=1) for the following matrix in the CSV file:11002001000Is the abnormal value of 50 or less or 500 or more replaced with NA or bla...

1 years ago

1 answers
49 views
0
Unable to import/export continuous replace dialog

Since EmEditor 19.9.x, the Import/Export button for TSV files has disappeared in the Continuous Replace dialog.This is a very useful feature, so please re-add import/export functionality to the Contin...

1 years ago

1 answers
132 views
0
How do I get Atom's LaTeX to use mendex?

I use upLaTeX for TeX Live 2018 and Atom's LaTeX package.Preamble to index the document you are creating\uspackage {makeidx}\makeindexis written \printindex in the body.You can make an index, but the ...

1 years ago

1 answers
51 views
0
How do you write in macros in EmEditor to go down one line at a time in blue selection?

How do you write in macros in EmEditor to go down one line at a time in blue selection?I'd like to do macro processing on a row-by-row basis in between.editor.ExecuteCommandByID (4154); Or editor.Exec...

1 years ago

1 answers
79 views
0
About atom C++ string

I created the source code for Atom (also in vscode) C++ (shown below) and when I run it, I can't use the string system. Could someone tell me how to improve it?The compiler is MinGw.Run Results Source...

1 years ago

1 answers
66 views
0
I want to draw a marker in the selected area in the atom plain text.

I wanted to draw a line with a marker at important points when taking notes in atom.Do you have any good packages?

1 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.