Search found 134 matches
- Sat Aug 11, 2007 10:23 pm
- Forum: Comments and Suggestions
- Topic: References
- Replies: 5
- Views: 12498
References
Jussi, Some time ago, someone requested a facility in Zeus to find references. http://www.zeusedit.com/forum/viewtopic.php?t=739 . I've also asked for a Find All features, mostly to find references in the current document. The grep solution works well, and creating a macro to do it helps even more, ...
- Sun Aug 05, 2007 12:21 pm
- Forum: Reporting a Bug
- Topic: Run Time Error Abort
- Replies: 29
- Views: 57162
Runtime error
Thanks, I'll try that.
This happened to me twice, doing substntially the same thing, although I can't tell you how many iterations of the macro it took - probably between 100 and 200
This happened to me twice, doing substntially the same thing, although I can't tell you how many iterations of the macro it took - probably between 100 and 200
- Sun Aug 05, 2007 2:19 am
- Forum: Reporting a Bug
- Topic: Run Time Error Abort
- Replies: 29
- Views: 57162
Run Time Error Abort
I've gotten the error below a couple times now, doing the same thing. I was running a macro that goes to the end of the line, presses Del to combine with the line below, then move down and Home to prepare to do it again. The first time, I thought I might be pressing the replay key too quickly. This ...
- Fri Jul 27, 2007 1:36 pm
- Forum: General
- Topic: Class Browsing and Intellisensing
- Replies: 13
- Views: 21964
Labels
What would happen if a workspace was for a mixed-language project? Which set of labels would be used in the class browser, and under what conditions? Using your suggestion looks like it's more flexible. However, if the meaning of a tag kind is wildly different between language (e.g. in C a macro is ...
- Thu Jul 26, 2007 8:45 pm
- Forum: General
- Topic: Class Browsing and Intellisensing
- Replies: 13
- Views: 21964
CTags Mapping
If you have a suggesting as to how the ctags information should be map to these tag types for the COBOL language I would be more than happy to implement a new xTags.dll for you to try According to ctags, for COBOL it outputs the following tag kinds d - data items - I would map to Tag_Variable f - f...
- Thu Jul 26, 2007 4:46 pm
- Forum: Code Folding
- Topic: code folding for COBOL
- Replies: 16
- Views: 62464
COBOL Folding
Is there any significance to the 5 digit numbers at the start of these lines. Can they be ignored ? Yes. The standard layout of a COBOL program has an optional sequence number in columns 1-6, a comment/continuation indicator is column 8, and text from 8 thru 72, with 73-80 containing some identific...
- Wed Jul 25, 2007 4:13 pm
- Forum: Code Folding
- Topic: code folding for COBOL
- Replies: 16
- Views: 62464
Some new bug reports and requests
COBOL Code Issues/Requests Jussi, I've sent you by private email a program that illustrates the issues and requests below. The program is copyrighted by my employer, so I can't just post it publicly. Issues: 1) Line 1315 shows a fold for no apparent reason. This is a minor issue. Line 1329 is simila...
- Wed Jul 25, 2007 3:03 pm
- Forum: General
- Topic: Class Browsing and Intellisensing
- Replies: 13
- Views: 21964
A bit more info
I modified the cobol.c file for Exuberant CTags to eliminate the first 6 columns (sequence number) from consideration and eliminate comments (* in col 7). This seems to have corrected the problem with paragraphs being found. Are data elements (type d) and group elements (type g) excluded by Zeus? Is...
- Wed Jul 25, 2007 1:48 pm
- Forum: General
- Topic: Class Browsing and Intellisensing
- Replies: 13
- Views: 21964
Additional Info
Some additional info: I ran the version of Exuberant CTags I compiled at the command line against the same COBOL source file. Command line options were: --verbose -f <tag file> <source file list> as suggesting in the buildcmd.bat file. When looking at the resultant tag file, all the paragraphs are p...
- Wed Jul 25, 2007 1:13 pm
- Forum: General
- Topic: Class Browsing and Intellisensing
- Replies: 13
- Views: 21964
COBOL CTags
Jussi, I've downloaded the Exuberant CTags source and rebuilt ctags.exe with regex enabled. I copied that in to the Zeus directory as xtags.exe. Now, I can build a tag database for my COBOL program. However, something seems to be wrong. When I edit the program, I can select a COBOL paragraph name an...
- Mon Jul 23, 2007 1:15 pm
- Forum: General
- Topic: Class Browsing and Intellisensing
- Replies: 13
- Views: 21964
Code Folding
Thanks. I was using CBL, but COB will work fine for me. I let you know if I have any problems with it.
I appreciate your efforts on CTAGS. I keep checking periodically.
I appreciate your efforts on CTAGS. I keep checking periodically.
- Thu Jul 19, 2007 8:42 pm
- Forum: General
- Topic: Class Browsing and Intellisensing
- Replies: 13
- Views: 21964
cobol CTAGS
Any progress on the COBOL supporting version of CTAGS? What do I have to do to enable folding support, for COBOL specifically? From previous discussion of COBOL folding, it appears that what I'd like might work already and I'd like to try it out. I think the indentation level-based folding might acc...
- Wed Jul 11, 2007 5:53 pm
- Forum: Comments and Suggestions
- Topic: Find All Feature request
- Replies: 1
- Views: 7747
Find All Feature request
I'm a new Zeus user and have a feature request. One of the things I really miss is the "all" option on Find. This feature populates an output window with all the lines containing the search string. The output window then allows positioning in the source window, kind of like the compiler output windo...
- Wed Jul 11, 2007 3:52 pm
- Forum: General
- Topic: Class Browsing and Intellisensing
- Replies: 13
- Views: 21964
COBOL Support
Is this still this way? I don't seem to be able to get COBOL tags working. I'm using the internal tagger. I downloaded just today. Also, a question about COBOL folding. What is the current state of folding support for COBOL? After reading the posts on this, I'm unclear. One folding capability that w...