topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 5:55 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: SlickEdit - code editor - 25% Off - Oct. 2013  (Read 3723 times)

AbteriX

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 1,149
    • View Profile
    • Donate to Member
SlickEdit - code editor - 25% Off - Oct. 2013
« on: October 19, 2013, 12:58 PM »
SlickEdit
SlickEdit 2013 is a cross-platform, multi-language code editor that gives programmers the ability to code in over 50 languages on 9 platforms.
http://www.slickedit.com/

- - -


I don't know who will have a use for this, but there is a discount in October of 25% from the normal price between $300 and $800 dollar.

One plattform - one user: $299 / 25% = $225
Three platforms - concurrent user: $788 / 25% = $600



25 Years = 25% Off SlickEdit 2013 - Offer is valid from October 1, 2013 at 12:00 AM through October 31, 2013 at 11:59 PM.

SlickEdit is celebrating our 25th year of providing quality development tools. 
From our early days of being used to write the Microsoft Windows NT kernel, to more recent use keeping the
internet working, planes flying, and cell phones ringing; we thank you for choosing us.
 
To show our gratitude, for the month of October, all* new SlickEdit 2013 purchases made through our webstore will receive a 25% discount!

To take advantage of this offer, visit our webstore.

http://www.slickedit...5-off-slickedit-2013


.

mwb1100

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,645
    • View Profile
    • Donate to Member
Re: SlickEdit - code editor - 25% Off - Oct. 2013
« Reply #1 on: October 19, 2013, 05:25 PM »
I use SlickEdit and it has many pros (super flexible) and a few cons (price).

The reasons I use SlickEdit:

  • it runs on both Linux and Windows (and Mac, but I don't use that)
  • has fantastic code navigation (I think that only Visual Studio with Visual Assist is better)
  • it performs very well - much better than Eclipse the last time I tried it
  • supports pretty much every language that's even close to mainstream, often including debugging
  • is very customizable - most of SlickEdit's functionality is implemented using the C like SlickC scripting language, so if you want to hack away at those scripts or write your own you can make the editor behave pretty much however you want
  • support is quite good

the downsides:

  • SlickEdit is not cheap, and you pretty much want to be on their maintenance plan since they don't seem to offer any significant upgrade discounts. Note that even the initial purchase doesn't get you a year of maintenance - you have to add that on to the initial purchase. Maintenance is an annual cost of 20% of the price of whatever bundle you have - so $60 for a single user/single platform license.  Note that even though I'm complaining about it, I think it's worth it and pay the annual maintenance.
  • learning the SlickC scripting/macro language can be a significant effort - one that I haven't really invested in. They have extensive documentation, but it's a big enough language/environment that I've only done the simplest of things because I just don't want to invest the time and effort. So there are things I'd like to behave differently, and I'm sure I could get the behavior I want with some SlickC scripts, but I don't. I guess this is kind of a false downside, since if the editor weren't so scriptable I wouldn't even have the option.

As an example of how well SlickEdit supports languages, the first time I set up a C language project on the Linux SlickEdit installation (admittedly it was just a small test project to see how things worked), all I did was tell it the project was a C project and added a file or two to the project.  When I built the project I was surprised to find that it just built - SlickEdit had automatically found where all the tools were and it just built.  Then I kicked off a debug session, and the same thing - I didn't have to do any manual configuration. It just started gdb and launched the program in it. I was actually stunned - the only other editor that I had that kind of experience with was Visual Studio, and it sort of has to do that since it comes with and installs the entire toolchain and is more or less designed to work only with that toolchain.

One niggley detail that drives me crazy is that while SlickEdit supports multiple instances of the editor running at the same time, when you close an instance it complains about not being able to write the configuration file if the instance being closed isn't the last one.  That means any options you've modified in that instance will be lost, which is a drag, but it's also just plain irritating. The error dialogs occur even when you haven't changed any options - I guess because it cant write information about the workspace that's open or something.  They've indicated that they'll fix this at some point, but because it has to do with some deep-seated details on their configuration handling it's not an easy fix and there's no timeline for it. There are various workarounds such as specifying a separate configuration file for each instance, but those workarounds have their own drawbacks.

But the bottom line is that I would pay for SlickEdit again if I had to, and I sort of do in the form of the annual maintenance.