Giter Club home page Giter Club logo

processing-sublime's People

Contributors

b-g avatar bertbalcaen avatar bohnacker avatar fomlhaut avatar gregersn avatar himedlooff avatar jakkubu avatar kylefleming avatar makio135 avatar mckennapsean avatar rlfbckr avatar sbrosinski avatar xuv avatar ybakos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

processing-sublime's Issues

Hex color codes are not consistently highlighted

Hex values such as #1FFFFF are not consistently highlighted. Attached is a screenshot that illustrates the variations. The problem affects:

  • Hex value "literals" that start with a digit and include a letter: #1FFFFF
  • As an argument, hex value literals that start with a digit: color(#111111)

screen shot 2015-10-08 at 2 30 07 pm

Processing output window does not persist position

When building a sketch, the Processing output window always appears in center of screen even if it has been moved in previous execution. This is probably expected behavior, but it does not happen in the Processing IDE.
It is actually handy to have the editor on one side of the screen and the output on the other side of the screen for example. Or also if you work with multipe screens. Would be a really nice option.

Win Error 2.

Dear b-g,
My sublime text 3 was working when I first initially installed it , along with processing. However after three days or so, whenever I try to build my program the console presents me with this error.
[WinError 2] The system cannot find the file specified
[cmd: ['processing-java', '--sketch=C:\Users\Herman\Documents\apjava\Lightning', '--output=C:\Users\Herman\Documents\apjava\Lightning/build-tmp', '--run', '--force']]
[dir: C:\Users\Herman\Documents\apjava\Lightning]
[path: C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Skype\Phone]
[Finished]
. I've been looking all over forums for solutions, but I just can't find one.
Help would be appreciated Thank you,
Herman

Installation fails

Hi,
Right after installing via Sublime Package Control, I got the message:
`Error parsing snippet xml: Error document empty. In file Packages/Processing/keyCode.sublime-snippet

When I tried to restart Sublime Text 2, I got a dialog with message
`Unable to run package setup...

The whole message is much longer - I made a screenshot: http://gyazo.com/b0d693de149b0b9e9122e71adb21afbd

After this, Sublime refused to start and I had to manually remove the Processing package.

Sublime Text 2 Version 2.0.1, Windows 7

Cheers,
Bojan

cannot build with no such file or directory

in the console, it appears "/usr/local/bin/processing-java: line 2: cd: /Applications/Processing 3.app/Contents/Java: No such file or directory
[Finished in 0.0s with exit code 1]"

but my processing in the applications folder is called "Processing" without 3.

I have tried the fix mac path, and it does not work.

I am running Processing 3 on El Capitan.

Thanks

Syntax Highlighting Inconsistencies

Thank you for the very useful tool.

Unless I am mistaken, these are some discrepancies in highlighting... At least when using Tomorrow Color Themes from here. Not sure whose issue this is so posted it here too.

2014-09-13_23-14-55
2014-09-13_23-15-51
2014-09-13_23-18-14

Thanks for looking...

Don't --force new folder

I don't know if this is a bug or just me not knowing how to do stuff (sorry in advance if that is the case).

First build is ok. I change the code and try to build again and the following message appears:

The output folder already exists. Use --force to remove it.

But it seems that --force was used:
shell_cmd: pkill -f build; processing-java --sketch="/Users/fredguth/Desktop/basics/step 5/build" --output="/Users/fredguth/Desktop/basics/step 5/build/build-tmp" --run --force]

Can't understand.

Sublime Text 3?

Am I correct that there is no version / plans for a version of this for Sublime Text 3?

problem using shortcut

hi, I have a problem when I built with shortcut in windows.

  1. at first I didn't add the code in the key bindings file.
    I can't build with both ctrl+b or ctrl+shift+b, but it works with command: built with procesing and fullscreen. it saied "no built system with variant Run" when I type ctrl+shift+b
  2. then I added the code, but nothing changed.
  3. when I changed the code like this:
    { "keys": ["ctrl+b"], "command": "build", "context":[{ "key": "selector", "operator":"equal", "operand": "source.pde" }]}, { "keys": ["ctrl+shift+b"], "command": "build", "args": {"variant": "Run sketch fullscreen"}, "context":[{ "key": "selector", "operator": "equal", "operand": "source.pde" } ]}
    Now I can build sketch fullscreen with shortcut ctrl+shift+b, but it still doesn't work with ctrl+b

Thanks!

cant run the sketch, finished with exit code

Hi

I just wanted to install your tool to run processing sketches from sublime, but unfortunately I cannot get it to run.

Every time I get an error message saying something like this:

