Redcar is an open-source programmers’ text editor for Ruby, written in Ruby. It is designed to be compatible with Textmate bundles (a work in progress) and run cross-platform on JRuby. Redcar is currently in the middle of begin ported to JRuby, please subscribe to get updates on our progress.
(Link: Redcar is an open-source programmers’ text editor for Ruby, written in Ruby. It is designed to be compatible with Textmate bundles)
Uncategorized
ide, rubyonrails, textmate, tweet
Flux is an advanced Web design application, capable of creating stunning sites from scratch. Flux isn’t a template based solution, it’s a creative design environment.
(Link: The Escapers – Flux)
Uncategorized
ide, webdesign
The most important thing we have learned is that we have been trying to serve two masters: our open source community, and our paying customers. For us, such a situation is untenable in the long term. We have concluded that it is in the best interests of RunCodeRun, Relevance, and the greatest share of our users to return to our roots and simply offer free, no-hassle continuous integration for open source codebases.
(Link: The RunCodeRun Blog – RunCodeRun Returning to Open Source Only)
Uncategorized
freemium, ide
In this roundup, we will review some online Integrated Development Environments (IDEs) which are great examples of cloud programming. These solutions can [nearly] replace your desktop IDEs and code editors.
(Link: 5 Great IDEs to Start Coding in the Cloud | Web.AppStorm)
Uncategorized
cloud, ide
Eight PHP power tools
Eclipse PDT, NetBeans, NuSphere PhpED, and Zend Studio lead a capable field of IDEs for Web developers
(Link: InfoWorld review: Eight PHP power tools | Developer World – InfoWorld)
Uncategorized
ide, php
The origin of the e text editor, comes from a project to create a next generation revision control system. The aim was to create an rcs, that could be deeply embedded into applications. This could give them all kinds of capabilities, which would otherwise be impossible. To have a real base to work from, I had to make an example application to embed it in. The choice of a text editor was obvious, since text currently is the main target for revision control. So after a lot of development, i had a very powerful and versatile revision control engine and a very basic text editor build on top of it.
The editor showed the potential of the underlying engine (like total crash survivability and undo as powerful as a fine-grained rcs), but it was still really to basic to be used for day-to-day work.
(Link: The Power of Textmate on Windows)
Uncategorized
for:brian.young@kaplan.com, ide, textmate, windows
GeneXus is a knowledge-based software development tool, mainly oriented to enterprise-class applications for the web and Windows platforms. The developer specifies his applications in a high-level (mostly declarative) fashion, from which native code is generated for multiple environments.
GeneXus includes a normalization module, which creates and maintains an optimal database structure based on the non-normalized data model defined by the users, a declarative (rules-based) language and a simple yet powerful procedural language.
The languages for which code can be generated include Cobol, Visual Basic, Visual FoxPro, Ruby, C# and Java, currently with emphasis on the latter three. Most popular DBMSs are supported, such as Microsoft SQL Server, Oracle, DB2, Informix, PostgreSQL and MySQL.
(Link: GeneXus – Wikipedia, the free encyclopedia)
Uncategorized
codegeneration, ide
Squad is a web-based collaborative code editor.
We make it simple to open, edit and share code in real time.
(Link: Squad is a web-based collaborative code editor.)
Uncategorized
ide, online
Flash MiniBuilder is a lightweight IDE created for developing programs written in ActionScript 3.
Flash MiniBuilder is itself written in ActionScript.
Flash MiniBuilder is free and open-source (GPL license)
Two of the main raison d’etre of MiniBuilder are
*
provide a completely free and cross platform alternative for developing ActionScript projects.
*
provide an editor with a small footprint that would eventually run on smaller computers like netbooks or even pocket-size devices.
(Link: Desktop Flash MiniBuilder is out! Open Source Flash)
Uncategorized
flash, ide
codepad.org is an online compiler/interpreter, and a simple collaboration tool.
Paste your code below, and codepad will run it and give you a short URL you can use to share it in chat or email.
(Link: codepad.org is an online compiler/interpreter)
Uncategorized
ide, online
TextMate is a powerful and wonderful editor, too, but differently powerful and wonderful. Vim’s wonderfulness and power is the wonderfulness and power of git, or linux, where the learning curve is steep (ridiculously steep at times), but the rewards of mastery are sublime. I didn’t even realize I had missed a sane shift-J, or using the dot key to repeat the last command. Fix transposition typos with ‘xp’. Select a single word with ‘viw’. Drop bookmarks with ‘m’, and jump right back to them with single quote.
(Link: the { buckblogs :here }: Coming home to Vim)
Uncategorized
ide, rubyonrails, textmate, vim
This article uses Eclipse with the Aptana plug-ins for Ruby on Rails and iPhone support. The Ruby on Rails plug-in provides Ruby- and Rails-specific syntax highlighting, shortcuts, execution environments, etc. The iPhone plug-in provides a preview environment for displaying your Web application in an iPhone-size viewport.
(Link: Developing iPhone applications using Ruby on Rails and Eclipse, Part 1: Serving content for iPhones)
Uncategorized
appstore, development, eclipse, ide, iphone, rubyronrails
Tersus is a Visual Programming Platform for creating rich web applications.
Simply draw flow diagrams and Tersus will bring your application to life.
Tersus is open source.
(Link: Tersus: Visual Programming Platform for creating rich web applications.)
Uncategorized
ide, programming
* Better support of code completion/proposal for classes and models.
* When starting, RoRED asks if you want to reload the last workspace.
* RoRED detects if a file is changed/deleted by an external application, prompting for reloading/closing editor.
* Added “Save all changes (SHIFT+CTRL+S)” to save all changed files in a shot.
* The hints for parameters, usually triggered when opening brackets “(”, can now be disabled from “Properties”->”Preferences”->”Disable inline code hints”
* If you have jruby, now you can launch it from RoRED by selecting “jruby script/server” in the top left combo (eventually create your jruby.bat file and add it to Windows’ search path)
3 Comments more…
(Link: RoRED – The world’s best Ruby on Rails IDE)
Uncategorized
ide, rubyonrails