Skip to content

zacbre/LiteDevelop

Repository files navigation

LiteDevelop

Light-weight and open source IDE

LiteDevelop is a free Integrated Development Environment (IDE). It serves as a light-weight and open-source alternative to Visual Studio and is able to be launched from a removable drive such as USB sticks or SD-cards. Thanks to its extendibility, it provides you with the opportunity to add any features you like, and remove any features you don’t like. Thus giving you more control on how big and heavy the application will be.

History

Originally the project was designed to have a light-weight IDE for computers with either too old hardware or restricted rights to open or install Microsoft Visual Studio. These computers include for instance thin clients, such as computers on many schools.

Features

The standard LiteDevelop suite has the following features:

  • Portable, can be run from a removable drive.
  • Very small compared to Visual Studio.
  • Full control over features. Very easy to extend with extra features, and very easy to remove features you don’t like.
  • Create, open and build any of your Visual Studio (MSBuild) projects, and view them in the solution explorer.
  • Multilingual user interface.
  • Dockable GUI.

Next to that the standard LiteDevelop comes with couple of essential extensions:

  • Code editor
    • Syntax highlighting for several languages.
    • Auto completion and suggestions.
  • Forms designer (alpha)
    • Place, reposition and resize controls using the “What-you-see-is-what-you-get” interface.
    • Edit properties in the properties window.
    • Serialize and deserialize forms from source code (alpha).

How to compile

Open the project in visual studio and click build, or use either build-debug.bat or build-release.bat included in the root directory.

Requirements

  • Framework 4.0 (extended, not the client profile)

Todo

  • Debugging possibilities.
  • Add more UI languages + support in core lib.
  • Add a nice icon to the executable.
  • Project resources.
  • Project dependencies.
  • Multiple building platforms and configurations for msbuild (Debug, Release, AnyCPU, x86, x64 ...)
  • Clipboard operations in forms designer.
  • Auto completion of the code editor needs work.
  • Forms designer serializer needs work.
  • Forms designer event bindings.
  • Appearance mapping needs work.
  • Load templates from xml files. (!)

About

Free, light-weight and open-source Integrated Development Environment (IDE).

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
License.rtf

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published