Ctags

2009-05-27 Thread Antnee
I have installed the demo version of BBedit 9.2 and am evaluating it for HTML design. My problem is that while coding I sometimes get an error popup that says CTags or Read Tags. I am on a Mac with The latest version of Leopard if that matters Thanks

CTags

2009-07-30 Thread RichF
Seeing the posts about ctags got me curious. So I installed the command line tools, and created a tags file. Now what? How does one use this? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "BBEdit Talk&q

Ctags

2012-12-03 Thread François Schiettecatte
Hi I have been playing around with ctags this morning and have not been able to get them to work. In my source code hierarchy I did: macpro: /Volumes/francois/phenodb/trunk > bbedit --maketags which creates the 'tags' file, file is accessible by all, and looks all ok, here is

Re: Ctags

2009-05-28 Thread Steve Kalkwarf
On May 27, 2009, at 2:08 PM, Antnee wrote: > I have installed the demo version of BBedit 9.2 and am evaluating it > for HTML design. My problem is that while coding I sometimes get an > error popup that says CTags or Read Tags. I am on a Mac with The > latest version of Leopard if

ctags question

2009-07-29 Thread salamander
Greetings! Since I picked up ctags through the BBEdit's manual, I thought I'd pose this question to those in the group that use ctags. Is there a way to have ctags ignore certain files or subdirectories? I've been using the following as my bash alias, which I snagged off th

Re: CTags

2009-07-30 Thread Charlie Garrison
Good morning, On 30/07/09 at 8:28 AM -0700, RichF wrote: >Seeing the posts about ctags got me curious. So I installed the >command line tools, and created a tags file. Now what? How does one >use this? If you have a current BBEdit, you don't need to install ctags; it's a

Re: CTags

2009-07-30 Thread Dennis
On Jul 30, 2009, at 8:28 AM, RichF wrote: > Seeing the posts about ctags got me curious. So I installed the > command line tools, and created a tags file. Now what? How does one > use this? A good place to start is Marc Liyanage's blog post: http://www.entropy.ch/blog/Mac+O

Re: CTags

2009-07-31 Thread moritz
d the tags file, was very impressed and wanted to create the tags file on every "Save" as described by Marc Liyanage using the File•Save Applescript but all I get is an error : ctags: cannot open tag file : Permission denied Maybe it's OT in this thread, it seems to be an AppleScrip

Re: CTags

2009-08-06 Thread moritz
solved. I had to include the full path to the tags file in the updateCommand: set mySiteRoot to "/Users/myname/Sites/dummy/" set updateCommand to \ "/Applications/BBEdit.app/Contents/MacOS/ctags 2>&1 \ --excmd=number \ --tag-relative=no \ --fields=+a+m+n+S+l+K+i \ -f "

Re: Ctags

