Saturday 2 October 2010

BACK

I'm back. Things are totting along, some hiccups here and there. Might get something this time

Friday 4 September 2009

Slowly

It's coming along slowly. Still haven't replaced the zip library to comply with the LGPL, its hard finding a good compatible documented, .NET working one haha. Working a bit on a plugin system to allow user extras such as task lists. Still no list of translations (its to tedious for me to be assed with for a long time lol). Still no perfect code folding, still no intellisense although i did look into JScript interpretation for a few days. Someday (preferably before the end of September i will have a zip library and possibly a plugin system working enough for an updated release. Other than that, no progress on the interface designer so peaceeee.

Sunday 26 July 2009

Nearly at a milestone...

Well i'm so close to getting it to the standard i have wanted it to be at ever since i have started this project.

I am currently trying to get the old ScriptManager working again (i had a recode of the main core, which makes absolutely everything super easy now), ScriptManager is the biggest section of code and windows at the minute so it's taking its time.

Other than that, left to do:
Finish OpenScriptDialog to make it look nice on Vista and 7.
Find a way to restart a single script and install/handle opening of plsc files from Windows Explorer etc
Fix a few bugs that can only be fixed once ScriptManager is working.

Then i am at the milestone where i only have to begin drawing controls like they are shown in the Interface tester etc.

The next update will be when i get ScriptManager and installation of files working. Then there will be a general preview (still without Interface designer) for all you guys to find bugs and translate!

Fun times...

Peace!

Tuesday 14 July 2009

In the works

Well i now have a working 64bit version, the open script dialog is half done and the logging feature i can't be bothered doing yet :P

To keep me interested in the project at the minute i have started working on the interface designer. I'm currently going through a few standard controls' properties making them look nice in the property grid. Once i have the Window object entirely finished I'll be starting to try and get the objects placed onto a form looking like they should! Once i have the controls looking okay before the beta release i want to get a few other features added that will actually make it about 90% complete (excluding the designer)

So expect a release some time next week or the following!

Peace.

Thursday 2 July 2009

Currently to do

After the preview there are a few bugs to fix before continuing with any other areas of the program.

TODO:
*Get the program working on x64 machines.
*Fix the open script box for Vista and windows 7 systems.
*Add logging/tracing method for the preview/beta versions to trace back some annoying bugs bugs.

Wednesday 1 July 2009

Preview released

Exactly what it says on the tin.

See here

Sunday 28 June 2009

Small preview soon

Small preview to be released in a few days, but it will be without an interface designer (still waiting on a chat to patchou).

Added:
JScript code folding.
Recent files list.
Few bug fixes.

To do before release:
Add a simple help file.
Create interface logger.
Create installer.

See you in a few days, Jay.

Tuesday 23 June 2009

Update

Everything has been done apart from saving of interface files and the actual individual controls for the dev environment. Next on the list is to sort out the controls but i am waiting on a reply from patchou and he hasn't replied in 3 days :(

Next update will come once i receive a reply!

Sunday 14 June 2009

Multi-lingual support added

Well i should have thought about this more at the start of the application, but since Messenger Plus has a very wide user base spanning multiple countries and many languages i thought i should add support for different languages to the designer.

Next on the list is Create/repackage script functions and then a much needed code tidy up. Hopefully shouldn't take more than a week, starting a new job this week so I'm not sure what my shifts are going to be like yet.

Sunday 31 May 2009

Current Progress

Well over the past few months i haven't done as much as i would of liked but the IDE has taken a few new steps. The main thing i have been looking at is Microsoft's new Managed Extensibility Framework (MEF) which is (so far) perfect for the implementation of the designer i have planned. I have a few more things to touch up/fix and add to the main IDE then all work can start on the Interface Designer.

Saturday 17 January 2009

Back in business

Well for the last two weeks i have started from scratch on the MPL Developer environment. It was an easy decision as i hadn't touched it since the start of the summer and taking one look at my code basically thought "that's a mess, what the hell does that do". It's already looking a lot better than the original versions having a full script/xml editor built in, the only thing missing is, well...the interface designer. I thought it would be a good idea to get the entire application complete bar the interface designer so i don't get side tracked by other things that need done ;)

I'm not going to set targets after what happened last time :P so the next post will be once i start work on the designer :)

Effection.

Thursday 1 May 2008

Wooo

Well i had a major leap forward today with the code. It's been the first I've touched it in a long time. I recently updated to C# 2008 and was considering coding it in WPF but thought that it was too much hassle...Basically since everything being recoded most of my dynamic class stuff has been scraped :( but i will keep it as it may come in handy at some time in the future (and it was a nice piece of code :D).

At the minute I'm trying to generate a form from an interface file(back to the start almost eh!). This time round everything will be easy peasy only problems i think i may hit are dialogue templates and any other multilayer type control!

Off to bed now, shall see if i have more time tomorrow to maybe get a small (i mean small) preview ;)