Closed a7madgamal closed 7 years ago
Do you have any steps to reproduce this?
sorry I can't remember exactly, I just tried to use the package. but to help you narrow it I will ask 2 questions :)
I don't have a Mac to test with (and they seem to hate VM) but there is a fork for MacOS, I would install that. As long as from terminal you can run meld
then package should work fine.
It should work fine across multiple projects within same window, I do it all the time.
What happens if you execute atom.workspace.getActiveTextEditor()
in Atom dev tools console? It should print a text editor object. If it does atom.workspace.getActiveTextEditor().getPath()
should return full file path to current active file.
You did have a file open correct? If for example you were looking at the settings page and tried to diff with active file this error would appear. I'll fix that shortly.
I found this in the console
/Applications/Atom.app/Contents/Resources/app.asar/src/buffered-process.js:357 Uncaught BufferedProcessError: Failed to spawn command meld
. Make sure meld
is installed and on your PATH
I installed meld using brew and I think it has some issues, it opens from the console but with some issues and doesn't close cleanly
I guess you can ignore this issue for now unless someone else confirms it, sorry for your trouble :)
I know about the fork long ago, how can I run it from the terminal?
[Enter steps to reproduce:]
Atom: 1.14.4 x64 Electron: 1.3.13 OS: Mac OS X 10.12.3 Thrown From: atom-meld package 0.3.2
Stack Trace
Uncaught TypeError: Cannot read property 'getPath' of undefined
Commands
Non-Core Packages