Thanks man, +1paulclinger wrote:-- snip --
ZeroBrane Studio Lua IDE v0.90 is out
- Zilarrezko
- Party member
- Posts: 345
- Joined: Mon Dec 10, 2012 5:50 am
- Location: Oregon
Re: ZeroBrane Studio Lua IDE v0.90 is out
Re: ZeroBrane Studio Lua IDE v0.90 is out
Hey paul,
I have a small bug report for the Mac version. When you press ⌘ (command key) after scrolling, ZeroBrane will zoom in / out even when the scroll bar has reached the end and the trackpad is no longer touched. As you can see in the gif this even still happens after a few milliseconds: I also wanted to ask if there is a possibility for an auto-formatter and extended syntax coloring in the future?
What I would love to have as an option is different colors for upvalues, and parameters: Keep up the good work. The debugger alone is a lifesaver!
I have a small bug report for the Mac version. When you press ⌘ (command key) after scrolling, ZeroBrane will zoom in / out even when the scroll bar has reached the end and the trackpad is no longer touched. As you can see in the gif this even still happens after a few milliseconds: I also wanted to ask if there is a possibility for an auto-formatter and extended syntax coloring in the future?
What I would love to have as an option is different colors for upvalues, and parameters: Keep up the good work. The debugger alone is a lifesaver!
Last edited by rmcode on Tue Jan 06, 2015 10:05 am, edited 1 time in total.
Re: ZeroBrane Studio Lua IDE v0.90 is out
hey rmcode, can you tell me what IDE/text editor that last picture is?
-
- Party member
- Posts: 227
- Joined: Thu Jun 28, 2012 8:46 pm
Re: ZeroBrane Studio Lua IDE v0.90 is out
@rmcode,
> I have a small bug report for the Mac version. When you press ⌘ (command key) after scrolling, ZeroBrane will zoom in / out even when the scroll bar has reached the end and the trackpad is no longer touched. As you can see in the gif this even still happens after a few milliseconds:
That's indeed the case and because it's handled by the editing component itself (Scintilla), there is not much I can do to change that logic. You can disable the zooming with Cmd+Scroll completely by setting editor.nomousezoom=true (and outputshell.nomousezoom = true).
> I also wanted to ask if there is a possibility for an auto-formatter and extended syntax coloring in the future?
> What I would love to have as an option is different colors for upvalues, and parameters:
I'll check on how to recognize upvalues and parameters, but I can only use indicators with those attributes, which doesn't allow me to change the color of those identifiers. I can change the background though; the closest is probably ROUNDBOX indicator (here is the full list).
> I have a small bug report for the Mac version. When you press ⌘ (command key) after scrolling, ZeroBrane will zoom in / out even when the scroll bar has reached the end and the trackpad is no longer touched. As you can see in the gif this even still happens after a few milliseconds:
That's indeed the case and because it's handled by the editing component itself (Scintilla), there is not much I can do to change that logic. You can disable the zooming with Cmd+Scroll completely by setting editor.nomousezoom=true (and outputshell.nomousezoom = true).
> I also wanted to ask if there is a possibility for an auto-formatter and extended syntax coloring in the future?
> What I would love to have as an option is different colors for upvalues, and parameters:
I'll check on how to recognize upvalues and parameters, but I can only use indicators with those attributes, which doesn't allow me to change the color of those identifiers. I can change the background though; the closest is probably ROUNDBOX indicator (here is the full list).
Re: ZeroBrane Studio Lua IDE v0.90 is out
Sorry for asking this, since it probably might be somewhere documented, but is there some kind of todo / task list manager thing with zerobrane? Like it could parse all --TODOs from the code or you could manually add some tasks in a list?
I can always use other softwares more developed for task lists and what I am currently doing is using a todolist.txt, a text file, inside my project.
I can always use other softwares more developed for task lists and what I am currently doing is using a todolist.txt, a text file, inside my project.
-
- Party member
- Posts: 227
- Joined: Thu Jun 28, 2012 8:46 pm
Re: ZeroBrane Studio Lua IDE v0.90 is out
@Muris, ZBS doesn't include a TODO manager, even though I've been planning to add a Markers/Locations panel that would show all the current markers in open files (bookmarks, breakpoints, current line during debugging, and TODO/FIXME comments). The main challenge is with keeping track of TODO markers as those are simple text and the files would need to be re-scanned; I do have ideas about how this can be done, but it hasn't been implemented yet. PaulMuris wrote:Sorry for asking this, since it probably might be somewhere documented, but is there some kind of todo / task list manager thing with zerobrane? Like it could parse all --TODOs from the code or you could manually add some tasks in a list?
I can always use other softwares more developed for task lists and what I am currently doing is using a todolist.txt, a text file, inside my project.
Re: ZeroBrane Studio Lua IDE v0.90 is out
I accidentally found a crash bug on 0.90
making a line with
then editing the text something causes a crash. The something can be at least pretty much any alphanumeric thing?
The crash is shown as following: This is in windows7 and im not sure if i have 32 bit version or 64 bit of zerobrane.
making a line with
Code: Select all
):something(
The crash is shown as following: This is in windows7 and im not sure if i have 32 bit version or 64 bit of zerobrane.
-
- Party member
- Posts: 227
- Joined: Thu Jun 28, 2012 8:46 pm
Re: ZeroBrane Studio Lua IDE v0.90 is out
@Muris, thank you for the report! I can't reproduce this issue with the current version (master branch on github). Can you check if the issue is still reproducible for you with the current github version as there were several auto-complete changes (including a fix for a similar issue)? You can clone the repo or simply unzip the archive and run zbstudio from it. Thank you. Paul.Muris wrote:I accidentally found a crash bug on 0.90
making a line withthen editing the text something causes a crash. The something can be at least pretty much any alphanumeric thing?Code: Select all
):something(
Who is online
Users browsing this forum: aikusuuta and 8 guests