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
4 answers

Any good resources for creating Visual Slick macros?

Does any one know any good resources for creating Visual Slick macros?
Tom Denham
0
votes
1 answer

changing the font of a slickedit _tree_view

I have a _tree_view object I want to change it's font adding p_font_name="Courier New"; property didn't cause anything to change any ideas?
Boaz
  • 4,864
  • 12
  • 50
  • 90
0
votes
1 answer

passing selected text as a parameter in slickC

I am trying to get text in a selection to be passed to the function find_max_eq_filter originally. The function I am trying to modify had an "s" parameter which I assume is the selection text. I want to change the function to allow a parameter…
Flethuseo
  • 5,969
  • 11
  • 47
  • 71
0
votes
0 answers

Topaz Workbench - where is the XML beautifier?

Topaz Workbench used to have the XML beautifier under Format -> Beautify. The Format drop down has been removed from the taskbar in a recent update and there is no mention of the XML beautifier when I search in the Help tool. Does anyone know where…
CSP
  • 31
  • 4
0
votes
1 answer

Help context tagging Qt with slickedit

I am trying to get Slickedit working with the Qt framework so that I can navigate the codebase easily and because of the other features it provides. To context tag the library I go to Tools > Tag Files, then I right click on C/C++ to add tag file. I…
Flethuseo
  • 5,969
  • 11
  • 47
  • 71
0
votes
2 answers

Comparing Slickedit and Eclipse

I've been using Slickedit for about ten years. I really like it. Eclipse has almost become a standard in the Java community, so I think it might it might pay to learn a little bit of it to make transitioning to new jobs easier ( I own my own…
Steve
  • 3,127
  • 14
  • 56
  • 96
0
votes
3 answers

Where can I find a PHP Tag File for SlickEdit?

I'm trying out SlickEdit and it says it can use a "tag file" for PHP. Does anyone know where I can find this tag file?
GeoffreyF67
  • 11,061
  • 11
  • 46
  • 56
0
votes
1 answer

Dynamic forms in Slickedit

I want to know if we can create dynamic dialog boxes in slickedit by reading the the value of form elements from an external file (.txt file) . If yes , how ??
niravm
  • 1
0
votes
1 answer

invoking a perl script with arguments from visual slickedit and in turn passing the output as parameters to visual slick edit for futher processing

I am trying to invoke a perl script from slickedit..through a .e file which i will use to create a macro.The perl script basically is a xml parser which parses a .xml file whose structure is defined according to a .dtd file. here goes the .e file i…
anit
  • 1
0
votes
1 answer

How to open a BASH terminal from Visual Slick Edit?

SlickEdit 2011 (v16.0.3.0 64-bit) CentOS Linux release 7.6.1810 (Core) I put a custom button on my slickedit tool bar and put the command launch-os-shell in it. When I click the button I get an error message in my status bar: Quote "xterm program…
Steve
  • 3,127
  • 14
  • 56
  • 96
0
votes
1 answer

How to configure slickedit to work with clearcase?

I am using slickedit on my windows machine. Currently I use ssh and copy files back and forth to edit files on slickedit and move them back to compile on UNIX. My new code base resides on UNIX with clearcase source control. How can I configure…
Karthik
  • 97
  • 1
  • 6
0
votes
1 answer

how to link openssl libraries in slickedit in LInux env

HI guys, I am wondering how to link openssl libraries in slickedit. I have tried various options but no joy. If i run program containing openssl code from command prompt it runs fine which shows libraries are okay but I dont know how to link in…
samprat
  • 2,150
  • 8
  • 39
  • 73
0
votes
1 answer

What is the difference between next-buff-tab & next-window-tab in SlickEdit

[update July 2016] This no longer applies, next-window-tab does not exist in newwer versions such as SlickEdit 2014 v19.0.1.1. Slick edit has two related commands, next-buff-tab & next-window-tab. (These can be executed by pressing Esc and…
Vincent Scheib
  • 17,142
  • 9
  • 61
  • 77
0
votes
1 answer

How do I run a slickedit macro (without binding to a key)

I have loaded a macro for < copying selective display > The macro name is copy_shown(). I can run the command by binding to some key. But how do I run it without binding to a key? The macro I am trying to use is by Mathew - see < Slickedit forum…
Eden
  • 1,110
  • 1
  • 12
  • 18
0
votes
1 answer

Generate list of unused key bindings in Slickedit

I'd like to generate a list of key bindings that are unpopulated in SlickEdit 18.0.0+ Is there a simple way to do this? Currently, when I write a new macro, I have to hunt and peck trying various combinations to find if there is a key sequence I can…
kmort
  • 2,848
  • 2
  • 32
  • 54