Apache - Maven - Installation

Maven is a great tool that can really help you to manage a project.
Its main goal is to building projects, publishing project information and a sharing JARs across several projects.

We will see, in this tutorial, the installation of Maven 3 on Windows.

Drupal 7 - Configuration - Change the default Menu link list

You want to create a new content, but you don't want to have access to the entire default list.

You can choose these content to add:

admin/structure/menu/manage/navigation

Under the Add content Menu link, uncheck elements you want to remove from the default list.

Click save, and return to:

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.

Pages

Subscribe to BadproG.com RSS