Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. General purpose Text editor or IDE

General purpose Text editor or IDE

Scheduled Pinned Locked Moved The Lounge
visual-studiocsharpwpfdebuggingperformance
40 Posts 30 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Gary Wheeler

    Hold shift+alt while you use the arrow keys to extend a rectangular selection to the right and down. You can then use cut/paste to move/copy the area.

    Software Zen: delete this;

    R Offline
    R Offline
    Rama Krishna Vavilala
    wrote on last edited by
    #29

    Oh! I am not talking about that. In an editor named Textmate, I can select a rectangular region by pression alt and arrow keys. Then when I tap on Alt and start typing, the typed text get inserted in the column. The way to accomplish the same thing in VS is to use regex find replace iafter selecting the column. That feature is useful to format the output of shell scripts as HTML.

    G 1 Reply Last reply
    0
    • R Rama Krishna Vavilala

      Oh! I am not talking about that. In an editor named Textmate, I can select a rectangular region by pression alt and arrow keys. Then when I tap on Alt and start typing, the typed text get inserted in the column. The way to accomplish the same thing in VS is to use regex find replace iafter selecting the column. That feature is useful to format the output of shell scripts as HTML.

      G Offline
      G Offline
      Gary Wheeler
      wrote on last edited by
      #30

      Ah. That's a different thing entirely. My approach to doing that with VS would be to use the rectangular selection thing I described to copy/paste spaces to make the column as wide as I want, switch to overwrite, and type things as needed. Not nearly as elegant, but 'column insertion' is not something I routinely need to do.

      Software Zen: delete this;

      1 Reply Last reply
      0
      • R Rama Krishna Vavilala

        What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

        A Offline
        A Offline
        Atique Rahman
        wrote on last edited by
        #31

        For languages, projects supported by Visual Studio I use it's own IDE. For others Notepad++ does pretty good for me. :)

        1 Reply Last reply
        0
        • J Jacquers

          Visual Studio 2010. I would miss the intellisense, debugging and edit and continue too much to move to a text editor.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #32

          I'm with you. VS2010, sometimes VS2008. And Notepad++ for short changes.

          Ygor Lazaro

          1 Reply Last reply
          0
          • R Rama Krishna Vavilala

            What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

            H Offline
            H Offline
            havnfn
            wrote on last edited by
            #33

            copy con Just be sure to type Ctrl-Z and not Ctrl-C when finished typing!

            1 Reply Last reply
            0
            • J Jacquers

              Visual Studio 2010. I would miss the intellisense, debugging and edit and continue too much to move to a text editor.

              B Offline
              B Offline
              Battlehammer
              wrote on last edited by
              #34

              I have to agree. Visual Studio 2010 at my new job which I started a month ago and Visual Studio 2008 before that. I can't imagine not having intellisense. All my new code is strictly in Visual Studio. The previous code which I am editing was written in Classic ASP. I still use Visual Studio to edit the Classic ASP, but I haven't figured out how to debug (step through) it.

              1 Reply Last reply
              0
              • R Rama Krishna Vavilala

                What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                S Offline
                S Offline
                SeattleC
                wrote on last edited by
                #35

                Visual Studio when I can, vim when I have to. Eclipse is nice too. I'd install eclipse if I had to code without visual studio, but it's not the same.

                1 Reply Last reply
                0
                • R Rama Krishna Vavilala

                  What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                  W Offline
                  W Offline
                  wbaxter37
                  wrote on last edited by
                  #36

                  VS2010 for writing C# and Windows C++ code, Notepad++ for Ruby, Geany for scripts on Linux.

                  1 Reply Last reply
                  0
                  • B Bassam Abdul Baki

                    UltraEdit above all else.

                    Web - BM - RSS - Math - LinkedIn

                    J Offline
                    J Offline
                    Jwalant Natvarlal Soneji
                    wrote on last edited by
                    #37

                    Not free though.

                    SQL.NET

                    1 Reply Last reply
                    0
                    • OriginalGriffO OriginalGriff

                      Mostly, I use VS: Intellisense saves so much time and prevents so many spelling mistakes. However, for the heavy stuff, I also keep PSPad on standby...Column select/insert, Regex find and replace, that sort of thing. 99% can easily be done in VS though.

                      Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."

                      J Offline
                      J Offline
                      Jwalant Natvarlal Soneji
                      wrote on last edited by
                      #38

                      Don't know why, I have been using PSPad for years, and its in my every Windows installation. :)

                      SQL.NET

                      1 Reply Last reply
                      0
                      • R Rama Krishna Vavilala

                        What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                        J Offline
                        J Offline
                        jelamid
                        wrote on last edited by
                        #39

                        For C#, VS although I hate the way it intrudes with it's 'helpful' hints about what it thinks you want to do. For everything else, Codewright, which has been EOL'd for years but still works best for digging through code.

                        1 Reply Last reply
                        0
                        • R Rama Krishna Vavilala

                          What do you use for writing code - a general purpose text editor (vi, emacs, textpad, notepad, notepad++, slickedit, textmate etc.) or an IDE (Visual Stuido, Eclipse, Aptana, Netbeans etc)? I know some people here prefer to edit in text editors. But the single most feature which I found that a general purpose text editor lacks is Intellisense. On the other hand most text editors have better support for creating templates or snippets compared to Visual Studio. There are some other specialized things which are not possible in Visual Studio such as editing columns. I revert back to text editor when I encounter those cases. Also when I am editing some language not supported by any IDE, I fall back to text editor. In general I think I use IDE 80% of time and text editors other 20% of time. What about you? [EDIT]I am only talking about editing and writing coe not debugging, compiling and profiling.[/EDIT]

                          J Offline
                          J Offline
                          James Garner jadaradix
                          wrote on last edited by
                          #40

                          I hate the appearance of Notepad++, never liked the software. I use Notepad2[^].

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups