• 0

Your favorite source code editor?


Question

Hello

I know everyone likes and uses Notepad++ but I tried Sublime Text 2 and wow I felt in love with it :) The out of the box expirence is better than Notepad++ as much of Notepad++'s plugins are already a part of Sublime Text 2. Plus search is A LOT faster....

What source code editor do you use, why and with what language?

Link to comment
https://www.neowin.net/forum/topic/1121296-your-favorite-source-code-editor/
Share on other sites

Recommended Posts

  • 0

Sublime text 2 is free by the way guys.

Paying is optional.

No, it isn't free. From the website:

Sublime Text 2 may be downloaded and evaluated for free, however a license must be purchased for continued use. There is currently no enforced time limit for the evaluation.

You need to pay for it if you intend to use it; it's not donationware. It's developed by one man, not a big company with lots of resources.

It's cross-platform, has portable versions, supports skinning, TextMate color schemes, VIM emulation (vintage mode), is very fast both graphically and in terms of loading and searching files with fuzzy search parameters, has a lot of nice, free plugins (and you can write your own in Python), a console with Python shell, has split-pane support, multiple cursors, project management with easy project switching (ctrl+alt+p), build systems, etc. For many languages all you'll really be missing compared to an IDE is a debugger. I used to use Notepad++ but really it's slow and clunky compared to Sublime.

  • 0

No, it isn't free. From the website:

You need to pay for it if you intend to use it; it's not donationware. It's developed by one man, not a big company with lots of resources.

There is currently no enforced time limit for the evaluation.

As good as free then.

I have the full version and paid for it. Im just saying you can download it for free with full feature and no time limit for now if you want to try it out.

Only thing is it says unregistered in the title bar. Ive never seen a nag screen when I had the eval version

  • 0

Notepad++ for Windows, and Gedit for Linux. Prefer Geany on Linux, since it seems to work a lot more like Notepad++, but the colour schemes always seem to have issues, and I prefer GtkSourceView for my syntax highlighting.

If we're including IDE's: Visual Studio for C++ and .NET, Netbeans for most everything else. I used to love Eclipse, but I didn't even realise how immensely slow it was until I started using Netbeans.

  • 0

You should really try 7-Zip. I was a die-hard WinRAR fan for the last 7 years or so, until it was forced upon me. It's Ultra compression kicks arse!

I only used WinZip as another example of software you can use for free even after the trial. I've been using 7zip since, well years... :)

  • 0

I personally use Notepad++ and Eclipse (against my will). Never heard of Sublime, so I'll check that one out. :)

Id kill Eclipse with dd

all you'll really be missing compared to an IDE is a debugger.

https://github.com/K...i/SublimeXdebug

http://www.sublimete....php?f=5&t=4819

  • 0

vim is pretty hard to beat, but if I had to choose a graphical editor, I would choose Notepad++ for Windows and Geany for Linux/FreeBSD. I try to avoid heavy IDE's as much as possible. (Although there is a fine line between an IDE and a good source code editor.)

  • 0

I have no idea why people use vim......you have GUIs, people, use them.

I understand that in quick edits vim is great but it and its horrible keyboard shortcuts are unsupportable.....

It's not about GUI vs CLI. I install plugins to vimify my IDEs too.

People like Vim because its modal nature allows single keypress shortcuts. Heaps and heaps of them, making the concept of Text Objects possible. Hence the steep learning curve, but also hence the substantial boost in productivity once mastered.

Vim is as close as I've been able to get to directly manipulating text with my brain. That's why I like Vim.

  • 0

I really like Sublime Text 2 but development seems to have stopped which has put me off buying it. Since the release of 2.0.1 back in the summer I have heard nothing, not even a beta. I hope it is not abandoned like TextMate was as it is a lovely editor.

My main text editor is UltraEdit and has been for over 12 years now. I own a lifetime upgrade license which I have really got my moneys worth out of. It isn't as pretty as other editors but it is rock solid and fast. It has a couple of bugs with Unicode (still!) but other than that I can't really fault it. Well actually I can, after using ST2 and having JSON files to store settings I don't like how messy UltraEdit is for configuartion but that is a pretty small thing as I hardly ever have to change settings these days as I have it working exactly as I need it.

For an IDE I mainly use Visual Studio (2012) for C# and C++ on Windows and Eclipse for Java.

Notepad++ is an alright editor but it is ugly and has some horrible design decisions. They really need to scrap the UI and start over but I can't see that happening.

For a nice little portable editor Notepad2 is pretty nice for a single exe and ini file stored on a usb memory stick with built in syntax highlighting, etc.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Bulk Crap Uninstaller 6.2 by Razvan Serea Bulk Crap Uninstaller is a free (as in speech) program uninstaller. It excels at removing large amounts of applications with minimal user input. It can clean up leftovers, detect orphaned applications, run uninstallers according to premade lists, and much more. Even though BCU was made with IT pros in mind, by default it is so straight-forward that anyone can use it effortlessly! Bulk Crap Uninstaller features: Detect and uninstall Windows Store apps Uninstall multiple items at once to speed up the process (with collision prevention) Uninstall any number of applications in a single batch Minimal user input is required during uninstallation Can find and remove leftovers after uninstallation Can uninstall some apps even if they don't have any uninstallers Detects applications with damaged or missing uninstallers Adds quiet uninstall options to some uninstallers, even if they do not support them by default Uninstall lists for automation Startup manager Verification of uninstaller certificates Fully portable, settings are saved to a single file Bulk Crap Uninstaller 6.2 changelog: Features Add invalid-uninstaller view preset by @breshinotestachegira in #903 Add certificate and integrity columns to app list by @breshinotestachegira in #894 Improve Scoop custom path detection by @breshinotestachegira in #892 Fixes Improve uninstall list load error handling by @breshinotestachegira in #895 Fix tweak visibility filtering by @breshinotestachegira in #898 Fix orphaned-only view preset by @breshinotestachegira in #899 Stabilize icon handle ownership by @breshinotestachegira in #902 Fix: Use Directory.GetLastWriteTime for install date fallback by @AniketDeshmane in #908 Do not offer to send "no way to uninstall" error messages by @Klocman in #922 Ignore ERROR_BAD_CONFIGURATION when listing MSI components by @Klocman in #924 Eat InvalidOperationException coming from ListViewGroupAccessibleObject by @Klocman in #925 Harden BCU console export and size detection - Fix BCU-console export failures by @breshinotestachegira in #897 Harden registry factory parsing by @breshinotestachegira in #893 Guard startup uninstall list loading by @breshinotestachegira in #927 Clean generated files on uninstall by @One-Simon in #928 Translations Updated Hungarian translation by @titanicbobo in #875 Updated Vietnamese translations by @wanwanvxt in #918 Fix : Swedish translation causes UI overflow in some windows by @Leise-Shadow in #865 Other Fix publish script after v6.1 by @tsiakoulias in #868 Updated the localization pack Repository Moved the repository under a new BCUninstaller organization (old links still work) Added two maintainers: @hazeliscoding and @One-Simon Added PR merge rules (require up-to-date approval and CI to pass) Updated CI script to also build the launcher (only for testing, not included in artifacts) Download: Bulk Crap Uninstaller 6.2 | 8.8 MB (Open Source) Download: Bulk Crap Uninstaller Portable | 11.6 MB View: Bulk Crap Uninstaller Home Page | GitHub | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • If built properly, swapping out the backend should be an easy task, but as the article points out, it's just Apple not wanting to do this.
    • Microsoft's new Xbox Shutdown change promises massive power efficiency gains by Pulasthi Ariyasinghe Microsoft has been delivering a lot of changes for Xbox Insiders to test in recent weeks, and today, another wave of changes aimed at consoles was announced. The latest drop is testing features that let users find mutual friends easier, customize their UI, and streamline wishlisting. When looking at an Xbox friend's profile, an option will appear to see mutual friends, perhaps to get a refresher on how you know that person. This will depend on the privacy settings. The same applies to when checking the profile of a person who is not in the friends list, offering a quick way to find out if this is a known connection. Next, Microsoft is giving the option to change how the 'Home' and 'Games & Apps' sections show off available games. There is a new poster style that users can enable for an "immersive library experience." "We’ve also made personalization settings easier to navigate and customize by separating Home and My Games & apps into separate sections," adds the company. "And to make personalization even more accessible, we’ve added new shortcuts throughout menus, so you can quickly jump in and tailor your XBOX experience the way you want." Moreover, heading to the store page of an unreleased game will now offer players the option to wishlist directly from the game card. Lastly, Microsoft is making a change to Xbox One and Xbox Series X|S consoles that are in Sleep mode, making them use the more energy-saving 'Shutdown' mode instead automatically. The company says this can increase power savings by up to 20 times without impacting "performance, gameplay, or your ability to receive system, games or apps updates overnight." The only down side seems to be a longer startup time that can take up to 45 seconds. The setting was originally introduced in 2023, and this is only the latest update to it. The power option can be changed from the console settings at any time. This Xbox Insider update is rolling out today to select members of the program. As usual, Microsoft aims to bring it to more Insiders over time before they reach all Xbox owners. Head here to find out how to join the Xbox Insider Program to get a chance to test these features and upcoming ones on both consoles and PC.
    • 2 was a fun game but felt a bit shallow, like not enough there. I hope this expansion fixes that.
  • Recent Achievements

    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
    • One Year In
      Primer1st earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      PsYcHoKiLLa
      211
    3. 3
      +Edouard
      145
    4. 4
      Steven P.
      88
    5. 5
      ATLien_0
      80
  • Tell a friend

    Love Neowin? Tell a friend!