Questions tagged [slickedit]

SlickEdit is a non-free software for developers with multi-language development tools. It's a cross-platform and support 40+ languages.

Here's a short quote from the official web-site:

Welcome to SlickEdit 2010. SlickEdit 2010 is a cross-platform, multi-language code editor that gives programmers the ability to code in over 40 languages on 7 platforms. This latest version builds on the company’s 22 years of experience in enabling developers and development teams to create, navigate, modify, build, and debug code faster and more accurately

Here you could see what features are supported by language (see that C/C++ has all possible features)

Here You can see some of the cool features (and they are really cool) + examples + some demos (video).

Here is a list with the newest features.

Also, the debugger is pretty nice, it's kinda Visual Studio's debugger - easy to use and powerful (not as VS's of course, but it's still nice).

You can configure SlickEdit however you like. The options are really too many, it seems too confusing, but this gives you the opportunity to change anything.

If you haven't chosen your IDE yep, you can try the free trial version.

35 questions
0
votes
1 answer

Could I create a global namespace hierarchy in C++ that is similar to C#'s to assist developers using our code?

Is it possible to create a namespace hierarchy in C++ that resembles how it works in C#. For instance if I were to need a type to deal colors within C#, I could dive down through the namespaces to get the appropriate type by using…
BuckFilledPlatypus
  • 2,108
  • 5
  • 18
  • 23
0
votes
1 answer

SlickEdit 17---Why auto copy

   I'm now puzzled by the behavior of SE about the auto-copy feature.     First,when I double click on any word,the word will be copied to the clipboard,however I never found any other editor which behaves like this.This is actually annoying…
ioilala
  • 277
  • 2
  • 10
0
votes
1 answer

How do I create a macro in SlickEdit that will copy the file name and line number under the cursor to the clipboard?

How do I create a macro in SlickEdit that will copy the file name and line number under the cursor to the clipboard? Try to limit the solution to functionality included in SlickEdit Version 15.0.1.3.
CLSheppard
  • 525
  • 1
  • 6
  • 13
0
votes
3 answers

How to save and restore window layout in SlickEdit?

When using the SlickEdit IDE, is there a way to save and restore the window layout? Window layout is saved when closing and re-opening the workspace. Multiple workspaces would allow multiple window layouts, even when viewing the same projects.…
Vincent Scheib
  • 17,142
  • 9
  • 61
  • 77
0
votes
1 answer

need to create macro in Slick-C to re-enumerate

I have a bunch of test cases in an XML file named : blah_blah_blah_blah_number The test cases have the numbers all messed up like: blah_3 blah_1 blah_7 .... I need to re-number them. So that the first one gets renumbered 1, the second 2.. and so…
Flethuseo
  • 5,969
  • 11
  • 47
  • 71
1 2
3