Jump to content



popmilo's Photo

popmilo

Member Since 26 Jul 2007
OFFLINE Last Active May 24 2012 12:57 PM

Posts I've Made

In Topic: WUDSN IDE: The free integrated Atari 8-bit development plugin for Eclipse

Sun May 20, 2012 5:02 AM

View Postpopmilo, on Sun May 20, 2012 4:56 AM, said:

Is there a way to setup Altirra (using wine) in wudsn under linux to work with "one settings work for all projects" ?
...
Errghhh..... Solved it :)

Just changed ${outputFilePath} to ${outputFileName} and chose Altirra directory as output folder for compiler and it works :)

Ps. How often does it happen to find out answer on your own, by the mere fact of formulating the question... :)

In Topic: WUDSN IDE: The free integrated Atari 8-bit development plugin for Eclipse

Sun May 20, 2012 4:56 AM

Is there a way to setup Altirra (using wine) in wudsn under linux to work with "one settings work for all projects" ?

So far I'm using "emulate.sh" script per project that looks like this:
wine Altirra.exe \\home\\popmilo\\dev\\altirra\\main.xex

If I use ${outputFilePath} as filename for emulator, Linux doesn't like it and can not find file... :(

Those double \\ solve the problem, but I see no way to make it work directly from preferences emulator command line.

In Topic: WUDSN IDE: The free integrated Atari 8-bit development plugin for Eclipse

Sat May 19, 2012 6:30 AM

View PostHeaven/TQA, on Sat May 19, 2012 2:32 AM, said:

View PostJAC!, on Thu May 17, 2012 1:29 PM, said:

Hi I'm back. Drining is not the problem but all I have here an unsecure privte WLAN from a neighbour house with 10k/s upload. Seems it failed to upload the features folder last night.

EDIT:

Done. I've tested the update via the site and it worked now.

Note: There are also some NES related changes included which I started already, it might happen that "ASM6" is now the default for ".asm" (unintentionally).

I am not able to update from 1.6.1 to 1.6.2?
Same thing happend to me too...

Solved it :)

Uninstall old versions... (from Help->about->installation details...).
Delete all plugins named "com.wudsn..." in the eclipse/plugins folder.

Install new version from update (Don't install base features - it's already included in wudsn..).

In Topic: WUDSN IDE: The free integrated Atari 8-bit development plugin for Eclipse

Sat May 19, 2012 2:19 AM

View Postflashjazzcat, on Sun May 13, 2012 2:45 PM, said:

Just to confirm: I've been using this new update all day and it totally ROCKS. Just need to get out of the habit of always clicking back into root file before assembling now. :)

I can see this speeding up my development by a factor of 2. :D
Wow! MainSourceFile property is the best thing that happend in a long time :)

Thanks JAC!

In Topic: WUDSN IDE: The free integrated Atari 8-bit development plugin for Eclipse

Fri May 18, 2012 11:27 AM

View Postflashjazzcat, on Thu May 17, 2012 2:50 PM, said:

BTW: is it possible / convenient to use any kind of version control with WUDSN? I know Eclipse supports CVS (of which I know little), but I've recently set up an SVN server and at the moment I'm ferrying code back and forth between a repository folder on the desktop and the WUDSN project folder itself. Works OK, but a little fiddly.

Any tips?
I have been using Mercurial (Visa Eclipse plugin http://javaforge.com/project/HGE ) for more than a year...
Right click on Project -> Team -> Commit, Push, Pull, update.... Couldn't be simpler :)

Ps. Don't know enough about SVN, but mercurial just works (For Asm, python, documents, binary, Windows, Linux, server, client, p2p, offline...).
PPs. There is free HG (mercurial) hosting on Bitbucket.org.