Feature-Request – EmEditor (Text Editor) https://www.emeditor.com Best Text Editor, Code Editor, CSV Editor, Large File Viewer for Windows (Free versions available) Wed, 10 Jun 2015 13:37:58 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.5 Feature Request : Source Scrollbar https://www.emeditor.com/forums/topic/feature-request-source-scrollbar/ Wed, 10 Jun 2015 13:37:58 +0000 https://www.emeditor.com/forums/topic/feature-request-source-scrollbar/ EmEditor rules forever, but it would be so nice to support the almost new defined standard of source-scrollbars. ( Minified file content as visualized scrollbar )

I’m sure it slows down processing on big files, so it has to be a switchable feature.

Visual Studio, SublimeText & now even the ultra-slow cumbersome UltraEdit – support this functionality and it really helps.

]]>
Feature Request : Python Scripting Engine https://www.emeditor.com/forums/topic/feature-request-python-scripting-engine/ Wed, 10 Jun 2015 13:32:27 +0000 https://www.emeditor.com/forums/topic/feature-request-python-scripting-engine/ Python is pretty famous and “some” Editors support Python as scripting engine ( IDA Hex-Rays does that too )
It would be cool to support Python 3 as additional native Scripting Engine to EmEditor.
Python programming is real fun.

]]>
CSV and "Fill with…" feature https://www.emeditor.com/forums/topic/csv-and-fill-with-feature/ Sat, 29 Oct 2011 12:22:41 +0000 Separated Values/Sort > User Defined” […]]]> I discover the CSV feature and find it great useful.

For example have an list with a few items in one line and an specific delimiter:


One; Albert; 123
Second; Martin; 365
No. Three; Timothee; 987

Now sometimes you want the columns adjusted for better overview?
So use “Edit > Separated Values/Sort > User Defined”


One; Albert; 123
Second; Martin; 365
No. Three; Timothee; 987

If your separator is an coma use CSV, if it is an tab use TSV.

Very fine Yutaka! Thanks, thats very useful to me every few weeks!

But now i have a few questions:

1.) CSV seams not to work with selection, or IOW
i want to skip some lines at the top and only CSV
some lines below. Can that be improved? (or i would
use what i ask now in Q2 below)

2.) How can i make the separating stay for ever?
Means; i want to add spaces after the last char/sign
in each line till the next column to have this alignment stay even after leaving CSV-mode.

Or as an more general approach i would like to suggest an feature “Fill with…”

“Fill with…” should fill each “non-used position” with an given sign.

For example i have tis block:

One
Two
Three
Four
Five
Six
Seven

I want to select that block, call “Fill”, enter an space
or an ‘X’ here for better visibility, and would get:


OneXX
TwoXX
Three
FourX
FiveX
SixXX
Seven

Then i could select an CSV column and use “Fill…”

I see for spaces i can use Column-Selection for this:
– make an one-position selection right after the last sign
– type an any sign (the lines are filled up with spaces)
– delete that typed sign (the spaces are still there)

but this didn’t work in CSV-mode
and this works to fill spaces only, not other signs like dots f.ex.


One;.......Albert;...123
Second;....Martin;...365
No. Three;.Timothee;.987

]]>