Tagged Questions
SlickEdit is a non-free software for developers with multi-language development tools. It's a cross-platform and support 40+ languages.
2
votes
1answer
35 views
Autogenerate C/C++ function comments in Eclipse
This is a basically duplication of this question.
However, I'm looking for the same answer that will work in C/C++ - some easy way to add comments to the functions with descriptions of all of the ...
2
votes
4answers
845 views
c++: generate function call tree
I want to parse current c++ files in a project and list out all the methods/functions in it and then generate the function call and caller trees.
F.g. you can refer how doxygen generates the call ...
2
votes
1answer
793 views
Can SlickEdit automatically update its tag files?
I prefer SlickEdit for my IDE but the only way I can get it to update the tag files to incorporate code changes is to recreate the project and/or run start a re-tag manually. Is there a way to setup ...
1
vote
1answer
22 views
adding an icon next to the line number on slickedit
I want to program a slick-C code that will add an icon next to the line number (similar to the one that happens if you add a breakpoint or a bookmark)
How do I do that?
1
vote
2answers
135 views
convert epoch time to human readable without a dedicated function
I'm writing a macro for slick-edit (with the C similar language slick-C)
As far as I found there are no time functions to help me convert epoch time (1321357827) to a human readable date and time
...
1
vote
2answers
284 views
vim+tags/slickedit/source insight or other(better) programming editor/IDE
Im looking for some powerfull programming environment for C/C++. In fact the only think i need is powerfull source navigating + creating tool. Doesnt matter if its free or commercial. I prefer some ...
1
vote
2answers
320 views
Visual Studio 2005 - Missing feature 'Code outline' (eclipse) or 'Defs' (SlickEdit)
I mostly use SlickEdit and eclipse while working on embedded systems. Once in a while I need to use Visual Studio, and I terribly miss this feature that is known by different names in different ...
1
vote
1answer
335 views
How can I build Slickedit tags on command line?
I want to be able to generate slickedit tags on the commmand line, as soon as I sync a project from revision control - so via a script. Any way to do this?
0
votes
1answer
16 views
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?
0
votes
1answer
32 views
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 ...
0
votes
1answer
48 views
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 ...
0
votes
2answers
220 views
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 ...
0
votes
1answer
25 views
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 ??
0
votes
1answer
80 views
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 ...
0
votes
1answer
48 views
Set up “toggle comment” command in slickedit? Add more than one hotkey to a command in slickedit?
Is there a way to do either of these two things?
Add hotkey to "toggle comment". By
default slickedit seems to have 2
separate commands, comment and
erase-comment. I wish to have a single
...
0
votes
1answer
231 views
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 ...
0
votes
1answer
76 views
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 ...
0
votes
2answers
205 views
How good is SlickEdit support?
I'm currently evaluating SlickEdit 15.x on Linux and Windows. The 15-day trial is barely enough time to make up my mind.
During my trial, I've run into a few issues that SlickEdit support has been ...
0
votes
2answers
456 views
Show line numbers in Visual SlickEdit
Does anyone know how I can show line numbers in Visual SlickEdit? I can do this on a per file basis by doing View->Line Numbers, but I'd like to just set it as a mode in the editor and not have to do ...
0
votes
1answer
146 views
How to have SlickEdit control another window?
I want to have SlickEdit control another window.
I have an idea of how this could be done using some window’s apis but I am not sure how to implement this in SlickEdit. I am assuming Slick-C ...
0
votes
3answers
443 views
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?
0
votes
3answers
526 views
Resharper 4.0 vs Slick Edit. Which one is the best
Lets list their differences(strengths + weaknesses) and find out.
0
votes
2answers
89 views
Does any one know any good resouces for creating Visual Slick macros?
Does any one know any good resouces for creating Visual Slick macros?