AROS One x86 Work In Progress

AMIGASYSTEM · 55860

amigamia

  • Administrator
  • Member
  • *****
    • Posts: 134
    • Karma: +49/-0
    • AROS World
Reply #15 on: November 06, 2021, 09:06:31 PM
I always thought MurksIDE was an excellent idea for an IDE for AROS. It's a shame seeing applications start and then not advance from the plateau. I wonder if there is a way to add syntax highlighting.


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #16 on: November 07, 2021, 01:52:31 AM
Made a small test as a beginner programmer on Murks, a greeting from AROS One :D

Great :) You made your first step in programming. Happy development!



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #17 on: November 07, 2021, 01:53:52 AM
I always thought MurksIDE was an excellent idea for an IDE for AROS. It's a shame seeing applications start and then not advance from the plateau. I wonder if there is a way to add syntax highlighting.

Well, I worked on MurksIDE as actually my introduction to AROS. From perspective, I would use an already available editor with syntax highlighting as a basis and add the UI/tooling around it. I think this is how MorphOS did with their IDE.



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #18 on: November 07, 2021, 09:21:06 AM
An internal IDE for AROS seems like an interesting project. Syntax highlighting would be nice but many external code editors already suffice.

If we had an IDE inside AROS x86 that could compile system components like datatypes and MultiView and such I would be very satisfied.  :)



AMIGASYSTEM

  • Moderator
  • Legendary Member
  • *****
    • Posts: 3729
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #19 on: November 07, 2021, 03:24:00 PM
@deadwood

I noticed that Murks v0.5.4 works much better.

Murks v06.0 doesn't compile my script, the window that shows the compilation doesn't have the close tab, moreover when you click on Build project a second main.c* project is generated


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #20 on: November 08, 2021, 12:58:00 AM
Might be, I don't really remember - it was years ago that I was doing last work in it. :-\



serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #21 on: November 08, 2021, 05:30:34 AM
I had no luck with Murks



I can see files listed on the left but wont show any text if i click on them,

Syntax highlighting would be killer on Murks.

Gcc integrated to Murks? can i just run the MurksIDE because gcc already installed in my icaros system

What MurksIDE can do  is what i am trying to do atm, well also good to have another alternative.

ooh top icons needs some love..

After running MurksIDE i kind of think just adding Syntax highlighting than integrate latest or current gcc than we have amazing app..
« Last Edit: November 08, 2021, 07:57:34 AM by serk118uk »

Lets Build Not Destroy...


braincure

  • Newbie
  • *
    • Posts: 36
    • Karma: +2/-0
Reply #22 on: November 08, 2021, 05:55:29 AM
I wanted to try the icaros 2,3 distribution. When switching to the classic workbench theme, the system refresh becomes very heavy. Is there any fix or information about this issue?



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #23 on: November 08, 2021, 09:13:29 AM
FYI, latest Murks codes are on sourceforge still: https://sourceforge.net/p/murks-ide/code/HEAD/tree/



AMIGASYSTEM

  • Moderator
  • Legendary Member
  • *****
    • Posts: 3729
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #24 on: November 08, 2021, 11:17:04 AM
I had no luck with Murks
I can see files listed on the left but wont show any text if i click on them,


As said above Murks v06.0 doesn't work well, Murks v0.5.4 works better, as you can see from my screenshot the right tense can be seen well :)





« Last Edit: November 08, 2021, 11:20:09 AM by AMIGASYSTEM »



AMIGASYSTEM

  • Moderator
  • Legendary Member
  • *****
    • Posts: 3729
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #25 on: November 09, 2021, 09:20:45 AM
I tried to compile a source of a program and it worked perfectly with Murks 0.5.4, while on Murks 0.6.0 I got errors, as well as difficulties in using it.

I attach a small video showing the compilation of a utility called DirTree.

I tried with other sources and some of them didn't work, probably the procedure I used for DirTree is not enough.

https://youtu.be/4yQihxOXr_g
« Last Edit: November 09, 2021, 10:02:42 AM by AMIGASYSTEM »



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #26 on: November 09, 2021, 10:06:55 AM
Could you link to the source for DirTree ?

And link to the thread about font datatype. I lost it.



AMIGASYSTEM

  • Moderator
  • Legendary Member
  • *****
    • Posts: 3729
    • Karma: +69/-2
  • AROS One
    • AROS One

miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #28 on: November 09, 2021, 11:51:03 AM
Dirtree:
http://archives.aros-exec.org/index.php?function=showfile&file=utility/shell/dirtree.i386-aros.lha

FontDT-1.3 OS3 + source
https://aminet.net/package/util/dtype/FontDT-1.3

Thanks. I'll take a look just for fun this evening. Time for me to ease my way back into AROS. A little at a time.  :)



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #29 on: November 09, 2021, 12:12:06 PM

Time for me to ease my way back into AROS. A little at a time.  :)

Same here ^^