John, I have not tried Sublime Text with Julia 0.4 (32 or 64-bit). I was able to install and run an earlier version of Julia (I believe some 0.3 variety) 64-bit and it worked just fine.
If you look at the issues related to Sublime-IJulia it appears that there are some issues with 0.4: https://github.com/quinnj/Sublime-IJulia/issues In light of all the different issues, I've simply installed the command line version, added it to the Windows path (so I can type "julia" at any command prompt opened at any folder), and use the Atom editor to edit code. I have done this successfully on Windows 7 Julia 0.4 64-bit and I like this workflow because there have been zero issues. I would recommend giving this a try to see if it fits your needs. An added benefit is that you can use any text editor you want to edit code. On Sunday, November 1, 2015 at 11:31:31 PM UTC-5, John Wasa wrote: > > Donald, > > I installed Julia 4.0 and Sublime-IJulia on Windows 7 (64bit). > Sublime shows that Ijulia kernel is working, but none of the shortcut keys > (shift+Enter, Ctrl+Enter, etc.) are working. > Could you confirm that you also installed 64-bit Julia 4.0? (My Version > is: 0.4.0 (2015-10-08 06:20 UTC) Official http://julialang.org/ release > x86_64-w64-mingw32) > > Thanks. >
