Giter VIP home page Giter VIP logo

Comments (3)

leodevbro avatar leodevbro commented on May 28, 2024 1

@Jamminroot, I see that font size is very small in your screenshot, line height seems too short (by pixels), that's why there is not enough pixel-space left for some graphical elements. I suggest to increase font size.

Also if you want to hide borders, you can do it in Blockman settings. Also you can do so many things in Blockman settings. Please play around with it, and ask me any questions if anything seems confusing.

from vscode-blockman.

leodevbro avatar leodevbro commented on May 28, 2024

@irongollem, Can you provide these?

  • Entire file code
  • font size
  • font family

from vscode-blockman.

Jamminroot avatar Jamminroot commented on May 28, 2024

Not sure if the same problem, but still:

image

Sample code:

void print_arr(const array2<uint8_t> &arr) {
    scope_profiler t("print_arr");
    for (size_t x = 0; x < arr.get_length(0); ++x) {
        for (size_t y = 0; y < arr.get_length(1); ++y) {
            std::cout << std::to_string(arr(x, y)) << " ";
        }
    }
}

Border kind of overlaps text for me (especially those double quotes), which makes it harder to read. It'd be great to only enable subtle background tint, with no border at all.

Font is Fira Code, 12

from vscode-blockman.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.