Questions tagged [codelite]

CodeLite is an open source, free, cross platform IDE specialized in C, C++, PHP and JavaScript programming languages which runs best on all major Platforms.

CodeLite is an open-source, cross platform IDE for the C/C++ programming languages (build and tested on Windows XP SP3, Windows 7, Ubuntu 11.10 / 12.04, and Mac OSX 10.5.8).

CodeLite is distributed under the terms of the GPLv2 license with an exception:

License exception

Plugins developed for CodeLite (other than the ones that comes with the official installer provided by the CodeLite team), are allowed to remain closed sourced and can be distributed under any license.

Main features

From (a page on a former version of) the CodeLite website:

  • Generic support for compilers
  • Can be easily extended with plugins (several plugins are already included in the installer)
  • Built-in GDB support, with the following features included:
  • Refactoing (rename symbol / rename locals / move functions and more)
  • Subversion plugin (based on the command line tool)
  • GIT plugin
  • External Tools plugin
  • Gizmos plugin - for the creation of: C++ classes, wxWidgets projects, CodeLite plugins
  • Makefile based build system
  • Project explorer (Workspace view)
  • File Explorer
  • Imports MSVS workspace/projects and converts them to use a GNU-based makefile
  • Active-document outline
  • Sophisticated database-based Code Completion mechanism; a default database is supplied which contains symbols for wxWidgets, STL and standard headers
298 questions
-1
votes
2 answers

graphics.h in CodeLite?

It was a header that was available in old Borland compilers. Used strictly for graphics in MS-Dos apps. You are at least 7 operating systems, 16 bits, 20 years and untold compiler versions removed from using it. Yes, I know that…
An SO User
  • 24,612
  • 35
  • 133
  • 221
-1
votes
1 answer

SDL 2.0 Build Error(Duplicate)

I haven't actually been able to use SDL 2.0 on my laptop, so I am reposting the whole post again. Hopefully somebody else can help me, as I am a little desperate. "Apparently, I don't have SDL installed correctly since a sample program I found in…
Neo
  • 3
  • 2
-2
votes
0 answers

my new laptop got extremely slow after I installing and using cs studio, I have uninstalled the vs studio but my laptop is still very slow

I installed vs studio to work on git and then after configuring it and using it to do simple task including git and then started using codelite for working on c++ program but suddenly my debugger was not working I thought it can be due to vs studio…
-2
votes
1 answer

Codelite IDE not opening on windows 10

Installed the latest version of Code lite IDE-15.0.04. Was working till yesterday but now not opening. No error or messages flashing. Simply not opening. Tried troubleshooting as well. OS - Windows 10
max
  • 3
  • 2
-2
votes
1 answer

Codelite will not download correctly?

I am trying to download Codelite on Windows 10 but only downloads as a "7z" file and will not open. I literally have no idea what I'm doing. Thanks!
J. Doe
  • 1
-2
votes
4 answers

CodeLite debugger closes immediately?

Issue: blank cmd window pops up and closes in a second. Log :- C:\Windows\system32\cmd.exe /C C:/TDM-GCC-64/bin/mingw32-make.exe -j4 SHELL=cmd.exe -e -f Makefile "----------Building project:[ Test - Debug ]----------" mingw32-make.exe[1]: Entering…
Varun Sharma
  • 105
  • 3
  • 9
-2
votes
2 answers

% in my output using Unix, and weird characters as another output. C++

I have one two coding projects currently, both of which are giving me weird trouble that I just can't figure out. I've spent hours messing with every little thing to try and fix them and they just don't seem to work out. The first is a simple…
Ian
  • 105
  • 1
  • 1
  • 5
-3
votes
2 answers

C++ programme crashes when compiled

This is my code.After it compiles, the console starts but crashes immediately saying that name.exe has stopped working. warning: extended initializer lists only available with -std=c++11 or -std=gnu++11.…
Sid 007
  • 3
  • 3
-3
votes
1 answer

How Do I include graphics.h in Codelite?

Is There a way to include graphics.h library in Codelite? I don't want to use CodeBlocks or Devc++. I need it for my university project. I know how to include it in CodeBlocks and Devc++ but there are a lot of errors when I use my old code I Wrote…
Alireza Fa
  • 131
  • 6
-4
votes
2 answers

How to end this function? (C++)

I've been working on a quiz for my semestral work. It's a simple one since I'm a beginner. And I wanted to let the user insert the character of the option but it's not stopping after the character is inserted and I don't know how to solve it. int…
-4
votes
1 answer

Codelite Build Error

I'm using Codelite on a mac and my assignment has several different C++ programs (simple executable) to be written that aren't related to one another. I started by creating a new workspace for the all my assignments, and in that I would start a new…
noremacb
  • 19
  • 2
  • 6
-4
votes
2 answers

Running c++ console application shows only "Press any key to continue."

I am using CodeLite and code block to learn c++. When I run any c++ program, it only shows "Press any key to continue." I downloaded MinGW compiler and also llvm-clang compiler. I select both one by one and run program. It only shows "Press any key…
Rajesh Maurya
  • 3,026
  • 4
  • 19
  • 37
-6
votes
1 answer

Official Codelite has Viruses?

I am a first time user of stack overflow, and a newbie programmer. I was looking for a free IDE and I came across Codelite. I downloaded it and ran it, but Kaspersky flagged codelite-terminal.exe and two programs in the program setup file as…
1 2 3
19
20