Yes it's annoying. The purpose of this method is to prevent two threads from writing in the buffer at the same time, it cannot be disabled. I don't see any useful information in your threads. Just that while saving, jEdit tried to acquire the lock and it was blocked but I don't see any information about what did get the lock before. There is a read and write lock (ReentrantReadWriteLock) and I don't use them that often, but I do know that locking a read lock will also block the write lock. The trace...
jEdit hangs on while trying to acquire a writeLock on a buffer
For reference, the options in the Plugin options.
BufferList: the tree view does not work correctly in certain cases
Hi, I'm using JSON Editor in Eclipse Luna, and while I appreciate it, I'd like to...