Jentos IDE 1.3.1

Monkey Forums/Monkey Programming/Jentos IDE 1.3.1

Luis(Posted 2015) [#1]
I was doing some updates to jentos and adding some things, like snippers and 2 themas more sublime text and theme lighttable

https://github.com/EnkiEA/Jentos_IDE


Salmakis(Posted 2015) [#2]
ty,ima trying it out =)


skape(Posted 2015) [#3]
Was playing around with it. Some nice changes since the last version I tried some months ago. :)

I made a small change to use the dark UI theme with the sublime and lighttable syntax highlighting, but I do like them with the dark UI. Thanks.


Luis(Posted 2015) [#4]
Unlikely, I just made a change in the github. Dark UI theme with the sublime and lighttable syntax highlighting, I corrected some things and adding more snippets.


skape(Posted 2015) [#5]
Thanks Luis, sorry, I could have submitted a pull request for the change. ;)


EdzUp(Posted 2015) [#6]
Very nice IDE, only crashed it once and thats good for me lol


GC-Martijn(Posted 2015) [#7]
Could someone explain how to compile/install to the latest version on a mac.
I'm using now sublime, but maybe this a better IDE for the mac.

I guess I have to start with downloading https://github.com/EnkiEA/Jentos_IDE/archive/master.zip
And unpack that.

But then...

EDIT: Going to give Mollusk another try ;)


Danilo(Posted 2015) [#8]
@GC-Martijn:
You need to install Qt and open the project using Qt Creator. 'jentos_ide.pro' is the Qt creator project file.


dawlane(Posted 2015) [#9]
@GC-Martijn: I will ne nice and share a OS X 1.3.0 BETA build.
@Luis: You should consentrate on the colour schemes displaying correctly in the options dialog and stop the syntax parser from corrupting non monkey files.
Keep up the good work!


Wiering(Posted 2015) [#10]
I really like how it highlights occurrences of the same identifier you are editing in the rest of your code, however it doesn't seem to always work well with variables defined as Const or Global. For example, if you load the bouncyaliens demo for mojo2, and you select WIDTH at the top, it will highlight the ones in the Sprite class, but not in MyApp.


DruggedBunny(Posted 2015) [#11]
Finally got around to trying this, and I really like it! One tiny thing that bugs me, though, is that it doesn't remember that I've selected the Output tab between sessions, and keeps defaulting to Usages instead. (What is Usages, anyway?!)

Any chance that setting could be saved, too?

I think Mark should make this the new default IDE for Monkey2!


EdzUp(Posted 2015) [#12]
Another thing that bugs me about the IDE is there is no kill button on the top bar you have to go through the menu to kill your app, if it had the kill button it would be brilliant.


DruggedBunny(Posted 2015) [#13]
Meant to add -- undo/redo toolbar buttons would be nice as well.


Luis(Posted 2015) [#14]
Fix a few things.
EdzUp, if the button to kill the application from the IDE.
DruggedBunny, if and fix (undo / redo toolbar buttons now works) corrected, I upload the changes to github.


DruggedBunny(Posted 2015) [#15]
Any chance of a new build, Luis? I've download it and installed Qt, but I just get errors relating to QtGui when I try to build... and I'm not even sure if it should build from GCC!


Luis(Posted 2015) [#16]
DruggedBunny, I do not use Windows, but I'll try it on windows and contruirlo.
and I'm adding new things to jentos ide ide jentos 1.3.1, stay tuned to github.


Luis(Posted 2015) [#17]
my twitter @crearmijuego :)


Luis(Posted 2015) [#18]
Jentos IDE 1.3.1 ready, is on the github.


julesd(Posted 2015) [#19]
1.3.1 not compiling, but 1.1 does.

What version of Qt and compiler are you using ?. Please be as precise as possible.
Will community version be good enough?


Luis(Posted 2015) [#20]
Qt Creator 3.5.0
Based on Qt 5.5.0 (GCC 5.2.0, 64 bit)


julesd(Posted 2015) [#21]
Ok figured it out.Using Qt 5.5.0 msvc2013 64bit community, with minGW64 compiler .

Had to change two lines, and put "const" in front of them.


Luis(Posted 2015) [#22]
¿You compiled a Windows version 1.3.1?


julesd(Posted 2015) [#23]
Yes.


Luis(Posted 2015) [#24]
now the new fork to Jentos is https://github.com/luisfranciscocesar/Jentos_IDE
It is no longer EnkiEA / Jentos_IDE


TheRedFox(Posted 2015) [#25]
Minding building an OSX 1.3.1 version?


matchem(Posted 2016) [#26]
Hi

Does jentos 1.3.1 app for osx exists for download somwhere or will i have to build it myself?
Is it an important update or 1.1 is basicaly the same thing and i shouldn't bother trying to compile 1.3.1 ?

thx


malublu(Posted 2016) [#27]
I think jentos is not under development.
You must compile it by yourself.
I can't fork it because i can't develop QT.
Let me try it to make a new builds for 1.3.1.
I have also not much time to read jentos or develop for jentos (QT).
So let check for an other developer, who have more time.


malublu(Posted 2016) [#28]
okay its very simple, i have only a windows or a linux PC (also android but it's another stuff ^^)
only download the qt creator.
Setting up the compiler (qtmake and gcc)
Open the Projectfile.
Press Play and it works with dynamic qt libs.
Info: You don't need a qt account, only accept the terms and skip the login.
Download: http://download.qt.io/official_releases/qt/5.5/5.5.1/qt-opensource-mac-x64-clang-5.5.1.dmg


abakobo(Posted 2016) [#29]
Build worked and Jentos 1.3.1 running on el Capitan. Thx for the link malubu!
That was really easy, just opening the .pro file and clicking ok_setup and then the "build" hammer (had to correct 2 lines because of array declared with non POD but that was fast: mainwindow.cpp, add "const" at the begginning of line 762 and 1345)
I forked it on github but I really don't understand how git hub works (first timer here)

I suppose it has to be corrected in the basic source (https://github.com/luisfranciscocesar/Jentos_IDE) but how everything is gonna be comunicated to luisfranciscocesar? Is creating a fork sufficient?

Where is the best place to upload the build?


malublu(Posted 2016) [#30]
Hey abakobo,
no problem, i also have a fork of it ^^.
What you think about teamwork?
I only create a windows or/and a linux build. And you an osx build.
We can develop together to make a new maintained project.
Have you Skype or other stuff (xmpp/jabber) and you are interessted?
I also can manage github, you need only push and pull with SourceTree.
I can read a little bit about qt (not all).
Forks are help to create new project under the same code.
After it you can merge with the old project.
But you can alos maintained yourself the project, if it not even from the developer.
Some developer haven no more time to create new releases.


abakobo(Posted 2016) [#31]
here's a link to the 1.3.1 osx build:
https://yadi.sk/d/b9Fm4H_qpsXYZ
hope it runs on other versions than el capitan (if someone can test...)

@malubu
i'm ok building some new releases but i'm afraid i can't really help on developpement. I know C and oop but never used C++ (and Qt...)
But we can have a try! What would be in your todo list?


malublu(Posted 2016) [#32]
My Todo List is to create a Todo List ;)
Also create some new snippets and themes
and clean up the code like int to const int.
Create Releases and a simple Website:
http://malublu.github.io/Jentos_IDE/

More Dokumentation, is also recommend.
But i need help for that.

Have you Skype or other stuff?


abakobo(Posted 2016) [#33]
@malubu

I have Skype...
you can contact me by mail (unhidden in my profile) and we can share Skype ID's

It's cool to make the build available, saw your tiny site!


malublu(Posted 2016) [#34]
Thanks ;)
i'm also develop new stuff ^^
I also look for monkey2 support.
I hope i get help and/or donations in the feature.


Salmakis(Posted 2016) [#35]
is there any place to get a win x86 binary?
I cant compile on the machine im currently using, so i hoped to find the 1.3.1 Version as binary for win


Paul - Taiphoz(Posted 2016) [#36]
Same here cant compile it locally would love a binary or installer.


malublu(Posted 2016) [#37]
Look here: http://www.monkey-x.com/Community/posts.php?topic=10451&page=1
I work also on a auto deployment.
But i was in hollyday (1 week), today i'm back.