GoOracle
GoOracle copied to clipboard
GoOracle is a Golang plugin for SublimeText that integrates the Go oracle tool.
Hi, Im having an issue using go oracle, and wasnt sure where to ask the following question, hence posted here. Running oracle callers command... oracle: couldn't find file containing position...
Pressing ctrl+shift+o and selecting something shows a buffer that contains the following: Running oracle callees command... It never finishes. The console contains: ``` Traceback (most recent call last): File "goOracle...
With ST3 with GoOracle on windows, when I try to issue any command with Oracle, I get the following error: > Running oracle callees command... > > 'export' is not...
The readme for GoOracle does not say it is only ST3 compatible. Also the entry for this project in Package Control does not limit it to ST3. I found it...
When I do a new install of GoOracle, this directory is missing. As a result, attempts to modify the Package Settings default and user files result in errors like the...
Oracle actions that have nothing to return should give a message indicating this. It looks like process has hanged otherwise.
Hi @waigani , Follow https://github.com/waigani/GoOracle/issues/10, I added the support for windows. Codes are simple, just to let it work, and not affect OSX/linux part. Modified places: - stdout encoding is...
Hi, It seems that GoOracle doesn't support windows platform. It works well on my Macbook, but when I'm using it on my windows machine (win7), errors prompted: - "UnicodeDecodeError: 'utf-8'...