There is a few bits that feelt weird first like dragging images to create sprites off screen to get them in to the project to be selected.
Also good to have the option to run the ide in only 30 fps to save battery on my laptop

But its a breeze to design ide and gui bits in agk now for editors and such..
Solved my image problems also
// ---- Agk studio bits ----------------------------------------------------------------//
#Insert "main.scene"
main_setup()
for t=1 to main_images.length
if getimageexists(main_images[t])
setimagemagfilter(main_images[t],0)
setimageminfilter(main_images[t],0)
endif
next t