nerobot

Forum Replies Created

Viewing 15 posts - 721 through 735 (of 805 total)
  • Author
    Posts
  • in reply to: Ted2Go IDE #5076

    nerobot
    Participant

    I tried and got properly result. Hm.

    Don’t know.. but did you select your theme in ‘menu — view — themes’?

    How it’s possible…

     

    Did you try to copy/paste whole my first style example?

    in reply to: Ted2Go IDE #5074

    nerobot
    Participant

    Try to use all colors from other theme and modify only what you want.

    There is no TextView on the screenshot . To see it you should open any code file.

    in reply to: Ted2Go IDE #5072

    nerobot
    Participant

    @hezkore  in which folder did you make changes?

    in reply to: Ted2Go IDE #5071

    nerobot
    Participant

    I agree – themes system is not ideal, but not bad at all.:)

    what does textview-color0 do? anyone?

    these are colors for code highlighting:

    How about an actual color picker that is directly linked to the internal base color system?

    Yes, I have it in todo – “create preferences dialog”. And colors picker will be there.

    Lastly. I have all the code for internal color pickers, and a lot more if you would like this to be folded into ted2go?

    Not for now, but I want to see your code and maybe get some parts of code. Samples looked nice!

    in reply to: Ted2Go IDE #5053

    nerobot
    Participant

    @hezkore

    All you need is

    1. Do work inside of ‘monkey2/bin/ted2_windows/assets/themes/  – if you want to only add theme.
    2. Copy any existing theme into new file.
    3. Add style for TextView inside it.
    4. Add your style info into themes.json to see it inside of ted2.

    Below is resulting style with changed bgColor.

    in reply to: Ted2Go IDE #5025

    nerobot
    Participant

    Thanks!:)

    I agree icons need to be replaced with more consistent ones. All of them not only toolbar.

    And thanks for the links.

    in reply to: Ted2 "plugins" #5015

    nerobot
    Participant

    You should add your code into ted2 and recompile it.

    Look inside of ted2document.monkey2. There is

    And see how it works on existing docs: jsom/xml/monkey2-document.

    In short, you have to register file extension you want to open with your custom viewer and then override method OnCreateView() – add here creation of your custom view, that will be added as new tab in editor.

    in reply to: Ted2Go IDE #5007

    nerobot
    Participant
    1. Yes. I will add reading of appArgs and we’ll can to open associated with ted2.exe files. Soon.
    2. No for now. Docs are based on HtmlView that don’t allow us to select text. So we should to open docs in our desktop browser.
    in reply to: few small ted2 bugs. #4971

    nerobot
    Participant

    I got the same problem on my notebook.

    So I fixed that in ted2go – not pushed in repo yet, but soon.

    in reply to: Ted2Go IDE #4886

    nerobot
    Participant

    There is new stuff:
    * New parser – some cases became better, some worse (wip);
    * Added new action by pressing F2 – goto declaration. Worked with global decls and with class members (wip);
    * Fixed crash if we type inside of file with imports only (if there is no one decl);
    * Changed items sorting order.

    in reply to: Alien Phoenix #4884

    nerobot
    Participant

    Bright = saturated colors.:)

    I surprised at quality of picture!

    in reply to: Alien Phoenix #4862

    nerobot
    Participant

    Wow, bright picture!

    in reply to: mojox, events need to run on new fiber #4856

    nerobot
    Participant

    Nice topic.

    In c# there is Task<T> class to wrap async results. When you call

    keyword ‘await’ extract result ‘T’ type for you.

    Also c# has functions Task.WaitAll() and Task.WaitAny().

    WaitAll() easy to do with model discussed above. Like this

    WaitAny – more difficult, need to subscribe on OnFinished event, that we should to add into Fiber execution section.

    in reply to: equivilent of java's float buffer #4855

    nerobot
    Participant

    mx2 arrays are cpp arrays (because all mx-code translated to cpp before compiling), so they must be contiguous in memory, I think.

    in reply to: few small ted2 bugs. #4845

    nerobot
    Participant

    Thanks for explanation.

    So it’s very easy to implement and will be done soon.

Viewing 15 posts - 721 through 735 (of 805 total)