CodeBee C++ IDE (linux)

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
alys666
Super wx Problem Solver
Super wx Problem Solver
Posts: 329
Joined: Tue Oct 18, 2016 2:31 pm

CodeBee C++ IDE (linux)

Post by alys666 »

Created by me just for fun(because i hate every ide i met in my life :)) ).
screencast is here -
https://youtu.be/Ut677Vo2Sqs
ubuntu 20.04, wxWidgets 3.2.1
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2409
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Re: CodeBee C++ IDE (linux)

Post by evstevemd »

That's interesting project!
How did you skin the Widgets? Setting colors manually?
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
alys666
Super wx Problem Solver
Super wx Problem Solver
Posts: 329
Joined: Tue Oct 18, 2016 2:31 pm

Re: CodeBee C++ IDE (linux)

Post by alys666 »

i' have installed Ubuntu 16.04, with Unity and LXQT as desktops. I mostly work in lxqt, because it is quite lightweight.
It's some standard dark GTK theme(I do not remember which), and in application i use two basic color variables -
default_fore and default_back and play with them using Darker(..), Lighter(..) functions. Also lot of colors of controls which could be changed via code, user is able to change it in settings dialogs.
ubuntu 20.04, wxWidgets 3.2.1
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2409
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Re: CodeBee C++ IDE (linux)

Post by evstevemd »

Looks nice IDE. BTW you could look into supporting CMake and then available RAD like wxCrafter, wxFormBuilder and not sure about wxSmith.

Since it uses wx you can make cross platform
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
alys666
Super wx Problem Solver
Super wx Problem Solver
Posts: 329
Joined: Tue Oct 18, 2016 2:31 pm

Re: CodeBee C++ IDE (linux)

Post by alys666 »

it uses exactly the cmake as build front end :) and then uses gnu make or ninja as backend.
now i prefer an IDE couple clang+ninja in my designs.
ubuntu 20.04, wxWidgets 3.2.1
Post Reply