2012-12-03 Thread Rich Siegel
On Monday, December 3, 2012, François Schiettecatte wrote: I am using the current beta 10.5 (3239). The source code is located on a linux machine mounted to my Mac with Netatalk. The Expert Preferences help says: When editing files that are on remote file servers (AFP, NFS, SMB, etc

Re: Ctags

2012-12-03 Thread Oliver Taylor
On Dec 3, 2012, at 6:16 AM, François Schiettecatte wrote: > I have been playing around with ctags this morning and have not been able to > get them to work. I've found tags to be particularly finicky, and documentation sparse. Try setting your document's language to "

Reloading ctags files

2009-02-06 Thread Dennis
Out of curiosity, is anyone using BBEdit's support for ctags (http://ctags.sourceforge.net/)? If not, you should check out page 320 of the BBEdit User Manual. I've been using ctags in BBEdit for a couple years now and have grown to depend on it more and more. However, one thin

ctags and ftp?

2009-06-09 Thread Simdude
I have a project set up with files accessed via BBedit's ftp. Is there any way to use a ctags file when using files via ftp? I suspect not because the ctags file has path information but I didn't know if BBedit could do any magic to make them work. ch

Re: ctags question

2009-07-29 Thread Steve Kalkwarf
On Jul 28, 2009, at 3:53 PM, salamander wrote: > Since I picked up ctags through the BBEdit's manual, I thought I'd > pose this question to those in the group that use ctags. Is there a > way to have ctags ignore certain files or subdirectories? Like almost every uni

Re: ctags question

2009-07-29 Thread Carlton Gibson
On 28 Jul 2009, at 20:53, salamander wrote: > Since I picked up ctags through the BBEdit's manual, I thought I'd > pose this question to those in the group that use ctags. Is there a > way to have ctags ignore certain files or subdirectories? > > I've been using

Re: ctags question

2009-07-30 Thread Dennis
On Jul 29, 2009, at 6:42 AM, Carlton Gibson wrote: > You can exclude files, I don't know about directories. Yes, files and directories can be excluded using "− −exclude=[pattern]". You can even use wildcards. Note, however, that this only works if you're using a ctag

Problems with ctags

2019-10-11 Thread Marco Tasselli
Hi, OSX 10.15 Catalina and Bbedit 13 ctags syntax coloring reference not only tags in the correct path but also tags from, for example, /usr/local/lib/python3.7/* subdirectories if you open the context sensitive menu for these tags you get a "File not found (macOS error code: -43)."

Help with Ctags

2020-03-11 Thread Rick Yentzer
Hello, I've searched this forum and read several posts on ctags, but I cannot get it to work like I'm thinking it should. The manuals says: If one or more tags files are found in the same directory as the front document, or in any parent directory up the chain from the front document

Re: Reloading ctags files

2009-02-06 Thread Rich Siegel
On 2/6/09 at 1:37 PM, argent...@mac.com (Dennis) wrote: >Out of curiosity, is anyone using BBEdit's support for ctags >(http://ctags.sourceforge.net/)? I do. >However, one thing that has always troubled me is that when I >regenerate my ctags file, documents that are current

Re: Reloading ctags files

2009-02-06 Thread Dennis
On Feb 6, 2009, at 10:45 AM, Rich Siegel wrote: > Note that the "Find Definition" and contextual menu items that > are driven by tags files should always update correctly. > Coloring may not; investigating this is on my to-do list. Now that you point it out, I see "Find Definition" does indeed g

Re: ctags and ftp?

2009-06-10 Thread Steve Kalkwarf
On Jun 8, 2009, at 8:56 AM, Simdude wrote: > I have a project set up with files accessed via BBedit's ftp. Is there > any way to use a ctags file when using files via ftp? I suspect not > because the ctags file has path information but I didn't know if > BBedit could do

Re: ctags and ftp?

2009-06-12 Thread Simdude
I have found another way to do this. I installed the Mac version of FUSE, MacFUSE, and mounted the remote system via SSH. Now, it appears just like any other volume so I just reran my ctags program to pick up the paths for the mounted disk and BBEdit finds it and all is working great. Mark On

Re: ctags and ftp?

2009-06-12 Thread le...@gmail
On 12-Jun-2009, at 10:55, Simdude wrote: > I have found another way to do this. I installed the Mac version of > FUSE, MacFUSE, and mounted the remote system via SSH. Now, it appears > just like any other volume so I just reran my ctags program to pick up > the paths for the moun

Recreating CTags via AppleScript

2011-09-10 Thread stirrell
I was wondering if someone had an AppleScript to recreate a project's CTags? The examples I have found seem to be out of date now for BBEdit 10. I essentially want an AppleScript that will just run the command: bbedit --maketags in the project's root directory. Does anyone have

Re: Problems with ctags

2019-10-11 Thread Rich Siegel
On 10/11/19 at 11:26 AM, ma...@tasselli.org (Marco Tasselli) wrote: ctags syntax coloring reference not only tags in the correct path but also tags from, for example, /usr/local/lib/python3.7/* subdirectories if you open the context sensitive menu for these tags you get a "File not

Re: Help with Ctags

2020-03-12 Thread Vlad Ghitulescu
Hi, Rick! That's exactly what I've asked [here][1]! :-) At least I'm not alone… And the ctags-route was also suggested in the above thread. Regards, Vlad [1]: https://groups.google.com/forum/#!topic/bbedit/fDQtoX-Opvs On 11 Mar 2020, at 23:13, Rick Yentzer wrote: Hello

Re: Help with Ctags

2020-03-12 Thread Rich Siegel
eral search for the symbol name. The parser in ctags generated an entry for ".btn", but the search is for "btn". R. -- Rich Siegel Bare Bones Software, Inc. <https://www.barebones.com/> Someday I'll look ba

Re: Help with Ctags

2020-03-12 Thread Rick Yentzer
Hey Vlad, Your post got me thinking about it so I tried something similar and it wasn't working like I "thought" it would. Per Rich's post it looks like it will not be possible with ctags to go to the "definition" of a css class. Thanks, Rick On Thursday, Marc

Re: Help with Ctags

2020-03-12 Thread Vlad Ghitulescu
it looks like it will not be possible with ctags to go to the "definition" of a css class. Thanks, Rick On Thursday, March 12, 2020 at 9:07:55 AM UTC-4, Vlad Ghitulescu wrote: Hi, Rick! That's exactly what I've asked here <https://groups.google.com/forum/#!topic/bbedi

Old Ctags file causing crash

2008-08-29 Thread Carlton Gibson
Hi all, 1) How cool is v9? 2) I've been experiencing a crash caused by the presence of my old ctags file. (Removing it from the directory tree removes the problem.) I'm going to look back into creating the ctags file -- the way I was doing it is pasted below. If anybody has any cl

Thank you for ctags support!

2010-05-06 Thread G. T. Stresen-Reuter
Right click on variable not defined in the current document, select Definitions, see that there are 32 definitions of the variable and a life saving menu item called: "Show All" THANK YOU Ted S-R -- You received this message because you are subscribed to the "BBEdit Talk" discussion

Ctags and PHP .inc files?

2011-02-14 Thread Alan Storm
If this isn't possible, does anyone know the best set of arguments to use with Exuberant Ctags proper? The manual used to have a decent set of defaults, but that section appears to have been removed (also I might just be missing it) While .inc has fallen out of favor, it's still u

Re: Recreating CTags via AppleScript

2011-09-11 Thread Ryan Wilcox
On Sep 10, 11:11 pm, stirrell wrote: > I was wondering if someone had an AppleScript to recreate a project's > CTags? The examples I have found seem to be out of date now for BBEdit > 10. I essentially want an AppleScript that will just run the command: > > bbedit --maketags

Re: Recreating CTags via AppleScript

2011-09-11 Thread Alex Popescu
On Sep 11, 6:11 am, stirrell wrote: > I was wondering if someone had an AppleScript to recreate a project's > CTags? The examples I have found seem to be out of date now for BBEdit > 10. I essentially want an AppleScript that will just run the command: > > bbedit --maketags

Re: Recreating CTags via AppleScript

2011-09-14 Thread stirrell
#x27;s script a little later. Again, thanks to both of you for your help. I will check back in with results from Ryan's method. Scott On Sep 11, 5:27 pm, Alex Popescu wrote: > On Sep 11, 6:11 am, stirrell wrote: > > > I was wondering if someone had an AppleScript to recre

Re: Recreating CTags via AppleScript

2011-09-14 Thread Alex Popescu
pm, Alex Popescu wrote: > > > > > > > > > On Sep 11, 6:11 am, stirrell wrote: > > > > I was wondering if someone had an AppleScript to recreate a project's > > > CTags? The examples I have found seem to be out of date now for BBEdit > > > 10

Re: Recreating CTags via AppleScript

2011-09-14 Thread Lorin Rivers
On Sep 14, 2011, at 12:59 PM, Alex Popescu wrote: [✄… snipped …✄] > I've created a Gist with [a copy of the original code][1] > > [1]: https://gist.github.com/1217265 > > A:// This list is the bomb. Thanks! -- Lorin Rivers Mosasaur: Killer Technical Marketing

Re: Recreating CTags via AppleScript

2011-09-15 Thread Clark
On Sep 10, 9:11 pm, stirrell wrote: > I was wondering if someone had an AppleScript to recreate a project's > CTags? The examples I have found seem to be out of date now for BBEdit > 10. I essentially want an AppleScript that will just run the command: > > bbedit --maketags

Ctags on default python installation

2011-12-27 Thread consiglieri
Hi I am a complete newbie when it comes to crags. Having tried to read up on the subject it would seem that I could possibly use ctags to get autocompletion for python by running crags on the python installation on my mac (Lion latest version). I've given i a try but the generated tags file

ctags with a new language

2016-03-21 Thread David Roland-Holst
All, I want to implement justly celebrated ctags with a new language and went to the original website for instructions (http://ctags.sourceforge.net/). A fine explanation with examples, but the code won't run on an up-to-date (ElCap/Darwin) Mac OS machine ... e.g. "Undefined s

Is my description of ctags correct?

2009-04-02 Thread Marc Liyanage
I wrote a blog article about BBEdit’s ctags feature. Is my description correct? http://www.entropy.ch/blog/Mac+OS+X/2009/04/02/Better-BBEdit-Completion-With-ctags.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Ctags and PHP .inc files?

2011-02-19 Thread Alan Storm
In case anyone else runs into the problem I described, setting up an alias for Exuberant Ctags proper that looks like alias ctags-bbedit='/usr/local/bin/ctags "-- langmap=php:.php.php3.phtml.inc.module" --excmd=number --tag- relative=no --fields=+a+m+n+S -R `pwd`' got m

Can someone explain ctags to me?

2011-09-06 Thread Oliver Taylor
Can someone explain ctags to me? I gather that it is a list of words which BBEdit looks for matches against when doing text coloring, populating the function menu, and completion - but beyond that I'm clueless. I tried to look at the ctags docs and knew instantly my kung-fu was too

Re: Ctags on default python installation

2011-12-27 Thread Ryan Wilcox
d up creating a tags folder in /Developer/ SDKs/MacOSX10.7.sdk/System/Library/ > Frameworks/Python.framework/Versions/2.7/ (Perhaps you were expecting it to > be created in your current directory?) Disadvantage of generating this file? It's actually a ctags file for the Python C

Re: ctags with a new language

2016-03-22 Thread Dave
If you moved your include files to /usr/local/include, you need to tell gcc where to find them, e.g. $ export CPPFLAGS=-I/usr/local/include On Monday, March 21, 2016 at 7:04:32 PM UTC-4, David Roland-Holst wrote: > > All, > > I want to implement justly celebrated ctags with a new

Re: Is my description of ctags correct?

2009-04-02 Thread Rich Siegel
On 4/2/09 at 6:45 PM, liyan...@gmail.com (Marc Liyanage) wrote: >I wrote a blog article about BBEdit’s ctags feature. Is my description >correct? Very nice - one amplification: the ctags that's in BBEdit's application package is actually for the app's internal use; how

Re: Is my description of ctags correct?

2009-04-02 Thread Dennis
On Apr 2, 2009, at 4:07 PM, Rich Siegel wrote: > ctags is also built into the system, but as far as I can tell > it's the old BSD version which doesn't support nearly as many > useful languages as ectags does. I've been using the ctags package (v5.7) distributed with M

Re: Is my description of ctags correct?

2009-04-02 Thread Rich Siegel
On 4/2/09 at 7:16 PM, argent...@mac.com (Dennis) wrote: >I've been using the ctags package (v5.7) distributed with MacPorts to >generate my tags files. Seems to work well. Yes; the MacPorts ctags is in fact Darren's exuberant ctags, so it should work as well if you don'

Re: Is my description of ctags correct?

2009-04-03 Thread Marc Liyanage
Thanks for checking it... On Apr 3, 1:07 am, Rich Siegel wrote: > Very nice - one amplification: the ctags that's in BBEdit's > application package is actually for the app's internal use; > however, it's built from Darren Hiebert's "Exuberant ctags&q

Re: Is my description of ctags correct?

2009-04-03 Thread Paul Burney
This is the most fantastic tip I've seen on this mailing list! I hadn't known about the ctags feature but it's incredibly useful. I'm still on BBEdit 8 so I don't get the completions, but after running this command on the codebase for a php project, I get two great things

Re: Is my description of ctags correct?

2009-04-04 Thread Marc Liyanage
Glad to hear you like the tip. Thanks for mentioning that other effect of the tags file, I didn’t realize that and I’ll add it to the article as a fourth benefit of tags files. I also added the code for a short BBEdit menu script that automatically updates the tags file whenever you save a docum

Re: Is my description of ctags correct?

2009-04-06 Thread Paul Burney
> I also added the code for a short BBEdit menu script that > automatically updates the tags file whenever you save a document. Try > it out and let me know how you like it. The AppleScript works but is a bit too slow with the codebases I use because it locks up BBEdit while it's running. I also

Re-read tags file after running ctags

2010-01-22 Thread Charlie Garrison
Good evening, How do I tell BBEdit to re-read the tags file from my project directory after running ctags? The new tags file doesn't seem to get used until after re-launching BBEdit. I'm sure I'm missing something but I can't work out where I'm going wrong.

Re-read tags file after running ctags

2010-01-23 Thread Charlie Garrison
Good evening, Replying to my own post, I forgot to add On 23/01/10 at 6:39 PM +1100, Charlie Garrison wrote: How do I tell BBEdit to re-read the tags file from my project directory after running ctags? The new tags file doesn't seem to get used until after re-launching BBEdit

Re: Can someone explain ctags to me?

2011-09-06 Thread Alex Satrapa
On 6 Sep 2011, at 14:17, Oliver Taylor wrote: > Can someone explain ctags to me? I gather that it is a list of words which > BBEdit looks for matches against when doing text coloring, populating the > function menu, and completion - but beyond that I'm clueless. I tried to look

Re: Can someone explain ctags to me?

2011-09-07 Thread Alex Popescu
the term has been defined. > > The "--maketags" option is mentioned in passing on p296 of the BBEdit User > Guide. Search for "ctags" and you'll find plenty of other information about > this service. > Can someone think of any way this could be auto

Re: Can someone explain ctags to me?

2011-09-07 Thread François Schiettecatte
re. Right-click on the word to bring >> up the context menu, and you'll see an entry for "definitions", which then >> presents a sub-menu of locations where the term has been defined. >> >> The "--maketags" option is mentioned in passing on p296

Re: Can someone explain ctags to me?

2011-09-07 Thread ascarter
See the BBEdit manual - attach an AppleScript to documentDidSave event. -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to bbedit@googlegroups.com To unsubscribe from this group, send email to bbedi

Re: Can someone explain ctags to me?

2011-09-07 Thread François Schiettecatte
file to be picked up? Thanks François On Sep 6, 2011, at 7:58 AM, Alex Satrapa wrote: > On 6 Sep 2011, at 14:17, Oliver Taylor wrote: > >> Can someone explain ctags to me? I gather that it is a list of words which >> BBEdit looks for matches against when doing text coloring,

Re: Can someone explain ctags to me?

2011-09-07 Thread ascarter
No you shouldn't need to restart BBEdit. Do you see a "tags" file in the root of your project? Are you running in project mode in BBEdit? You can also open the tags file (it's just text) and see that it has your symbols in it. -- You received this message because you are subscribed to the "BB

Re: Can someone explain ctags to me?

2011-09-07 Thread ascarter
And here's a script that you can run in BBEdit to build the tags file for the currently active project. I tried adding it as an attachment script for documentDidSave but it didn't seem to fire. https://github.com/ascarter/BBEdit-ApplicationSupport/blob/master/Scripts/Maketags.applescript -- Yo

Re: Can someone explain ctags to me?

2011-09-07 Thread David Kelly
On Wed, Sep 07, 2011 at 11:08:05AM -0700, ascarter wrote: > No you shouldn't need to restart BBEdit. Do you see a "tags" file in > the root of your project? Are you running in project mode in BBEdit? > You can also open the tags file (it's just text) and see that it has > your symbols in it. Its e

Re: Can someone explain ctags to me?

2011-09-07 Thread François Schiettecatte
Not at my end, it created the tags file without a dot at the end of the command, it was silent though, maybe a verbose mode... François On Sep 7, 2011, at 4:25 PM, David Kelly wrote: > On Wed, Sep 07, 2011 at 11:08:05AM -0700, ascarter wrote: >> No you shouldn't need to restart BBEdit. Do you s

Re: Can someone explain ctags to me?

2011-09-07 Thread Alex Popescu
On Sep 7, 9:09 pm, ascarter wrote: > And here's a script that you can run in BBEdit to build the tags file for > the currently active project. I tried adding it as an attachment script for > documentDidSave but it didn't seem to fire. > > https://github.com/ascarter/BBEdit-ApplicationSupport/blob/

Re: Can someone explain ctags to me?

2011-09-07 Thread David Kelly
On Wed, Sep 07, 2011 at 05:10:47PM -0400, Fran?ois Schiettecatte wrote: > Not at my end, it created the tags file without a dot at the end of > the command, it was silent though, maybe a verbose mode... So it does. Didn't see the tags file the first time but duped the directory, nuked the tags fil

Re: Can someone explain ctags to me?

2011-09-07 Thread John Delacour
At 14:45 -0700 07/09/2011, Alex Popescu wrote: 3. when saving the script make sure that it is saved as Script + Run only (nb: according to the documentation the script must be compiled and I assume Run only option means it is compiled) I have not experimented with the application under discuss

Re: Can someone explain ctags to me?

2011-09-08 Thread François Schiettecatte
The tags file is there and has stuff in it which all looks right. It is the root directory of my project directory hierarchy and I have created a bbedit project and added the files I needed, and the tags is located further up in the hierarchy. François On Sep 7, 2011, at 2:08 PM, ascarter wrot

Re: Can someone explain ctags to me?

2011-09-21 Thread Alex Popescu
I'm reviving this thread to post some more updates and also ask for some help. 1. As mentioned previously I've used ascarter's script as a Document.documentDidSave. After doing it BBEdit started to freeze even if I wasn't just navigating through a project. The reason for BBEdit freezing was exact

Re: Can someone explain ctags to me?

2011-09-25 Thread ascarter
On Wednesday, September 21, 2011 6:07:34 AM UTC-7, Alex Popescu wrote: > > Lesson learned: don't use the tags generation script as a > documentDidSave event, except you can filter an actual source file > save. > 2. The conclusion above made me think that a better event to attach > the tags

ctags generated tags file does not contain symbols from Dojo-based .js files

2013-08-24 Thread Paul Collins
I want cross-file symbol completion, Show Definition, and fast project search for a large Dojo-based project I'm starting to work on. Exuberant ctags in BBEdit sounds like it would work great, but... I can't get the functions in the project's .js files to appear in tags files