Mac Os Best Editor For Octave

Active2 years, 1 month ago
  • PDF Editor Mac is a good freeware which you can use to edit PDF files in MAC. While saving in the free version, the PDF file is saved with a watermark in the first three pages of the PDF file. While saving in the free version, the PDF file is saved with a watermark in the first three pages of the PDF file.
  • Sony Vegas Pro has always been one of the best video editing software in the market. I love Sony Vegas Pro because of its built-in audio editing features. While other editing software like Final Cut and Premiere Pro provide some control over audio editing, Vegas Pro brings a full-fledged audio editor.
  • The Best Image Editor for Mountain Lion. The word ‘best’, when it comes to image editors or any other computer program of the sort, has always been subjective. There are a number of image editing programs that you can use on your computers running Mac OS 10.8, and many of them are excellent at what they do. The distinction between them relies mostly on your particular needs and preferences.

10 Best Free Video Editing Software on Mac OS X in 2018. Nowadays, video is around our life. We may record our daily life or memorable moments with camcorder, digital camera, portable devices like iPad, Surface, etc. And even iPhone, Samsung, etc.

I want to use Sublime Text as my default editor for Octave, but cant get it to work. The location of my Sublime Text app is in the /Applications/ folder as usually.

For example putting EDITOR (“/Applications/SublimeText.app”) results in the following error:

FYI: Yes SublimeText, this is name of the application, no spaces in between, I changed it to avoid having to escape spaces - I wasnt sure how that would be handled by Octave.

Any ideas?Thanks!

Michał Czapliński
Michał CzaplińskiMichał Czapliński

2 Answers

You don't mention what different things you tried to place in your .octaverc file. The following should work EDITOR ('path_to_your_sublime_aplication'). It doesn't need to be the full path, whatever works to call it from the command line should suffice. For example, EDITOR ('gedit') works fine on my system.

Also, it is important to set this before calling any function that makes use of it. The variable is persistent during an Octave session after being accessed the first time (and defaults to emacs).

Textcarandraugcarandraug
11.3k1 gold badge18 silver badges31 bronze badges

I am using Sublime Text 3 on OS X

Octave programs are running perfectly. So you can try the below mentioned steps

Open Sublime

Goto Tools -->Build System -->New Build System...

Best Editor For Html Css Javascript Php

Paste this code

Mac Os Best Editor For Octave

Save it as Octave.sublime-build

Now use Octave as your build system

Use + B to run your code.

Enjoy!

Anurag MaraviAnurag Maravi

Install Octave On Mac

Not the answer you're looking for? Browse other questions tagged macosoctave or ask your own question.