[Finished in 2.0s with exit code 1]
[cmd: ['processing-java', '--sketch=/Users/Jonas/processing/sensor-input', '--output=/Users/Jonas/processing/sensor-input/build-tmp', '--run', '--force']]
[dir: /Users/Jonas/processing/sensor-input]
[path: /usr/bin:/bin:/usr/sbin:/sbin]

Do you know what's wrong there?

I saw that this issue came up before, but that was with older versions of processing. I currently use the newest version 2.2.1.

Well any help is welcome.

Cheers

Jonas


Sorry, I did not realize that sensor-input is an invalid namespace. changed it to sensorinput.pde
and it works correctly.
Thanks for reading anyway ;)

No such file or directory: 'processing-java'

Working in Sublime Text 3 (3083) and processing-java (Processing 0244) on a Mac I’m seeing this error when building (all four build options)

[Errno 2] No such file or directory: 'processing-java'
[cmd: ['processing-java', '--force', '--sketch=/Users/derrick/Desktop/hype_basics/step1/build', '--output=/Users/derrick/Desktop/hype_basics/step1/build/build-tmp', '--present']]
[dir: /Users/derrick/Desktop/hype_basics/step1/build]
[path: /usr/bin:/bin:/usr/sbin:/sbin]
[Finished]

however when I run that command directly from Terminal (processing-java --force --sketch=/Users/derrick/Desktop/hype_basics/step1/build --run) it works as expected.

Have tried restarting ST3 and my machine.

Something I’m doing wrong here?

Feature Request: Automatic enclosing folder creation

Does anyone know of an automatic means for creating the required enclosing folder of the same name for .pde sketches? I've seen it mentioned but haven't found a good method or workaround.

Cheers for the good work so far!

'Use external editor'

Hi guys!

Thanks for you great work. Unfortunately i have a problem.
When i try to run program cmnd + b i got:

