Giter VIP home page Giter VIP logo

Comments (4)

dail8859 avatar dail8859 commented on June 6, 2024

I really do not want to further expose Lua as a solution right now. That would then create a burden of maintaining a semi-stable API.

Many editors expose a terminal/console/etc within the application. Would that make more sense so users can have an interactive shell within the application?

from notepadnext.

SimLV avatar SimLV commented on June 6, 2024

I think we are talking about different stuff.
I mean these (per project) menu items like "do something with current project"
They are just "exec some stuff" using QProcess
image

from notepadnext.

SimLV avatar SimLV commented on June 6, 2024

Lua could be useful for filtering and/or controlling the editor itself.
Like placing bookmarks and navigating between multiple files.

I.e. Now I am debugging a network code tracing it from two machines using statsd-like UDP event streams.
And I want to see a list of points in code where these events originated.
Yes it is very specific use case but not more specific than base64 encode/decode inside editor.
Such stuff should be placed into some simple plugins/snippets and lua is a good option to implement them.

from notepadnext.

dail8859 avatar dail8859 commented on June 6, 2024

I don't want to add features just because it's possible. Functionality should be best focused on core features that majority of users are likely to use for now.

I do agree having ways to operate based on the current "project" would be useful but starting way overkill tends to lead to feature creep. Even with some sort of command line interface could integrate application information.

from notepadnext.

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.