Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

What text editor do you use ?

  • 26-05-2016 01:53PM
    #1
    Closed Accounts Posts: 5,482 ✭✭✭


    I'm still a beginner. I have been creating web sites, and most recently web applications for 2 years, during my college course. (2 years to go.)

    Our introductory text editor was notepad++. Now i like it, but the interface and even the typeface isn't appealing to me anymore.

    I have switched over the the cloud ide "Cloud 9". This is brilliant as it has a server built in, so you can write your php and ajax ect and when you run it, its live on the web, and your provided with a domain. It also has support for database servers like phpmyadmin. This editor is an absolute gem.

    I have recently been dabbling with sublime text 3, which is another beaut.


Comments

  • Registered Users, Registered Users 2 Posts: 6,176 ✭✭✭Idleater


    I use sublime at present, though have used many others depending on the environment.


  • Moderators, Society & Culture Moderators Posts: 17,642 Mod ✭✭✭✭Graham


    Sublime Text 3


  • Registered Users, Registered Users 2, Paid Member Posts: 8,559 ✭✭✭RedXIV


    Hadn't heard of Cloud9, looks nice. Although I don't like these "subscribe per month" tools, I'd much rather pay a once off flat fee.

    Used Sublime a few times but 9 times out of 10, if I'm doing something quick and dirty, it'll be in Notepad++


  • Registered Users, Registered Users 2 Posts: 2,777 ✭✭✭MyPeopleDrankTheSoup


    i've tried everything but probably do the most work in notepad++
    i love their search feature which i really needed when doing Android apps in Eclipse. now i use android studio which i love and has great search, but i still use notepad++ for a lot of stuff. the whole jetbrains IDE is fantastic, i use PHP storm as well. PHP storm sounds perfect for your usecase of deploying to server on save and opening in browser easily. it's the best PHP ide by far.

    i fire up editpadpro when i really need to do some poweful regex searching or read binary files. i dunno why i haven't switched to it as my main editor, just notepad++ inertia really

    i use xcode and sublime text for iOS apps.

    http://stackoverflow.com/research/developer-survey-2016#technology-development-environments

    notepad++ most popular in that survey. it's just a good general purpose editor for making changes.


  • Closed Accounts Posts: 5,482 ✭✭✭Hollister11


    RedXIV wrote: »
    Hadn't heard of Cloud9, looks nice. Although I don't like these "subscribe per month" tools, I'd much rather pay a once off flat fee.

    Used Sublime a few times but 9 times out of 10, if I'm doing something quick and dirty, it'll be in Notepad++

    I have only used the free version. I have done a good few college projects on it.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 11,264 ✭✭✭✭jester77


    mainly vim, sometimes sublime


  • Registered Users, Registered Users 2 Posts: 768 ✭✭✭14ned


    Visual Studio or Notepad++ on Windows. Kate and nano/ee on POSIX. I use Beyond Compare for file comparisons, it was one of the first pieces of software I ever paid for straight out of uni back in the day.


  • Registered Users, Registered Users 2 Posts: 8,488 ✭✭✭Goodshape


    Vim and PHPStorm in about equal measure at the moment. Both a pretty great.


  • Registered Users, Registered Users 2 Posts: 1,426 ✭✭✭Neon_Lights


    Koding.com


  • Registered Users, Registered Users 2 Posts: 1,991 ✭✭✭Ziycon


    Notepad++, Netbeans or vim.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,088 ✭✭✭henryporter


    vim and sublime text 2


  • Registered Users, Registered Users 2 Posts: 2,781 ✭✭✭amen


    VS or NotePad ++


  • Registered Users, Registered Users 2 Posts: 1,757 ✭✭✭Deliverance XXV


    Currently using atom.io and loving it. It's extremely configurable and customisable - I don't think I've ever used anything easier than it when working on multiple projects. Also has plenty of eye candy/themes/plugins.

    I used to use Komodo for PHP but it started getting on my nerves as can be a little bit buggy. Honorable mentions to Brackets.io and notepad++.


  • Registered Users, Registered Users 2 Posts: 2,062 ✭✭✭Colonel Panic


    Sublime 3 and Vim


  • Registered Users, Registered Users 2 Posts: 403 ✭✭counterpointaud


    Keep coming back to WebStorm, tried Brackets, Sublime, and Atom as sometimes I would like something lighter, but I miss the refactoring and debugging tools. Atom has become very nice lately though. I use vim too, when I need to edit something quickly over an SSH session. For context, I am primarily writing JavaScript (node and react).


Advertisement