ERRROR: Ups ... Processing is not open :(

Please make sure Processing.app is open and 'Use external editor' in Processing preferences in checked.

And Processing is running and there is no longer 'Use external editor' option.
Im using Processing 2.2.1 + Sublime 2 on OSX

Thank You

No library found...

I can't set the libraries folder... How can i specify a "not default" libraries folder?

Sorry for my english.

Can't find processing-java

I followed instructions, tried Tools>Build, but ST2 console says it can't find file or directory.
See the error here: https://www.evernote.com/l/AZQ1T9k27VhAu4wpjSai6YzxJu_Dx8h53Iw

Notice that I do have processing-java installed as requested.

I am just alerting, because other users might find the same error. But I solved my problem.

Solved by going to ~Library/Application Support/Sublime Text 2/Packages/Processing/Build Systems and altering the builder with the complete path of my processing-java install.

Feature: Close previous sketches upon re-build.

I was able to change the build system to not open multiple sketches. Edit Processing.sublime-build, which you can find in Sublime Text\Data\Installed Packages\Processing.sublime-package, unzip it as an archive. Then place this new version in Sublime Text\Data\Packages\User or replace it inside the .sublime-package:

{
  "selector": "source.pde",
  "cmd": ["processing-java", "--sketch=$file_path", "--output=$file_path/build-tmp", "--run", "--force"],
  "file_regex": "^(...*?):([0-9]*)",
  "encoding": "ISO8859-1",

  "windows": {
    // Kills ALL running sketches first then builds
    // "shell_cmd": "tskill java 2>nul & processing-java --sketch=\"$file_path\" --output=%TEMP%\\build-tmp --run --force"

    // Kills that sketch if it exists first then builds
    "shell_cmd": "wmic Path win32_process where \"Caption Like '%java.exe%' AND CommandLine Like '%$file_base_name%'\" call terminate 1>nul && processing-java --sketch=\"$file_path\" --output=%TEMP%/build-tmp --run --force"
  },

  // "variants": [bla bla] snipped
  • "shell": true or using shell_cmd enables multiple command chaining and Windows Environment Variables like %TEMP%
  • tskill command kills the Java process, suppressing errors ERROR java.exe not found
  • wmic command tries to find if the sketch you want to build is already running, and kills the old process before starting the new one. Available on Windows XP Professional, Windows 2003, Windows Vista, Windows 7, Windows 8.*
  • Changing the --output path to %TEMP% because keeping sketches in Dropbox makes you constantly upload and delete build-tmp folders. So I chose user Temp folder C:\Users\Me\AppData\Local\Temp

Edited 6 May 2015: Improved build system code
Edited 1 June 2015: Found out WMIC.exe availability

Build for Linux

I've always had a problem with build. On Ubuntu I haven't been able to fix it. Can you clarify a little bit more on how to specify the build path yourself? Shouldn't this work?
"--export PATH=$PATH:~/Desktop/processing-2.0.3" I've tried many combinations and nothing seems to work! Please help!

disable use of the output flag by default for new versions of Processing

Processing 3.0 will no longer require the --output flag.

It would be nice if the default processing-sublime package detects the version of Processing and thus disables the output flag for any versions 3 and up. And, it may be nice to leave the option to specify the output command, in case someone wants to get access to the build files.

I have been using ST3 successfully with Processing using this method (by manually editing the package's build file) on the Processing 3.0 alphas. It all works beautifully, and the output folder gets pushed to the system's temp folder (as it does in the Processing IDE).

For reference, the merged pull request for this Processing feature is here.

Persistent array index out of bounds error

Hi,

I keep getting the following error whenever I try and run any sketch:

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
    at processing.app.Sketch.getCode(Sketch.java:1374)
    at processing.mode.java.Commander.statusError(Commander.java:319)
    at processing.mode.java.Commander.<init>(Commander.java:291)
    at processing.mode.java.Commander.main(Commander.java:97)
[Finished in 2.5s with exit code 1]
[cmd: ['processing-java', '--sketch=/Users/Hugh/Documents/Software Development/Processing/perception+multimedia+computing/week3lab/1', '--output=/Users/Hugh/Documents/Software Development/Processing/perception+multimedia+computing/week3lab/1/build-tmp', '--run', '--force']]
[dir: /Users/Hugh/Documents/Software Development/Processing/perception+multimedia+computing/week3lab/1]
[path: /usr/bin:/bin:/usr/sbin:/sbin]

This happens when I'm not even using arrays with my code. I made sure it wasn't my code by testing with the following sketch:

void setup(){
  size(200,200);
}
void draw(){
  // do nothing
}

The weird thing is though, it works sporadically. When I was using it today in class, it worked fine. When I got home though, it started giving me this error.

Any help would be much appreciated. Thanks!

Proposal for new build system

Hi @akaleeroy, @Sparragus, @ybakos,

Started this issue as a new thread to join the build system discussion which we had all over the place.

Based on your feedback I tweaked yesterdays proposal once more. I also changed my mind and kicked out all the legacy stuff. The goal would be to have just a simply single build system which works for p2 and p3. With the benefits of less confusion and a working 'automatic' build system. I also very much like the Re-run feature of @akaleeroy which should be included in any case IMO.

Please check once more everything for p2 and p3 6d08ebb (bg-dev branch)

Feedback and ideas are very welcome ...

@ybakos should we also add a dedicated build system for the sake of consistency in Processing.sublime-build for the upcoming Java Ant Project feature?

Many thanks!
B

Support for Android Mode in Processing

When I build a processing project (Android mode) I get the following errors:

No library found for android.view
No library found for android.os

I have the following line in my code

import android.view.*;

Does this package support Android mode, or did I miss an installation step?

Thank you

Automatic Build Doesn't Work

When I manually build for processing 2 it works however when I use auto build it defaults to processing 3 which doesn't work.

I get this error:

Command line edition for Processing 0227 (Java Mode)

--help Show this help text. Congratulations.

--sketch= Specify the sketch folder (required)
--output= Specify the output folder (required and
cannot be the same as the sketch folder.)

--force The sketch will not build if the output
folder already exists, because the contents
will be replaced. This option erases the
folder first. Use with extreme caution!

--build Preprocess and compile a sketch into .class files.
--run Preprocess, compile, and run a sketch.
--present Preprocess, compile, and run a sketch full screen.

--export Export an application.
--no-java Do not embed Java. Use at your own risk!

An output path must be specified.

[Finished in 0.3s with exit code 1]
[cmd: ['processing-java', '--sketch=C:\Users\Zachary\Desktop\Codeing\gitHub\AsteroidsGame', '--run', '--force']]
[dir: C:\Users_____\Desktop\Codeing\gitHub\AsteroidsGame]
[path: C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files (x86)\nodejs;C:\Program Files\Java\jdk1.7.0_55\bin;C:\Users\Zachary\AppData\Roaming\npm;C:\Program Files (x86)\Nmap;C:\Program Files\processing-2.2.1;C:\Program Files\processing-3.0a5-windows64\processing-3.0a5]

Processing - readStringUntil(char) does not exist

Hello,

When I run processing and have a line with 'readStringUntil('/n');' I get the error "The function readStringUntil(char) does not exist".

However, when I run the same program in Processing (2.1.1) I don't get that error. Is there a way to upgrade the Processing for SublimeText2?

Thanks for any ideas!

Change the path for a new processing

I change Processing from 3.0a5 to 3.0b5
I reinstall processing Java from Processing 3.0b5. I uninstall the processing package, to install a new one.
But when I want built my sketch I've this message : Sublim seach the old past : /usr/bin/processing-java: line 2: /Applications/Processing.app/Contents/PlugIns/jdk1.7.0_72.jdk/Contents/Home/jre/bin/java: No such file or directory

but the adress is jdk1.8.0_60.jdk

Where is it's possible to change this address ? I'm on OSX

Thx

doesn't work with Processing 2

Doesn't work.
Java Processing is include in Processing...

"[Errno 2] No such file or directory
[cmd: [u'processing-java', u'--sketch=/Users/.../Documents/Processing/carreVibrant', u'--output=/Users/.../Documents/Processing/carreVibrant/build-tmp', u'--run', u'--force']]
[dir: /Users/.../Documents/Processing/carreVibrant]
[path: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/usr/local/git/bin]
[Finished]"

a solution ?

regards

Build/run fails when filenames include dashes

A build fails if a filename has a dash/hyphen, e.g. "test1-5/test1-5.pde". Removing the hyphen to "test15/test15.pde" results in a successful build. Tested on OS X 10.8.3 and Windows 7.

This might be related to processing-java, rather than processing-sublime?

Sublime text 3 won't build

Hi
I'm using sublime text 3, and when trying to build processing I'm getting:
[WinError 2] The system cannot find the file specified
[cmd: ['processing-java', '--sketch=C:\Users\Udi Bobrovsky\Google Drive\ Out of context\processing\build', '--output=C:\Users\Udi Bobrovsky\Google Drive\ Out of context\processing\build/build-tmp', '--run', '--force']]
[dir: C:\Users\Udi Bobrovsky\Google Drive\ Out of context\processing\build]
[path: C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\iis express\PHP\v5.4;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files (x86)\Common Files\Ulead Systems\MPEG;C:\SWTOOLS\ReadyApps;C:\Program Files (x86)\Common Files\Lenovo;C:\Program Files\Common Files\Autodesk Shared;C:\Program Files (x86)\Autodesk\Backburner;C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\Users\Udi Bobrovsky\AppData\Roaming\MarketView\MarketView ExcelTools]
[Finished]

Also, I can see no processing-java file is being created under the build folder.

I've got Processing2.2.1 installed
Run Processing Java
Installed Processing package for Sublime text 3

I just can't compile...

Fails to find compiler

Hello

I'm using the latest version of your package, along with Processing 2.0.5. When I build a sketch I get this:

java.lang.ClassNotFoundException: org/eclipse/jdt/core/compiler/batch/BatchCompiler

Have you seen this?

Sublime Text won't build after upgrade

Working with Sublime Text 3 on mac with the newest version of processing and ST. Since the upgrade that came to me yesterday for ST I cannot build processing from within ST. I get the error:

An output path must be specified.

I have another computer that I haven't upgraded ST on and it still works fine. Any advice on how to fix this or what I am doing wrong?

Bryan

"does not exist" error

Very excited to get Processing working in Sublime Text - so first: thanks!

I installed ino (verified to work in Terminal) and the Processing plugin (through PackageControl and verified in App Support), but when I try to build a sketch I get the error "does not exist". This isn't for a particular method or function, just the error with a space in front of it.

Any ideas?

Build Shortcut

Is there a way to customize shortcuts in Sublime so that cmd+R builds and run instead of cmd+B?

Feature: ability to generate new Java Ant project for Processing

I've been working on adding an ST plugin for our beloved Processing package that enables a user to generate a Processing project in pure Java with an ant buildfile. It works like this:

  • User creates an empty directory on the filesystem, opens it in Sublime
  • Runs a command, is prompted for the package name, Sublime generates a buildfile and boilerplate Processing sketch in pure Java

At this point, the user can engage in a workflow similar to how we've been doing things in Eclipse, but without Eclipse. I've been using this on my own for a little bit and it works pretty well.

You can see the progress so far here, and try it out if you want:
https://github.com/ybakos/processing-sublime/blob/pure_java_plugin/

To try it, you should have a Sublime window open with a folder in the sidebar, then select Tools -> Processing -> New Java Ant Project. There's also a command in the command palette: Cmd-Shift-P, Processing: New Java Ant Project.

The critical files here are Processing.py and the templates in Commands/templates.

Would love to get feedback while I work on this feature. Some TODO's:

  • ensure ST3 compatibility
  • try to automatically select Ant build setting
  • try to automatically select Processing syntax instead of Java
  • add setting for path to Processing core.jar
  • extract constants into plugin config settings
  • create command for creating a new project w/o active window

Processing No such file or directory

I had this awesome bundle running on an older version of processing but I have since upgraded to Processing 2.2 went through the install instructions and this is the error I recieve

No matching processes belonging to you were found
/usr/bin/processing-java: line 2: /Applications/Processing: No such file or directory
[Finished in 0.0s with exit code 127]

Does not built at all when directories have special letters in them.

Not sure if this is a processing-sublime bug or a Sublime Text 2 bug. But it refuses to build (as in nothing happens apart from the console text below) completely when a directory in the path contains non english letters. In this case, Icelandic letters.

The path I was working with was the following:
/Users/johannesg/Documents/Verkefni/Ziz\ og\ Þórgunnur\ -\ Heim/Processing\ Myndband/Heim

This is what the console spits out.

Traceback (most recent call last): File "./sublime_plugin.py", line 337, in run_ File "./exec.py", line 130, in run UnicodeEncodeError: 'ascii' codec can't encode character u'\xde' in position 76: ordinal not in range(128)

I am using Mac OS 10.8.2, on a 2008 non-unibody MacBook Pro.

Color/syntax problem with classes? I could be wrong.

Not even sure how to word this, heh. You'll see from the attached screenshot that the closing curly brace on any class has a .. color that extends the width. It's the same color I get for trailing whitespace, but there aren't actually any spaces there.

The fix I'm doing at the moment, just to spare my eyes, is throwing a semicolon at the end.

Curious if you had any thoughts. I've tried with a few themes, and it happens with any of them. It's what made me think it was related to Processing.tmLanguage but I have no idea.

image
image

Adding ";" when its not needed

This is more a recomendation rather than a bug. When using automplete i find out that functions that usally doesn't requiere ";" are completed with it.
For instance when using: point(cos(rad) , sin(rad));
It's usefull to have ";" at the end of the point funcion, but not in the cos(rad) or sin(rad) ones.

color datatype not highlighted

We lost Processing's color datatype highlighting with the latest revision to the syntax rules.

Should this be highlighted like the primitives (double, int, etc) or like abstract data types (PShape)?

I suggest using the primitive style highlighting, since color is really just a number.

Commit coming.

Will not work on windows

I get this error on Build.

[Error 2] The system cannot find the file specified
[cmd: [u'processing-java', u'--sketch=C:\Users\phoenix\Documents\Processing\basic.pde', u'--output=C:\Users\phoenix\Documents\Processing\basic\build-tmp', u'--run', u'--force']]
[dir: C:\Users\phoenix\Documents\Processing\basic]
[path: C:\Users\phoenix\Documents\processingTwo]
[Finished]

In sysdm.cpl I added the following to the environmental variables > User variables for phoenix
path = C:\Users\phoenix\Documents\processingTwo

Thoughts? I even tried spelling processing differently to make sure it wasn't some character issue.

Problem with export

When trying to export using ctrl+shift+P > Export as Windows 64-bit application, I get the following error:
The --platform option has been removed from Processing 2.1.

While this was actually true for Processing 2.1, it should not apply to me as I run Processing 2.2.1 and, as it says on http://wiki.processing.org/w/Export_Info_and_Tips, in Processing 2.2, it's possible to export for other platforms.

Maybe it is not the --platform option that does it anymore.

I am running Windows 7 64-bit and Java 7 Update 67 (therefore I guess --platform would't even be needed.

Out of Memory + Preferences

I'm not sure exactly what preferences file to edit to increase memory. It's not working with the one in /Library/Processing/preferences.txt. Is there a specific preferences file for java-processing?

Linux Mint / Processing-2.0b8

Hi,

I'm using Processing-2.0b8 on Linux Mint.
I've successfully installed your bundle via the Package Control.
I've add permanently the path to Processing so that I can get :

mimi@mimi ~ $ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/mimi/processing-2.0b8

But when I try to run a "test/test.pde" Sublim Text give me :

[Errno 2] Aucun fichier ou dossier de ce type
[cmd: [u'processing-java', u'--sketch=/home/mimi/Bureau/test', u'--output=/home/mimi/Bureau/test/build-tmp', u'--run', u'--force']]
[dir: /home/mimi/Bureau/test]
[path: /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games]
[Finished]

ST seems no to use my PATH.
Do I have to add it in ST ?
Where ?

Any other idea ?
Thanks.

EDIT :
As I've seen that the Linux support was only for the 2.0b4, I've tried it.
But the issue is the same...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.