Advaced text selection?

Discussion in 'Application Software' started by Stannieman, Dec 10, 2010.

  1. Stannieman

    Stannieman MDL Guru

    Sep 4, 2009
    2,232
    1,818
    90
    #1 Stannieman, Dec 10, 2010
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. idsk

    idsk MDL Junior Member

    Aug 25, 2009
    62
    5
    0
    i like to code too, and i wish i had such a powerfull editor, but i never found one...
    best u can do is taking an editor whith macro/script, and make ur own script
    or search some other ways to make same result :

    "It would be a grate aid if I could just drag a box around all the dims and delete them at once like this"
    u can try to search and replace "dim" with nothing

    "Or when I copy them and paste them again before other variables they would still be underneath each other, if you know what I mean."
    u can for eg search in hexa "0D0A" and replace with "0D0A blabla"

    btw i use "010 editor" because its very fast to open binaries, but syntax color is weak..
     
  3. Phazor

    Phazor MDL Expert

    Sep 1, 2009
    1,144
    518
    60
    Easy way to get rid of single words/strings without breaking the formatting:

    • Open code-text in notepad

    • Click Edit/Replace

    • Enter word or string to be removed (e.g. Dim) in the 'Find what:' field

    • Do not enter anything in the 'Replace with:' field

    • Click 'Repace All'

    • Save


    Thats what i usually do, still i would like to have an app with better editing options too...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Apokrif

    Apokrif MDL Addicted

    Dec 7, 2008
    542
    35
    30
    #4 Apokrif, Dec 11, 2010
    Last edited: Dec 11, 2010
    In addition to Phazor reply – you can always use regex replacement and/or "box selection"
    In MS VS the latter is Shift-Alt-Arrows or "hold down Alt & drag with the mouse to get a rectangular selection of text"
     
  5. CODYQX4

    CODYQX4 MDL Developer

    Sep 4, 2009
    4,813
    45,775
    150
    #5 CODYQX4, Dec 11, 2010
    Last edited: Apr 15, 2019
    .
     
  6. kevin_lee

    kevin_lee MDL Novice

    Dec 9, 2010
    4
    3
    0
    For text editor You have to make coding with specific programming language. You can also search text editor program in Google also like search source code of text editor in__language.
     
  7. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,356
    2,026
    210
    Use Textpad
    Will do exactly what you need (and way more)

    sebus
     
  8. Stannieman

    Stannieman MDL Guru

    Sep 4, 2009
    2,232
    1,818
    90
    Shift alt indeed works, and yes I'm iplementing support for all office products right now for channel switcher 1.3. And if MS uses the same SP1 for both office, visio and project then 1.4 will have sp1 slipstream support.

    @sebus: From first look textpad looks really powerfull :cool:
    And it can also past text with the shift alt function, which VS doesn't, thanks
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. doc

    doc MDL Novice

    Aug 12, 2009
    25
    3
    0
    As Sebus Says: use textpad. You can download plugin's for different program languages.
     
  10. urie

    urie Moderator
    Staff Member

    May 21, 2007
    9,039
    3,388
    300
    #11 urie, Dec 13, 2010
    Last edited by a moderator: Apr 20, 2017
  11. seyamco

    seyamco MDL Novice

    May 7, 2008
    25
    0
    0
    Visual Studio 2010
     
  12. Stannieman

    Stannieman MDL Guru

    Sep 4, 2009
    2,232
    1,818
    90
    Yes I already have vs2010 :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...