Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to develop P4 with intelliJ #275

Open
clankill3r opened this issue Sep 27, 2021 · 4 comments
Open

How to develop P4 with intelliJ #275

clankill3r opened this issue Sep 27, 2021 · 4 comments
Labels
Help Wanted We have very little time and would like some help

Comments

@clankill3r
Copy link

I would like to fix an issue with the current pdf exporter.
For this it would be great if I can edit processing and the pdf library from Eclipse or IntelliJ.
Since the repository comes with an .idea folder I suspect that more people are using IntelliJ for the development of processing.

I would like to know, how can I make changes and test in IntelliJ with a debugger?
I tried making a configuration, but I can't figure it out.

@benfry
Copy link
Owner

benfry commented Oct 3, 2021

I'm only just getting used to IntelliJ myself, so I don't have a good answer. At the worst, it's entirely possible to do it with just ant run ala the build instructions.

@benfry benfry added the Help Wanted We have very little time and would like some help label Oct 3, 2021
@oseph
Copy link
Contributor

oseph commented Oct 20, 2021

I'm no IntelliJ expert myself, but here's how I've got processing4 setup in IntelliJ on macOS:

  1. Clone the repository and build the project
  2. Open the project folder in IntelliJ
  3. Open Project Setting (command/ctrl+;)and select Modules in the sidebar.
  4. Select all the modules and delete them with the - button
  5. Click the + to import modules and select the core folder, and click yes to all the prompts.
  6. You should be good to go!

@keithcbentley
Copy link

I've attached a Word doc with detailed instructions.
Processing on IntelliJ IDEA.docx

@codeanticode
Copy link
Collaborator

@benfry maybe the word doc contributed by @keithcbentley can be used as the basis for a section in the wiki?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Help Wanted We have very little time and would like some help
Projects
None yet
Development

No branches or pull requests

5 participants