Code::Blocks 10.05

Informations

Creator Nachricht
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 37641
Wine: 1.4

Feedbacks

Description

Free, open-source cross-platform IDE that supports multiple compilers

Wikipedia.

Screenshots

Miniature

Source code

#!/bin/bash

# CHANGELOG
# [SuperPlumus] (2013-07-07 19-55)
#   Clean code

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Code::Blocks 10.05"
PREFIX="CodeBlocks"
WORKING_WINE_VERSION="1.4"

EDITOR="Codeblocks"
EDITOR_URL="http://www.codeblocks.org/"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_System_TmpCreate "$TITLE"

POL_Call POL_Install_LunaTheme

cd "$POL_System_TmpDir"
POL_Download "$SITE/divers/codeblocks-10.05mingw-setup.exe" "cab50ffb133d2362d1a4d76657a7993c"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "codeblocks-10.05mingw-setup.exe"

POL_System_TmpDelete

POL_Shortcut "codeblocks.exe"  "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Nachricht
FuzzyToothpaste Tuesday 16 September 2014 at 2:25
FuzzyToothpaste Anonymous

Information

This update has been approved by the team.

Nachricht

Please change the name from Codeblocks to Code::Blocks, the official name. Go to http://codeblocks.org and look in the title of the tab in your browser. Notice how it (should) say Code::Blocks. It is also called this on the official website, codeblocks.org.

Differences

@@ -7,7 +7,7 @@
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
-TITLE="Codeblocks 10.05"
+TITLE="Code::Blocks 10.05"
 PREFIX="CodeBlocks"
 WORKING_WINE_VERSION="1.4"
 

New source code

#!/bin/bash

# CHANGELOG
# [SuperPlumus] (2013-07-07 19-55)
#   Clean code

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Code::Blocks 10.05"
PREFIX="CodeBlocks"
WORKING_WINE_VERSION="1.4"

EDITOR="Codeblocks"
EDITOR_URL="http://www.codeblocks.org/"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_System_TmpCreate "$TITLE"

POL_Call POL_Install_LunaTheme

cd "$POL_System_TmpDir"
POL_Download "$SITE/divers/codeblocks-10.05mingw-setup.exe" "cab50ffb133d2362d1a4d76657a7993c"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "codeblocks-10.05mingw-setup.exe"

POL_System_TmpDelete

POL_Shortcut "codeblocks.exe"  "$TITLE"

POL_SetupWindow_Close
exit 0

Antworten

Sunday 30 June 2019 at 7:48
Fixed.