-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #151 from testmycode/nb11
Nb11
- Loading branch information
Showing
27 changed files
with
424 additions
and
149 deletions.
There are no files selected for viewing
29 changes: 25 additions & 4 deletions
29
branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,26 @@ | ||
currentVersion=Netbeans with TMC {0} | ||
SPLASH_WIDTH=480 | ||
SPLASH_HEIGHT=300 | ||
|
||
SplashShowProgressBar=true | ||
|
||
SplashRunningTextBounds=16, 278, 448, 12 | ||
SplashProgressBarBounds=16, 275, 448, 2 | ||
SplashRunningTextFontSize=10 | ||
SplashRunningTextColor=0x000000 | ||
SplashProgressBarColor=0x000000 | ||
SplashProgressBarEdgeColor=0x000000 | ||
SplashProgressBarCornerColor=0x000000 | ||
AboutTextBounds=78, 60, 362, 20 | ||
AboutTextColor=0x000000 | ||
|
||
SplashVersionTextBounds=16, 257, 448, 16 | ||
SplashVersionTextFontSize=13 | ||
SplashVersionTextFontType=Dialog | ||
SplashVersionTextColor=0x000000 | ||
SplashVersionTextHorizontalAlignment=right | ||
|
||
currentVersion=Netbeans with TMC 1.3.0 | ||
LBL_splash_window_title=Starting Netbeans with TMC | ||
SplashProgressBarBounds=0,249,473,3 | ||
SplashProgressBarColor=0xE000 | ||
SplashRunningTextBounds=10,235,450,12 | ||
|
||
MSG_warning=NetBeans with TMC IDE - Warning | ||
MSG_info=NetBeans with TMC IDE - Information |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[Desktop Entry] | ||
Name=TMCBeans | ||
Comment=Integrated Development Environment | ||
Exec=tmcbeans/bin/tmcbeans | ||
Icon=tmcbeans/nb/tmcbeans.png | ||
Categories=Development;IDE;Java; | ||
Terminal=false | ||
Type=Application | ||
Keywords=development;Java;IDE;platform;javafx;javase; | ||
StartupWMClass=NetBeans IDE 11.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ [email protected] | |
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. | ||
nbproject/build-impl.xml.data.CRC32=b49f54e7 | ||
nbproject/build-impl.xml.script.CRC32=416371d0 | ||
nbproject/build-impl.xml.stylesheet.CRC32=0f381476@2.50.1 | ||
nbproject/build-impl.xml.stylesheet.CRC32=473dc988@2.76.1 | ||
nbproject/platform.xml.data.CRC32=b49f54e7 | ||
nbproject/platform.xml.script.CRC32=6dcbd131 | ||
nbproject/platform.xml.stylesheet.CRC32=45ddf0e0@2.72.1 | ||
nbproject/platform.xml.stylesheet.CRC32=ae64f0b6@2.76.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
name: tmcbeans # you probably want to 'snapcraft register <name>' | ||
base: core18 # the base snap is the execution environment for this snap | ||
version: '1.3.0' # just for humans, typically '1.2+git' or '1.3.2' | ||
summary: IDE for students using Test My Code # 79 char long summary | ||
description: | | ||
TMCBeans is a customized version of the NetBeans IDE intended to be used with the Test My Code -system. | ||
The Test My Code -system provides automatic assignment evaluation for MOOC-courses found at mooc.fi. | ||
The system and most of the courses are created by the University of Helsinki. | ||
TMCBeans is not affiliated with the Apache Software Foundation. | ||
grade: stable # must be 'stable' to release into candidate/stable channels | ||
confinement: classic # use 'strict' once you have the right plugs and slots | ||
|
||
parts: | ||
tmcbeans: | ||
plugin: dump | ||
source: dist/tmcbeans.zip | ||
override-build: | | ||
chmod +x tmcbeans/java/maven/bin/mvn | ||
find . -type d -name '*SunOS*' | xargs rm -rf | ||
find . -type d -name 'i386' | xargs rm -rf | ||
find . -type d -name 'Linux-sparc_64' | xargs rm -rf | ||
find . -type d -name 'Linux-x86' | xargs rm -rf | ||
snapcraftctl build | ||
shortcut: | ||
plugin: dump | ||
source: desktop/ | ||
|
||
apps: | ||
tmcbeans: | ||
command: tmcbeans/bin/tmcbeans | ||
desktop: tmcbeans.desktop | ||
plugs: | ||
- desktop | ||
- desktop-legacy | ||
- wayland | ||
- unity7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
build.xml.data.CRC32=d86d3efa | ||
build.xml.script.CRC32=d075bdf4 | ||
build.xml.stylesheet.CRC32=a56c6a5b@2.71.1 | ||
build.xml.stylesheet.CRC32=15ca8a54@2.76.1 | ||
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. | ||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. | ||
nbproject/build-impl.xml.data.CRC32=d86d3efa | ||
nbproject/build-impl.xml.script.CRC32=ba1a70e4 | ||
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.71.1 | ||
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.76.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
is.eager=true | ||
javac.source=1.7 | ||
javac.source=1.8 | ||
javac.compilerargs=-Xlint -Xlint:-serial |
Oops, something went wrong.