project-navigation
Personal tools

Author Topic: Requesting help from Java programmer  (Read 30977 times)

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Requesting help from Java programmer
« Reply #15 on: February 15, 2010, 02:59:20 pm »
hi - and welcome ;)

menu scripts have the highest priority at the moment.

Offline RudolfoWood

  • Rookie
  • ***
  • Posts: 85
    • View Profile
Re: Requesting help from Java programmer
« Reply #16 on: April 10, 2010, 09:48:03 am »
I have to say that I started working on EMFText plugins since my last post here, but did not put anything into svn yet. I really should do that as I have syntax for many of the most-needed scripts (e.g. research, item) ready, currently working on the most-wanted gui part (which is imo the most difficult one).

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Requesting help from Java programmer
« Reply #17 on: April 10, 2010, 09:53:52 am »
if you add this to the svn - please also add an article to the wiki how to install and use it. thanks a lot for the work you put into this. i think that will really help us to clean things up and find hidden bugs.

Offline Marte

  • Rookie
  • ***
  • Posts: 46
    • View Profile
Re: Requesting help from Java programmer
« Reply #18 on: April 27, 2010, 11:51:28 am »
hi!
i'm new Java coder , could i help with this project?

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: Requesting help from Java programmer
« Reply #19 on: April 27, 2010, 12:33:11 pm »
If you know a == b is not the same as a.equals(b), maybe you can help  ;D

Offline MCR

  • PHALANX veteran
  • ******
  • Posts: 1244
    • View Profile
Re: Requesting help from Java programmer
« Reply #20 on: April 27, 2010, 12:37:00 pm »
/joke
It can take some time until you get an 'real' answer here...  ;)
/joke off

I saw RudolfoWood was active here some 10 days ago the last time & I know mattn has quite some coding stress @ the moment, so I would suggest that you simply check out & learn everything referenced to in this thread, so you can start fully prepared & know about problems & stuff.
I suggest looking into the wiki also as it is always good to know how this whole stuff works, even those parts you do not want to touch or which are not related to Java directly... ;)

Offline Marte

  • Rookie
  • ***
  • Posts: 46
    • View Profile
Re: Requesting help from Java programmer
« Reply #21 on: April 27, 2010, 03:07:37 pm »
hi again!
wiki are really a big source of information, in particular this topic http://ufoai.ninex.info/wiki/index.php/UFO-Scripts/ui/*.ufo is up-to-date or old ? It's seems really important about menu/compiling topic :D

Offline MCR

  • PHALANX veteran
  • ******
  • Posts: 1244
    • View Profile
Re: Requesting help from Java programmer
« Reply #22 on: April 27, 2010, 03:14:27 pm »
The wiki can be hard, I know that  ;)

But eventually you will find your information there in most of the cases... We are all trying to keep info there up-to-date, but with fast progression of things it is not always possible...

You should try this wiki pages instead:

http://ufoai.ninex.info/wiki/index.php/UFO-Scripts/ui/*.ufo

http://ufoai.ninex.info/wiki/index.php/UI_node_behaviours

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Requesting help from Java programmer
« Reply #23 on: April 29, 2010, 05:11:04 pm »
wiki should be up-to-date

Offline Marte

  • Rookie
  • ***
  • Posts: 46
    • View Profile
Re: Requesting help from Java programmer
« Reply #24 on: April 29, 2010, 05:25:40 pm »
hi again!
I've added a little page on wiki, here:

http://ufoai.ninex.info/wiki/index.php/Script_syntax_coloring

where I explain syntax coloring with Notepad++, think could be useful from starting point for this project?


Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: Requesting help from Java programmer
« Reply #25 on: April 29, 2010, 08:55:22 pm »
Not a lot of devs use Windows, i think. Anyway it can be very useful for some people. Thanks.

Offline Marte

  • Rookie
  • ***
  • Posts: 46
    • View Profile
Re: Requesting help from Java programmer
« Reply #26 on: April 30, 2010, 08:04:52 am »
You can use Notepad++ for linux using wine (read from Notepad++ forums)

Offline BTAxis

  • Administrator
  • PHALANX Commander
  • *******
  • Posts: 2607
    • View Profile
Re: Requesting help from Java programmer
« Reply #27 on: April 30, 2010, 09:42:29 am »
But why would you want to?

Offline RudolfoWood

  • Rookie
  • ***
  • Posts: 85
    • View Profile
Re: Requesting help from Java programmer
« Reply #28 on: May 02, 2010, 02:40:43 pm »
I know I did not put anything into svn yet. Most parts of what I actually did for the EMFText plugins needs little java knowledge - almost all code is generated.
I told mattn that I think it would not be worth working with that plugins before 2.3 as they would need adjustments in script names here and there. I even don't know whether it is worth to wait for EMFText developers to switch parser engine (I know they are working on it) to have less need for script adjustments.

Offline Marte

  • Rookie
  • ***
  • Posts: 46
    • View Profile
Re: Requesting help from Java programmer
« Reply #29 on: May 04, 2010, 11:26:59 am »
I know I did not put anything into svn yet. Most parts of what I actually did for the EMFText plugins needs little java knowledge - almost all code is generated.
I told mattn that I think it would not be worth working with that plugins before 2.3 as they would need adjustments in script names here and there. I even don't know whether it is worth to wait for EMFText developers to switch parser engine (I know they are working on it) to have less need for script adjustments.

sorry but i didn't understand why you don't commit your work ?