- Posted by
- Hi I have made a small little application, with a feature I really think UE is needing. A way to open a file, without browsing through files in a project or on a disk. It may be there already exists such a feature, if so, then I have wasted my time :-) So, I use Ctags a lot to navigate code, so I ac...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Cyrex
Feb 06, 2013
- Hi Of course you can see my scripts, Its basically a Python wrapper for cscope. Cscope turned out to be a bit more cumbersome than expected, so I did not manage to get all the data out of it, but still it is better than ctags, because you can go both ways in a call tree, not only to definition. I ha...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Cyrex
Oct 21, 2010
- Hi mofi thank you for the answer. What I have made is a Ctags file generator for Languages not supported by Ctags. So I sometimes want to run the "real Ctags" and sometimes my home-brew Maybe running an intelligent script instead of Ctags, that could derive what it should call the real Ctags, or my ...Posted in Projects/Workspace
-   Topics
-   Views
- Cyrex
Feb 18, 2010
- Hi is it posible to run a project tool automatic when the project is loaded? I want to run something similar to the ctags, when ever I open a project? rgds CyrexPosted in Projects/Workspace
-   Topics
-   Views
- Cyrex
Feb 18, 2010
- mofi: I looked at the Ctags manual, and it seems like youre right, that ctags should work with assembler. I will try to map the files as you suggests, but I fear it will not work, because the asm is not standard. Also using the Python generator makes it possible to index what I want and handle speci...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Cyrex
Jul 18, 2009
- HI Of course you can see what I have done Basically it's a some python scripts that wraps the cscope in a way that makes it use able from UE. Its extremely fast and it provides much better insight than Ctags. -so you'll need python I have the scripts at my work, so don't exspect something until the ...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Cyrex
Jul 18, 2009
- Hi I have made my own asm tags generator in python, and it works like a charm Thanks for your help /cyrexPosted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Cyrex
Jul 17, 2009
- Hi Thanks once more for the quick reply. I use Ctags and Cscope with all my "C" projects. (actually i got Cscope well integrated into UE, very nice .-)). Using standard Ctags for my current assembler project does not work, as it seems to index all the wrong keywords :-) All my core registers are ind...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Cyrex
Jul 17, 2009
- Thanks a lot. 1) I'm using v15. 2) I want to search project files 3) If I can't navigate to the file location, the gain is too small I think. I will try to look at scripts instead. Also I'm trying to generate a ctags like file, this would also cut down search time. Maybe I should stop perusing the m...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Cyrex
Jul 17, 2009
- Hi I'm a newb I want to do a find in files of the selected text added a ":" in the end, then navigate to the first found file: This is to find a specific label in some assembler code. My initial macro is like this: InsertMode ColumnModeOff HexOff IfSel FindInFiles "" "" "^s:" Else SelectWord IfSel F...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Cyrex
Jul 16, 2009
- Hi I have same problem. Huge annoyance, I lose both * and extension on long files. I using newest UE. I may have to revert to 14, due to this. rgds CyrexPosted in Editor Display
-   Topics
-   Views
- Cyrex
May 16, 2009