Projects tagged ‘development’ and ‘emacs’


[9 total ]

670 Users
   

Emacs is the extensible, customizable, self-documenting real-time display editor.
Created over 3 years ago.

57 Users
   

XEmacs is a highly customizable open source text editor and application development system. It is protected under the GNU Public License and related to other versions of Emacs, in particular GNU ... [More] Emacs. Its emphasis is on modern graphical user interface support and an open software development model, similar to Linux. [Less]
Created over 3 years ago.

20 Users
   

PIDA is an IDE (integrated development environment). PIDA is different from other IDEs in that it will use the tools you already have available rather than attempting to reinvent each one. PIDA is ... [More] written in Python with the PyGTK toolkit, and although is designed to be used to program in any language, PIDA has fancy Python IDE features. [Less]
Created over 3 years ago.

2 Users
 

SXEmacs is a highly customisable and extensible real-time display editor and IDE. Yes, SXEmacs is an editor, but it is oh so much more than that too. SXEmacs is like the Swiss Army Knife of Open ... [More] Source, being everything from a tetris game to a full blown X11 window manager. It is easier to list what SXEmacs can't do than what it can... hmm, not sure, we haven't found anything worth doing yet that SXEmacs can't do (or be made to do). [Less]
Created over 2 years ago.

1 Users
 

Project was created during my development time. I create many different applications and in all of them I needed some tools for improvement my programming work. So I decided to create something like ... [More] tool-set for me and other developers which would help during developing time. Look in following short description and check if there is something interesting for you. Use this tools and use this code. It is open and free. All code is released under LGPL license or GPL so you can use it in both your free and commercial projects. [Less]
Created over 3 years ago.

1 Users
 

An improved JavaScript mode for GNU Emacs. Eventually aims to be competitive with IntelliJ and other best-of-class JavaScript editors.
Created about 1 year ago.

1 Users

Meadow is one of the implementations of GNU Emacs, which currently runs on Windows Windows 9x/NT/2000/XP/Vista. Since this project was started, we have been working for multilingual enhancement to ... [More] GNU Emacs for Windows, and the result become Meadow. [Less]
Created about 1 year ago.

0 Users

A minor mode for editing Ruby On Rails code with Emacs.
Created about 1 year ago.

0 Users

Tired of debugging Python using print statements? Don't like the cumbersome PDB (Python debugger) console? Prefer using Vim for coding your Python programs? VimPdb is the solution - allows debugging ... [More] Python in an IDE-fashion, right within the Vim editor. Features:Highlighting of currently debugged line and breakpoint lines. F5 - Run/continue running. F2 - Toggle breakpoint at current line Ctrl-F2 / Shift-F2 - Toggle conditional/temporary breakpoint. F7 / F8 - Step into/over F12 - Print stack trace F3 / Ctrl-F3 - Eval/Exec a given statement (in the current debugging context) Save/load breakpoints into session files. Cross-platform And many more... See readme.txt for details Download and InstallClick here to download the sources. Just drop vimpdb.py and vimpdb.vim into your Vim plugin directory, and you're all set to go. Important NotesIt's still considered Beta, so I'm not too sure about its stability or lack of bugs. However, I do appreciate if you could report bugs, suggest features or help out with the known issues (see "Known Issues" section in readme.txt). Email me at vimpdb@gmail.com It's possible to easily implement the debugging capabilities for another editor (e.g. Emacs) - you could write a Python class of your own, which inherits from the PdbIDE class, and implements editor-specific functionalities (such as highlighting). [Less]
Created about 1 year ago.