GithubHelp home page GithubHelp logo

kunlun's People

Contributors

cnjinhao avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

kunlun's Issues

Thoughts on the build process

Forked issue off of #1 to put stuff about the build process here.

Here be examples!
I trust you can do all the option stuff much better than i can, just want to show what i meant in forms.
All of the below can also be done with wizards and good defaults! But sometimes, as I need to, building in msys2_32bit and msys2_64bit while having VC++ and C++ Builder installed, stuffing **** into my environment variables make this necessary.

My Env. Var Window:
grafik
(Sorry if I could've used nanas capabilities better here ;))

My tooling options, to name the executables that can be found in PATH used for building:
grafik

My GDB Settings
grafik

And last but not least my project-target options. (A target = a combination of tooling and environment)
(I can also imagine a much better UI design here, but it served the purpose so i could get on and build my projects etc)
grafik

Thoughts on the Codepad

I didn't formulate a pull request for the specs, because I would love to hear other peoples opinions on this.

  • Code highlighting is a very non trivial thing since its tightly coupled to the language. They way its implemented should be a simple but powerful interface where the individual language highlighting implementations are attached to, so that contributing highlighters is easier. This way highlighting support may grow over time (eg. multiple languages, swapping the highlighter implementation for individual file extensions)
    • Potential "Highlightables": keywords, literals, string literals, comments, macros, user defined identifiers (like user macros).
  • Highlighting for searches.

I suggest to pass the code parsing to an interface (maybe the same as the highlighting) too to provide tokens (maybe more) which can then be used for editor features like highlighting.

To suggest more concrete ideas, I would need to try and implement everything myself to see where issues and complications with these ideas arrise.

Less necessary features:

  • Indentation Guides?
  • Multi Carret Editing?
  • Code folding?

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.