Drupal 7 - Configuration - Text formats

It is possible to configure the Text format of comments or a blog page, for example.

Symply go until:

Administration > Configuration > Content authoring > Text formats > Configure (the right Text Format).

UML - Diagram class - Relationships

This is not so easy to know which relationships and graphic to use to describe a situation.
But what we know for sure, is that the classes are linked.

Let's see this in details.

Eclipse - Tips'n tricks - Open Element

This Open Element option allows to find a specific element in a project with the beginning of its name.

Eclipse - Tips'n tricks - Open Type

This Open Type option allows to find a specific class in a project with the beginning of its name.

For that, use the SHIFT + CTRL + H and a popup will open in front of your eyes.
Start writing and all types with matching name will appear.

Java - SWT - Hello World tutorial

Hello World!
It seems to me that I already seen this expression somewhere.

Well, let's go?

First thing to know is that we need two SWT widgets to make a window appear:

Eclipse - Standard Widget Toolkit (SWT) - Installation

SWT, the Standard Widget Toolkit, will help us to draw windows for the Java platform.

On this webpage you will find links to download last stable releases http://www.eclipse.org/swt/

C++ - Qt Framework - Hello World

Now that you have already installed Eclipse, Qt Framework Open Source and MinGW with the this tutorial, we will create our first program window.

Let's go.

Eclipse - Qt Framework - Installation

You like Qt framework and you like Eclipse as well.
So you already developed with Qt Creator, but your favorite IDE is missing you.

I understand.

That's why I will show you how to use Eclipse to compile a project with Qt framework.

Eclipse - C/C++ - Installation

You can follow this tutorial if you want to use C++ on Windows with Eclipse IDE:

http://www.badprog.com/c-eclipse-installation-of-c-c-development-tools-cdt-and-cygwin-for-windows

Eclipse - Tips'n tricks - Creating a Code Style

You can easily manage the Code Style of your pages in Eclipse.

For example, for C++ (this is exactly the same for all others languages), simply do this:

Window > Preferences > C/C++ > Code Style.

Pages

Subscribe to BadproG.com RSS