Too much manual work to track the "biggest" data for each column.
I was looking for something like this
http://www.ultraedit.com/support/tutori ... files.html where it scans all the data and it decides the "biggest" data
Search found 10 matches
- Fri Aug 15, 2014 9:54 pm
- Forum: General
- Topic: Macro to line up delimited Items?
- Replies: 5
- Views: 728
- Tue Aug 12, 2014 3:19 pm
- Forum: General
- Topic: Macro to line up delimited Items?
- Replies: 5
- Views: 728
- Tue Aug 12, 2014 2:58 pm
- Forum: General
- Topic: Macro to line up delimited Items?
- Replies: 5
- Views: 728
Macro to line up delimited Items?
Hi, Is there any macro that can line up delimited data for easier viewing? Excel import is too cumbersome. Ex: Orginal File PET,FRUIT,COLOR,SHAPE Dog,Lemon,Red,Triangle Cat,Lime,Blue,Circle Bird,Orange,Yellow,Square Desired Output PET ,FRUIT ,COLOR ,SHAPE Dog ,Lemon ,Red ,Triangle Cat ,Lime ,Blue ...
- Tue Aug 10, 2004 1:14 pm
- Forum: Tips
- Topic: Ctrl+D mapped to Edit > Copy Other > File Name
- Replies: 0
- Views: 1210
Ctrl+D mapped to Edit > Copy Other > File Name
Its very useful for me. Specially when opening up code in different workspaces. For example, we have 3 workspaces set up here at my work. DEV, TEST, LIVE. I have a program open in DEV (G:\DEV\src\java\orders\Order.java) I want to open the TEST version of that program (G:\TEST\src\java\orders\Order ...
- Tue Jul 29, 2003 1:11 pm
- Forum: General
- Topic: Syntax Highlighting and Nested Comments
- Replies: 0
- Views: 287
Syntax Highlighting and Nested Comments
Does anyone know how to force Textpad to recognize nested comments? The line "LINE1" shows up as BLUE, instead of GREEN. By the way, the programming language is called Progress and I downloaded the Syntax Definitions from the website. COMMENTS = GREEN CODE = BLUE CODE1 /*** COMMENT1 /*** COMMENT2 ...
- Fri Jul 11, 2003 9:49 pm
- Forum: Tips
- Topic: Manipulating, Aligning data without RegExp
- Replies: 3
- Views: 2961
Manipulating, Aligning data without RegExp
When trying to do a Search or Replace, sometimes its hard to come up w/ RegExp, so what I do is use a combination of Replace and Block Select Mode. Heres a simple example: Lets say my goal is to align the second items in each line. banana, pears, apple lemon, mango, pineapple, lime avocado, lime ...
- Fri Jul 11, 2003 8:52 pm
- Forum: Enhancement Suggestions
- Topic: easy handy feature: more details in the "Searching for&
- Replies: 0
- Views: 528
easy handy feature: more details in the "Searching for&
in the Find in Files, instead of just showing "Searching for: Dog"
how about "Searching for: 'Dog' in files '*.txt' in folder 'C:\windows'"
this way when i look back later in my old searches i know what criteria i entered
how about "Searching for: 'Dog' in files '*.txt' in folder 'C:\windows'"
this way when i look back later in my old searches i know what criteria i entered
- Fri Jul 11, 2003 8:31 pm
- Forum: General
- Topic: Find the 1ST OCCURRENCE of a word in parentheses, ignore oth
- Replies: 6
- Views: 957
a simple way
1) press SHIFT+F10 then B (to put you in Block Select mode) 2) select the first half column of your data, making sure it captures all the zipcodes only on the left side and none of the zipcodes on the right side 3) press F8 (search and replace) 4) type "(123)" in Find-What 5) type "AL (123)" in ...
- Fri Jul 11, 2003 8:13 pm
- Forum: General
- Topic: Right-click without changing cursor position
- Replies: 5
- Views: 748
press SHIFT+F10
pressing SHIFT+F10 is similar to right-clicking
- Fri Jul 11, 2003 8:04 pm
- Forum: General
- Topic: split view control?
- Replies: 4
- Views: 526
CTRL-F9 Tools > Compare Files
If you wanna compare files, press CTRL-F9 or Tools > Compare Files then type in both the filename.
No need for splitting windows.
Also try Visualdiff. Its free unlike ExamdiffPro
No need for splitting windows.
Also try Visualdiff. Its free unlike ExamdiffPro