GithubHelp home page GithubHelp logo

Comments (7)

benkio avatar benkio commented on August 10, 2024 1

Cool, I didn't spot it, I'll do the PR then.
It seems doable even for a elisp newbie like me :D
(especially because those multiline comments are like the java's one)

from emacs-scala-mode.

hvesalai avatar hvesalai commented on August 10, 2024

Since hs-minor-mode is part of emacs proper, you can add support for it in emacs-scala-mode.

Just do a PR that adds the needed configuration.

As I understand it, the only thing you need to do is to add the required regular expressions for comment start and end to the hs-special-modes-alist list (https://www.emacswiki.org/emacs/HideShow).

from emacs-scala-mode.

benkio avatar benkio commented on August 10, 2024

I tried with this code

(push (purecopy '(scala-mode "{" "}" "/[*/]" nil nil)) (cdr (last hs-special-modes-alist)))

as for c-mode and java-mode and if you place the cursor on a multi-line comment executing hs-hide-block it works, hiding the comment properly

BUT 😄 if you put the cursor at the beginning of a class and execute the hs-hide-level the comments are not hid as for the content of defs.
Someone has any idea why this is happening?
I attach a gif so you can see by yourself
hideBlockNotLevel

from emacs-scala-mode.

hvesalai avatar hvesalai commented on August 10, 2024

And you are sure that is not what is supposed to happen?

from emacs-scala-mode.

benkio avatar benkio commented on August 10, 2024

Personally I expected to see that collapsed as a normal block, but I don't know how HideShow works internally.

from emacs-scala-mode.

hvesalai avatar hvesalai commented on August 10, 2024

Can you open some Java code and see what happens.

from emacs-scala-mode.

benkio avatar benkio commented on August 10, 2024

I checked copying a java file from a random github java repo. Seems It behaves the same way. Then, I suppose it's right.

I'll rise a PR if you can suggest me where to put the extra line. As I said I'm a noob of elisp and modes :D

And maybe I'll just create a custom elisp function for collapsing all comments into the current block into my config ;)

from emacs-scala-mode.

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.