2 questions. IDO mode not caching properly / forcing buffers to named windows.
- by user112043
1
My ido mode does not properly cache filenames / folders. It will list files inside a folder, but from a while ago without any of the newer files showing. Any suggestions ?
2
In jde, when I have multiple windows open, compiling on one window will create a corresponding "* name of the class *" that will open on the next window in order. This is fine if I only have one window open but can I get some help writing a function that I could use to :
Name a window
Force all buffers of JDE compile server to only ever open in that window if it exists
Force all run windows from jde in the form of * name of the class * to open in the same window if it exists.
Jde automatically names the buffer " * name of the class * ", I will probably dig around the codes to find an easy fix for that... so if the code could just force all windows using a regexp containing * jde run - filename * or something along the lines would also work.
Thanks for your help, first post here as well. I really would like just some ideas on what may be going wrong with 1, 2 if anyone is feeling kind.