CIA.vc
Asdt
Actionscript Development Tool
Stats » Projects » Asdt
information
Actionscript 2 Development Tool for Eclipse.
syndicateUTC clock
18:23 on Feb 09, 2012
event counters
The last message was received 2.62 years ago at 19:37 on Jun 29, 2009
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
402 messages since the first one, 4.9 years ago, for an average of 4.45 days between messages
recent messages
dateReversed sort columnprojectcontentlink
19:37 on Jun 29, 2009asdt
Commit by mb0 :: r723 /org.asdt.editor/ (25 files in 12 dirs): (link)
moved the repository back from svn.axdt.org to its old home at https://aseclipseplugin.svn.sourceforge.net/svnroot/aseclipseplugin

see last commit comment for details
#
19:22 on Jun 29, 2009asdt
Commit by mb0 :: r722 / (57 files in 34 dirs): (link)
moved the repository back from svn.axdt.org to its old home at https://aseclipseplugin.svn.sourceforge.net/svnroot/aseclipseplugin

changes in absence:
= by mcreichelt =
 * Deleted unnecessary code.
 * Updated to generics.
 * We don't need no iterators (the advanced for loop is really great).
 * Updated some AS files so that the 'Strict' mode of MTASC works.

= by mb0 =
 * error on new class when templates are disabled http://axdt.org/ticket/3
 * highlight TODO, FIXME, XXX in comments http://axdt.org/ticket/29
 * Keep the class outline uncollapsed http://axdt.org/ticket/38
 * added some SuppressWarnings("unchecked") where we use external classes.
 * enhance perspective defaults http://axdt.org/ticket/45
 * Rapid quoting http://axdt.org/ticket/14
 * Viewer does not correctly size swfs using -swf and -out http://axdt.org/ticket/44
 * Visibility of .asdt_build file http://axdt.org/ticket/12
 * the swf viewer property page looks funny http://axdt.org/ticket/46
 * add hints and documentation for using console logger http://axdt.org/ticket/35
 * better default preference http://axdt.org/ticket/28
 * fixed some strict mode issues
 * set matasc wimp option as default
 * set full parse on reconcile as default because else warnings are disappearing when typing
 * refactor rename on starter classes breaks compiler http://axdt.org/ticket/13
#
18:40 on Jun 29, 2009asdt
Commit by mb0 :: r721 /org.asdt.model/ (220 files in 30 dirs): (link)
was previously as2g3test which i had just deleted without checking. you can look there for the history.
#
18:29 on Jun 29, 2009asdt
Commit by mb0 :: r720 /org.asdt.model/: (link)
was previously as2g3test which i had just deleted without checking. you can look up the history there.
#
17:45 on Jun 29, 2009asdt
Commit by mb0 :: r719 / (org.asdt-feature/ org.asdt.feature/): (link)
No log message
#
17:41 on Jun 29, 2009asdt
Commit by mb0 :: r718 /org.asdt.astview/: (link)
outdated. now hidden in the history.
astview moved to the org.asdt.model plugin
#
17:40 on Jun 29, 2009asdt
Commit by mb0 :: r717 /org.asdt.help.dev/: (link)
outdated. now hidden in the history.
#
17:38 on Jun 29, 2009asdt
Commit by mb0 :: r716 /as2g3test/: (link)
there is now the axdt (at http://axdt.org) plugin for as3 (and hopefully someday for as2)
#
17:25 on Jun 29, 2009asdt
Commit by mb0 :: r715 /org.asdt.emf/: (link)
outdated. now hidden in the history.
#
17:22 on Jun 29, 2009asdt
Commit by mb0 :: r714 / (ActionScript2 Editor/ ProjectRelevant/): (link)
outdated. now hidden in the history.
#
16:44 on Jul 12, 2007asdt
Commit by mcreichelt :: r713 / (5 files in 4 dirs): (link)
Deleted unnecessary code. Updated to generics.
#
10:35 on Jul 12, 2007asdt
Commit by marvotron :: r712 /org.asdt.logger/src/org/asdt/logger/ (ASLoggerPlugin.java LoggingSystem.java): (link)
Added 'removeTrace' option and made 'none' just do nothing.
#
10:34 on Jul 12, 2007asdt
Commit by marvotron :: r711 /org.asdt.editor/src/org/asdt/editor/internal/completion/AS2CompletionProcessor.java: (link)
check if the file is null and try to retrieve it again when completing. this needs looking at more closely as i think there is a serious problem with completion at the moment.
#
10:32 on Jul 12, 2007asdt
Commit by marvotron :: r710 /org.asdt.compiler/src/org/asdt/compiler/builder/ (3 files): (link)
NPE fix.

Changed MTASC defaults.
#
17:56 on Jul 10, 2007asdt
Commit by mcreichelt :: r709 /org.asdt.core/src/com/bdaum/overlayPages/FieldEditorOverlayPage.java: (link)
Deleted unnecessary code.
#
17:42 on Jul 10, 2007asdt
Commit by mcreichelt :: r708 /org.asdt.mtasc/src/org/asdt/mtasc/ASMtascPlugin.java: (link)
Deleted unnecessary code.
#
15:08 on Jul 07, 2007asdt
Commit by mb0 :: r707 /org.asdt.viewer/src/org/asdt/viewer/SWFViewEditor.java: (link)
fixes a bug with the swfviewer i had on ubuntu.
refresh or load new .. but dont do both since both have the same effect
i decided to load it new so pref changes for the template will show up.
#
21:17 on Jul 03, 2007asdt
Commit by marvotron :: r706 /org.asdt.compiler/src/org/asdt/compiler/builder/BuildManager.java: (link)
another change to using the Java file.exists() check instead of the eclipse Resource version. For some reason the resource.exists() method is returning true even when it doesnt exist, probably due to my misunderstanding of the resource system and its handles. anyway, this fix works and thats what counts. :)
#
21:12 on Jul 03, 2007asdt
Commit by marvotron :: r705 /org.asdt.core/src/org/asdt/core/resources/ClasspathManager.java: (link)
Automatic classpath upgrade from 0.0.8build5 style .classpath files. The existing upgrade code only worked for pre 0.0.9 builds from CVS which used persistent properties.
#
16:19 on Jul 03, 2007asdt
Commit by marvotron :: r704 /as2g3test/src/org/asdt/model/resources/CachedType.java: (link)
check if file exists before clearing markers
#