syuchan1005 / GitPrefix

Git Emoji/Text Prefix Plugin in IntelliJ IDEA

Home Page:https://plugins.jetbrains.com/plugin/9725-gitprefix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am a litter confused about how to use it^

tianwei1992 opened this issue · comments

I'd like to install your EmojiPrefix ,expecting to solve the problem that the emojis is unrecognized in my pycharm IDES,but maybe something is wrong with the jar file named 'EmojiPrefix.jar',,which is downloaded here,https://plugins.jetbrains.com/plugin/9725-emoji-prefix.

image

I have alread done a test with execute' java HelloWord' and so I'm sure that there is no matter with my java environment.

Now I am quite wondering what's the matter? Maybe it's not the right way to open your file ?I have read your guid but sincerely I can't understand it.I am sorry I'm not a professional coder and knows little and little……

This plugin put emoji in commit message.

  1. create file in root(name: .emojirc).
  2. write emojis(sample is in README.md)
  3. open VCS -> Commit.

Is that what you asked?

Thanks for your reply.I have noticed what you mentioned ,but I still don't konw ,which tool is need to create or open a file .pycharm or java ,or something else ?I also noticed that the codes here in github are python files,but what I download from another link is a jar file .SO I quite doubt which .should I.use ? finally ,thanks again !

I saw the 3 closed isuues created by others right now,and I noticed that the pictures they provided shows that what they were using is IntelliJ IDEA based on Java ,rather than Pycharm.Maybe your readme.txt is provided for IntelliJ IDEA ,too.
Then I want to know how to apply this project to Pycharm?

Sorry for my late reply.
All Jetbrains IDE's can use in same way.
It search and install 'Emoji Prefix' inSetting -> Plugins.

Oh!That's the point!
I haved installed the EmojiPrefix as a plugin on my pycharm platform right now,and it does work!
But...emmm……it looks like there;s something incorrect……why does it look like this?Should I do some more settings ?
image

I think that problem reason is character code. It assume UTF-8.

Then what kind of character code shoud I change it into?

Something confusing is that not all words are shown incorrect,see the following picture:

image

By the way,my origin language is Chinese, and my operating system is windows7


What is that picture?
I don't understand. What are you trying to do?

Oh!It's Chinese!Let me explain: a python programI worte is running on pycharm and the picture you see is the output part.
Detailly ,I am getting top 100 comments of a certain songs from a music website by using requests.post(url).
The problem is that in these comments there are some unrecognized emojis thich can't be shown correctly on pycharm,so I'm trying to fix it.

image

image
Now you see,I have install the plugin correctly,as it is in the picture above.

But during that process,I haven't seen the window named "commit message' like what is in the following pictures.can you tell me where is it?

image

This plugin can't fix music comments. This plugin attach emoji on Commit Message of Git.
It can't be used for that purpose.

Oh……So it is !Thanks for your kind replies and I think I get the answer finally.Ignore my poor English,please!

Since I'm curious about everything,I tried commit with your plugin tight now.And I get it !

What I have done are:

image

Then click 'vcs'-'commit':
image

Right?

Yes. that's right.

haha,now it's time to close the issue~