View unanswered posts | View active topics


Reply to topic  [ 2 posts ] 
Tighter Alchemy support 
Author Message
Member

Joined: Thu May 15, 2008 7:36 pm
Posts: 605
Location: Baltimore, MD
Post Tighter Alchemy support
Been using Alchemy on a project; been recompiling the C code by right-clicking on a .BAT in the "Project" tree and selecting "Execute". It gets the job done but would love for tighter integration. Some suggestions for tighter integration

Alchemy 1. Remove need of batch file by having FlashDevelop make proper calls. A sample batch file today is something like:
Code:
@echo off
set OLD_PATH=%PATH%
set PATH=%ALCHEMY_PATH%\achacks;%ALCHEMY_PATH%\bin;%PATH%
set CURDIR=%CD%
set COMPILE_SH=/cygdrive/%CD:~0,1%/%CD:~3%
bash --login -o igncr %COMPILE_SH%/compile.sh
set PATH=%OLD_PATH%
EXIT /B 0


Alchemy 2. Display bugs in output window. Currently I need to pull up in notepad an error file that is generated.

Alchemy 3. Syntax highlighting for .cpp/.h code. (Alternatively I could just use VS.NET for editing code, but if FlashDevelop did this, I'd have no need to install another IDE on my WinXP bootcamp partition.)

_________________
http://tronster.com


Wed Dec 15, 2010 7:37 pm
Profile WWW
Admin

Joined: Wed Aug 31, 2005 7:27 am
Posts: 10746
Location: Paris, France
Post Re: Tighter Alchemy support
A syntax file for c/c++ could definitely be done - keywords can be taken from SciTE for instance.

Further Alchemy support? When Adobe starts caring about it again - a project could handle it..


Wed Dec 15, 2010 7:58 pm
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 2 posts ] 

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.