Method Navigation

2001-07-12 Thread Louis Aloia
This is an idea I have for quickly navigating to a method declaration in a Java class. Searching for a method declaration in the current buffer is one of the activities I perform frequently. I am aware of five ways to accomplish this task. 1. use standard emacs search capabilities 2. use jde

RE: Method Navigation

2001-07-13 Thread Louis Aloia
, 2001 3:57 AM To: 'Louis Aloia'; '[EMAIL PROTECTED]' Cc: 'ECB-Mailing List' Subject: RE: Method Navigation 1. use standard emacs search capabilities 2. use jde classes menu 3. use ecb methods buffer 4. use find-tag 5. use speedbar Here's why I don't like any of the above options. Ecb and the jde

RE: Fontification problem

2001-08-28 Thread Louis Aloia
I encountered this problem a long time ago and I believe I worked around it by adding these two lines to my .emacs file. (add-hook 'compilation-mode-hook 'turn-on-font-lock) (global-font-lock-mode t) I still have these lines in my .emacs file and I may be that's why I haven't had this problem

read-only status

2001-09-07 Thread Louis Aloia
It appears that the jde-compile-finish-flush-completion-cache function is turning off the read-only flag of the current buffer (i.e. changing the status of a read-only buffer to writable). I am running Emacs NT 20.7.1 and JDE 2.2.8 Has anyone else experienced this problem? -Original