Jump to content

Recommended Posts

Posted

I have Eclipse Kepler and I recently found out there is a new version of eclipse (luna). Is it any better? Does anyone on here have it? Does it work for modding with forge?

Posted

It's eclipse... how on earth can it look awesome?

HF4k53B.jpg

 

This is what a dark theme looks like:

GZKdEme.jpg

 

:P

Alright, I decided. Im getting luna.

One of the only reason is so my eyes dont combust from looking at bright white for hours and hours. I'm probably going to be using dark mode a lot. :D

I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!

Posted

It's not a dark theme. That's a fuckin' mess.

 

I guess it depends upon what you're used to, I started by using eclipse luna w/ dark theme and am used to that and whenever I see another IDE I just don't like it because I'm used to eclipse.

Posted

Hmm... I turn around for a few hours and come back and there's a whole eclipse controversy. By the way By "It looks awesome" I meant it looks better than what I had.

 

And if you want to know my opinion on this whole thing I like eclipse. Ya, I said it. I have never used IDEA because it looks weird to me. Also, I have used the dark theme on eclipse and I like the light one better.

Posted

And if you want to know my opinion on this whole thing I like eclipse. Ya, I said it. I have never used IDEA because it looks weird to me.

 

You should try it then. I was a NetBeans user for years until I tried IDEA. There is no turning back.

(plus the whole workspace concept that eclipse uses is just too complex for my simple mind ;))

just you wait! ;)

Posted

I suppose I could... Ok, I will. But that doesn't mean I will like it. :)

Posted

Which one do I download. It has ultimate edition and community edition, but the community edition says it's for andriod apps. Help?

Posted

Which one do I download. It has ultimate edition and community edition, but the community edition says it's for andriod apps. Help?

 

Community should work just fine for you (the ultimate version is paid):

https://www.jetbrains.com/idea/download/

 

It can be used for Android development, and any other Java development as well - which includes modding with forge.

just you wait! ;)

Posted

ok. And wouldn't I have to type a command to redo my workspace?

Posted

Your workspace is still valid. You just need a couple more steps, as mentioned here: http://www.minecraftforge.net/wiki/Installation/Source.

Copying from there:

 

If you run IDEA, the steps are a little different. Open IDEA Select 'import project' Navigate to your workspace and click on the build.gradle

 

Once IDEA finishes importing the project, close IDEA. In your command window, run

 

    For Windows

 

gradlew genIntellijRuns

 

    For Linux/Mac OS

 

./gradlew genIntellijruns

just you wait! ;)

Posted

Ok. Just a question though. If I decide to use eclipse again will I be able to access the workspace again? Or will I have to make a backup?

Posted

Ok. Just a question though. If I decide to use eclipse again will I be able to access the workspace again? Or will I have to make a backup?

 

I think yes, but I'm not sure. A backup never hurts anyway :)

just you wait! ;)

Posted

Ya, no kidding. Once I tried to make a github repository directly in one of my mod's directories. BAD idea. The project uploaded to github properly. But I had to delete the repository because something wasn't working right. Then instead of deleting the repository, github deleted my mod. >:( I was furious. Then I realized the code in the repository was still there. So then there was a tedious process of restoring my code from the repository one class at a time. I learned a lesson that day. Always keep a backup. lol sorry for the long story.

Posted

as long as you don't delete your eclipse folder, you will still be able to access your project via eclipse if you decide you prefer eclipse. Though, imo, both IDEs are as strong, but IDEA is cleaned up more. I still prefer Eclipse myself because it is what I learned on, so I know how to use it.

Posted

Well, it's taking quite a long time to convert my mod over. It's not very intelligent if it doesn't know I want stuff done quick. lol

Posted

My suggestion, let it run and import everything, try it out, play around with it, and see how you like it. It may import slowly, but usually, you already have your workspace setup for IDEA when you start.

Posted

Ok, I let it import. Check. I typed gradlew genIntelliJRuns. Check. I tried to run IntelliJ again, and the dang thing decides not to run! >:( The splash screen appears then a split second later it vanishes. I opened up task manager to see if it's running in the background. Guess what, NOTHING. I try restarting my computer (built up errors and such). Run IntelliJ and guess what. You guessed it NOTHING! It blink for a split second. I'm really frustrated atm. Any help is appreciated at this point.

Posted

*sigh* Well, It's midnight where I live. So I should probably get some sleep soon.

Posted

you could also try using the command "gradlew setupDecompWorkspace idea" that will set everything up for you to run on IDEA. only think you will have to do is a asset fix which can be found here

Posted

you could also try using the command "gradlew setupDecompWorkspace idea" that will set everything up for you to run on IDEA. only think you will have to do is a asset fix which can be found here

Not true, if you use the idea task that fix is not needed (but you should import the build.gradle anyways, it's better :P).

 

I recently helped a friend start a mod of his own, he uses IDEA and still had to do the fix, even after running that command. Might have just been a faulty run that time, I don't know. That's the only reason I said he'd have to do the fix. And I wasn't saying it was a better way, I was just saying its another way to go about it.:P

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.