Traversing Pascal/Delphi code using GVim


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Traversing Pascal/Delphi code using GVim
# 1  
Old 02-22-2008
Traversing Pascal/Delphi code using GVim

Hi,


I am using GVim as editor... and i am viewing code of pascal/ delphi..


my problem is its difficult to use GVim as source code browser....


normally ctags helps to traverse in vim for c/c++..

is there anything like that for pascal/ delphi to minimise this complication of each time searching manually and no traversals... as with ctags-c-vim case?

or any alternate solutions w.r.t opensource for this?


pls help me out and thankx in advance.....
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

traversing a string

I am writing a script which will read a word and say how many vowels and consonants does the word contain. but i dont know how to traverse a string in shell scripting. if it was in C i'd have done something like this: cout<<"plz enter the word"<<endl; cin>>word; int consonants, vowels;... (4 Replies)
Discussion started by: nishrestha
4 Replies

2. Shell Programming and Scripting

need help in writing shell script to generate pascal's triangle

Hi :) I am learning shell scripting, I need help, I would like to have a script that produces pascal's triangle as shown in the picture http://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Pascal%27s_triangle_5.svg/250px-Pascal%27s_triangle_5.svg.png plz, help it's urgent thanks in... (1 Reply)
Discussion started by: angel1
1 Replies

3. Homework & Coursework Questions

Problem while traversing directories

I was given to create a backup of all files in a given directory(command line argument) into say /home/vishal/back and the back up files must be accordingly to the extension of the file i.e pdf files are saved in back/pdf doc files back/doc etc . I gave a recursive function to traverse through the... (1 Reply)
Discussion started by: davis7son
1 Replies

4. Programming

Traversing in Array of pointers

Please find the below program. the requirement and description of the program also given: ganesh@ubuntu:~/my_programs/c/letusc/chap9$ cat fa.c.old /* Program : write a program to count the number of 'e' in thefollowing array of pointers to strings: char *s = { "We will teach you how... (12 Replies)
Discussion started by: ramkrix
12 Replies

5. UNIX for Dummies Questions & Answers

script for traversing directory

hi please suggest a korn script which will traverse all subdirectory in the current directory? (2 Replies)
Discussion started by: ilayans
2 Replies

6. Programming

Vector Traversing

Hi i have the following structure struct S { char Mod_num; char val; char chr_nm_cd; } I am reading a 2GB file and inserting into the structure and writing into a vector. I feel like only vector will be a right option. I tried with multimap but it is memory intensive and hence i... (1 Reply)
Discussion started by: dhanamurthy
1 Replies

7. Programming

pascal and C

Hi I don't understand syntax of pascal and I have some code in pascal. I will be very lucky, when someone could to rewrite into C. procedure ListInit (var L:TList); begin L.Act:=nil; L.Frst:=nil end; (* ListInit *) procedure InsertFirst(var L:Tlist,El:TEl); var UkPomEl:TUk; begin... (5 Replies)
Discussion started by: Milla
5 Replies

8. UNIX for Dummies Questions & Answers

Traversing a file system

I'm pretty new at this UNIX stuff, and this may be a simple question but I'm kind of stuck :confused: Let's say I have a large directory structure of .essay files, where I saved all of the essays that I did over the last few years. Not all of the .essay files are in the same directory (all... (1 Reply)
Discussion started by: hooj
1 Replies
Login or Register to Ask a Question
KILE(1) 						      General Commands Manual							   KILE(1)

NAME
kile - the KDE Integrated LaTeX Environment SYNOPSIS
kile [ generic-options ] [ --line line ] [ --new ] [ file ] DESCRIPTION
Kile (the KDE Integrated LaTeX Environment) is a user-friendly LaTeX source editor and TeX shell for KDE. The source editor is a multi-document editor designed for .tex and .bib files. Menus, wizards and auto-completion are provided to assist with tag insertion and code generation. A structural view of the document assists with navigation within source files. The TeX shell integrates the various tools required for TeX processing. It assists with LaTeX compilation, DVI and postscript document viewing, generation of bibliographies and indices and other common tasks. Kile can support large projects consisting of several smaller files. OPTIONS
Below are the kile-specific options. For a full summary of options, run kile --help. --line line Jump to the given line in the file that is opened. --new Start a new Kile main window. SEE ALSO
Full user documentation is available through the KDE Help Centre. You can also enter the URL help:/kile/ directly into konqueror or you can run `khelpcenter help:/kile/' from the command-line. If the KDE Help Centre is not installed then you can read this documentation in HTML format from /usr/share/doc/kde/HTML/en/kile/. AUTHOR
Kile was written by Pascal Brachet <pascal.brachet_at_club-internet.fr> and Jeroen Wijnhout <Jeroen.Wijnhout_at_kdemail.net> with contribu- tions from many others. This manual page was prepared by Ben Burton <bab@debian.org> for the Debian GNU/Linux system (but may be used by others). June 22, 2005 KILE(1)