Questions tagged [emacs-ecb]

Emacs Code Browser - A source code browser for Emacs

ECB stands for "Emacs Code Browser".

From the project website at http://ecb.sourceforge.net/:

While Emacs already has good editing support for many modes, its browsing support is somewhat lacking. That's where ECB comes in: it displays a number of informational windows that allow for easy source code navigation and overview.

53 questions
0
votes
1 answer

Quickly finding project files using Emacs EDE

I've recently started using EDE (via CEDET via ECB) in an attempt to get Emacs set up as a reasonable IDE for development on a largish C/C++/Python project. Something that was a bit fiddly to get set up (as I'm an Emacs and Lisp novice) was rapid…
Rob
  • 1,350
  • 12
  • 21
0
votes
1 answer

How to programmatically disable ECB menu item for a particular list item?

I have a custom document library which is based on default document library. I'd like to disable Edit physical document for some of the documents depending on their property.
MaksymD
  • 314
  • 1
  • 4
  • 16
0
votes
1 answer

How to force ECB to treat GUD buffers as comilation buffers?

I've tried to do it in that way: But it does not seem to be working. What I've done wrong?
pashazz
  • 127
  • 3
  • 11
0
votes
1 answer

Installing ECB for Aquamacs on OSX Mavericks

I am a complete novice at both OSX and Emacs, so unsurprisingly I'm struggling to install ECB on Aquamacs. I followed the instructions given at https://docwhat.org/aquamacs-2-3a-and-marmalade/ using Aquamacs 3.0, but when installing the ecb-snapshot…
mjm26
  • 307
  • 1
  • 2
  • 12
0
votes
1 answer

Emacs + ECB: how to set the size of a new frame

I'm a newbie with emacs (and so with ecb),when I type ecb-activate the current frame gets split into my windows layout of preference according to the sizes I saved with ecb-store-window-size (which I can later restore) which are just percentages…
rano
  • 5,616
  • 4
  • 40
  • 66
0
votes
1 answer

when configuring ecb, i cant found button "save for future sessions"

According some article I searched with google, I install ecb and be ready for use. But I realize I need read manual again because ecb window is empty. So I got hints of configuring where to find my sources, after I input command mx customize-option…
0
votes
0 answers

not having ecb-compile-*

I've install cedet and ecb on my emacs and ecb seems right but sth is wrong here. the commands like ecb-compile-* doesn't exist! and I need them to show compile section ( it isn't shown) And the only think I have about compilation is…
Pooya
  • 992
  • 2
  • 10
  • 31
0
votes
1 answer

ECB: tag file prompts?

I've been working on ECB for a small time - and suddenly ECB started to ask me which tags file to open. I've no idea what it talks about - my source codes are usually small... So I think I can be happy without those tag files. How can I turn of this…
Adobe
  • 12,967
  • 10
  • 85
  • 126
1 2 3
4