Adobe AIR、Flash/ActionScript 和 SQLite 开发的理想设置是什么?

发布于 2024-11-17 09:22:08 字数 211 浏览 1 评论 0原文

我正在研究 ActionScript 和 SQLLite 开发。

为了获得流畅的开发体验,我应该设置哪些基本的开发 IDE 和实用工具? 如果您将软件分类为免费和付费软件,那就太好了。

我习惯了 Microsoft 在 Visual Studio Express 版或 SQL Server Express 版方面的“免费”体验。

这个平台有类似的对应部件吗?

I am getting into ActionScript-ing and SQLLite development.

What are the essential development IDEs and utility tools I should get set up for a smooth development experience?
It would be great if you categorize - as free and paid-for-software.

I am accustomed with the Microsoft "free" experience in terms of - Visual Studio Express edition or SQL Server Express edition.

Are there similar counter parts for this platform?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不再让梦枯萎 2024-11-24 09:22:08

FlashDevelop - 用于 flash 的开源 IDE,但没有可视化设计器。就 SQLLite 而言,您实际上可以使用 actionscript 创建和管理数据库,但如果您想使用 IDE 编辑/创建它们,有几种开放/免费的解决方案,通过快速谷歌搜索,我们有:

//SQLLite DB manager/admin Adobe AIR 制作的工具
http://www.dehats.com/drupal/?q=node/58

//同样的想法,但是用 QT 开源,所以可能是 C/C++
http://sourceforge.net/projects/sqlitebrowser/

//FlashDevelop
http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page

在代码提示/完成方面,Flashdevelop 几乎是王者,几乎满足您对 Microsoft VS IDE 功能的期望。还有一个相当好的用户群,因此有许多教程/文档和项目模板。

FlashDevelop - Open source IDE for flash but no visual designer. As far as SQLLite you can actually create and manage the databases all with actionscript but if you want to edit/create them with an IDE there are several open/free solutions, from a quick google search we have:

//SQLLite DB manager/admin tool made in Adobe AIR
http://www.dehats.com/drupal/?q=node/58

//Same idea but open source made with QT so probably C/C++
http://sourceforge.net/projects/sqlitebrowser/

//FlashDevelop
http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page

Flashdevelop is pretty much king when it comes to code hinting/completion, pretty much what you'd expect in features from microsoft VS IDEs. There is also a pretty good user base and thus many tutorials/documentation and project templates.

没有心的人 2024-11-24 09:22:08

我也使用以前来自 www.dehats.com 的数据库管理工具,该工具已更名为 Lita 并放在 GitHub。然而,Lita 的一个显着缺点是它在执行 SQL 查询时完全缺乏运行时错误报告。

Mauricio Piacentini 是一位优秀的程序员,但 Flash 开发人员应该意识到他的
SQLite 数据库浏览器不支持添加到 AIR 版本的 SQLite 中的非标准功能,例如其他列关联类型。

因此,作为 Lita 的补充,我一直在使用 Paul Robertson 的

和 Ascension 一样,我也是 FlashDevelop 的粉丝。

I too use the DB admin tool formerly from www.dehats.com, which has since been renamed Lita and put on GitHub . However, a significant drawback to Lita is its complete lack of runtime error reporting when executing SQL queries.

Mauricio Piacentini is an excellent programmer, but Flash developers should be aware that his
SQLite Database Browser does not support the non-standard features added to AIR's version of SQLite, such as additional column affinity types.

So, as a complement to Lita I've been using Paul Robertson's Run! app. It doesn't have as many features as Lita, but it supports AIR's version of SQLite and it does report errors in your SQL queries.

Like Ascension, I'm a fan of FlashDevelop.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文