This file contains hidden or 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
#!/bin/bash | |
DFILE=`find -name "*arm*.tar.gz"` | |
echo "Found: " $DFILE | |
if [ -z "$DFILE" ]; then | |
echo "ERROR: Please download JRE/JDK and put in current directory" | |
exit 1 | |
fi |
This file contains hidden or 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
========================================================================================================================== | |
Big IDE enchavements : AutoComplete(including user libs), Doc Tooltips, New SyntaxColoring, etc... | |
========================================================================================================================== | |
Progress: | |
======================= | |
- Autocomplete (95%) | |
- Realtime Parser and Error Marker(95%) | |
- Documentation in the Editor (in progress - 20%) |
NewerOlder