Git Product home page Git Product logo

Comments (10)

MohammadMD1383 avatar MohammadMD1383 commented on May 20, 2024

Hmm... I can't figure out what exactly you mean.

Could you please describe more? Or even upload a gif to show what you mean?

from actionable.

j-a-s-o-n-g avatar j-a-s-o-n-g commented on May 20, 2024

1.) Go to Settings > Editor > General > Editor tabs.
2.) Change tab placement to left.
3.) Apply
4.) Open several files in an editor, you'll see the tabs stack on the left.

Repeat 1-4 but instead of left, choose top.

Request: A "search everything" command as well as a keybind for each of the tab placements to swap them without having to go into settings.

Gif uploaded to first post.

from actionable.

MohammadMD1383 avatar MohammadMD1383 commented on May 20, 2024

image

well as you see in the picture this is already possible, I don't know if it works on older IDE versions, but it does work on 2022.3.2 RC

from actionable.

j-a-s-o-n-g avatar j-a-s-o-n-g commented on May 20, 2024

Can we still add key binds?

from actionable.

MohammadMD1383 avatar MohammadMD1383 commented on May 20, 2024

This should be possible but I can't assign any shortcut to any action from the Actions Search tab (using ctrl+.). this may be a bug of the IDE ?!

from actionable.

j-a-s-o-n-g avatar j-a-s-o-n-g commented on May 20, 2024

If it is a bug, it's been like that for a while. That's why I was hoping you could wire together a way to with new commands/keybinds.

from actionable.

MohammadMD1383 avatar MohammadMD1383 commented on May 20, 2024

ok, I'll try it

from actionable.

j-a-s-o-n-g avatar j-a-s-o-n-g commented on May 20, 2024

from actionable.

MohammadMD1383 avatar MohammadMD1383 commented on May 20, 2024

to add a macro you need to first select a text and then invoke add selection to macros action.

after that you can assign a shortcut to that macro and use it everywhere in an editor.

predict words is not really good at doing what it is intended to, but it can be useful sometimes. for instance you can write helloworldclass and then invoke predict pascal case words action and hope it will change it to HelloWorldClass.

this actually works by the help of grazie plugin (which detects grammar issues and typos), it tries to find largest words that doesn't have a typo, and then transform them to the desired form.

and for the documentation, I will appreciate your help. actually I was looking for someone to help me do that. Thanks in advance.

from actionable.

MohammadMD1383 avatar MohammadMD1383 commented on May 20, 2024

@Keep
@Documentation(
title = "Justify Carets End and Shift Text",
description = "Aligns carets to the rightmost one, and also shifts the text with moved carets",
example = """
| symbol | meaning |
| ------------------- | ------- |
| <code>&#124;</code> | caret |
having:
```java
String s |= "some string";
String someString |= "some another string";
```
will produce:
```java
String s |= "some string";
String someString |= "some another string";
```
"""
)
class JustifyCaretsEndAndShift : JustifyAction(JustifyCaretUtil::justifyCaretsEndWithShifting)

to provide documentation you should use the @Document annotation and use it exactly like you see in the above example because I use regex to extract it.

then by executing docgen.py the new documentation should be added to the docs/ directory, and I'm ready to accept your PR.

from actionable.

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.