#Profiler task manager thingy
1 messages ยท Page 1 of 1 (latest)
This is looking really cool. I would like to caution you against adding too much.
Keep it focused and you can keep it good.
Personally, the addition of a Lua executor is already turning me off to the idea of using it in production (where I would see it having the most use for my use case)
Just my thoughts. Good work, and good luck 
Could potentially add a hard set value in the lua file to permanently disable it. A sort of writelock, to prevent all edits incl to any _G values (to prevent someone from just editing it back and reloading it)
wow this is cool
Honestly just adding some kind of protected hook that lets you lock out aspects of the tool would do more than enough
Either way that looks mint so far, I'm liking the nested tab layout
What are you using for the lua executor? Is that an actual linter in there?
https://ace.c9.io/ with lua mode. Might throw some errors with garrycode but might be able to add a custom mode for it in future
Oh you're embedding a html panel?
Certainly beats reinventing the wheel, though I'm curious if it's a 64-bit only thing because of that
Yeah, no way im recoding an editor for it. Will try 32bit tomorrow, ill try a few different editors if it doesnt work. I only need something lightweight
Yeah that's why I was curious about it, I've done lua execution thingies before and having proper formatting and linting for it seemed like such a monumental task I'd tap out almost immediately
If it does actually work on 32-bit then I'm sure you could do some funky stuff and get it to properly support glua
works perfectly fine. also stopped ` from being written on the editor (turns out Ace editor has a nice event system)
https://github.com/blobles-dev/blobsProfiler/ now available ๐
Sick, I'll try it out somewhere tomorrow
Yeah trying it out now and so far it looks fantastic
Saw that you added the glua rules, looks nice though I think there's some odd stuff going on in there
Lots of non-standard functions in there...
not sure, got it from Yogpod who got it from metastruct
I see
It's 'good enough' for now, but thanks for flagging
@alpine ledge started recoding/refactoring everything as modules before it gets too difficult.. shoulda started like this in the first place lmao
I smell technical debt
ima need a technical loan
@alpine ledge sorry if you dont care or whatever just felt like sharing some progress.
Did a major rewrite it based on a module style system for each, with submodules
Given how i've decided to handle it, I've subsequently also managed to do both SV and CL at the same time
Oh nah I am quite interested, poke away
I have a few more modules to finish up and then I can ship it back, modularised ! It's going really well.
Only have the SQLite & Globals Lua submodule to finish before I push the modular version out, which subsequently has all the SV side things too
just pushed the update for modules & submodules, gonna go bed now as its late..
starting to look good ๐
Oooh, will have a look