How to customize auto completing list in intellij? - intellij-idea

I am intellij user. I am not sure this post is fits to stackoverflow or super user.
Recently, I am working on a project with customized language, which developed by co-workers. It is customized HTML.
However I want to add some words to suggestion list. i.e when I make a div, then I want to find lang attribute on auto suggestion list.
If you know how to customize auto completing suggestion, please reply!
Thanks in advanced!
//############ Edit ##################
I found it! when you type div and waiting, a bulb pop up appears.
There is where users can add custom suggestions.
However, I want to know where to store all this suggestions.
(So I can add several keywords at once!)

Related

Best way to only get some functionality from TextEdit for NSTextViews

I'm new to objective-C and I'm not sure what's the best way to finish my current project. Basicaly, my project is a plugin for a medical software and it has as inputs 2 NSTextViews. I've tried to manually implement all the functionality of a text editor but some futures seem impossible for me to implement. My question is, what is the best way to get this functionality: TextEdit Funtionality for my NSTextViews ? Is there a better and/or easier way from doing every button and every action regarding text editing ?
Check the documentation for NSTextView, specifically the section "Using Text Formatting Controls".
The properties rulerVisible and usesInspectorBar will enable the functionality in your screenshot.

VBA IDE Icons *.svg *.ico

Can someone please tell me how I can get the VBA IDE icons files [pictured]
I have spent the last several hours trying to find a way to expose them via FaceId all the links I have found are either for making a ribbon or a form with the faces on there I just want the files.
Google wasn't my friend this time, even with the advanced search tools where you can specify the type as an icon
I used the BeCyIconGrabber as detailed in the comment from #Vegard from How to Geek
Still took a while to find what I was after, I also found this which has some of the icons I was after.

Template 10:Using MasterDetail along with Hamburger Template

I am using template 10 for developing a UWP app and i'm using hamburger template so when a user clicks on a particular category i would like to navigate him to a event list in a master detail view where on left is complete event list in that category and on right selected event details.There is a sample provided and its difficult to understand and don't know how to use the sample in my app along with hamburger navigation.Also as an extra feature if the user clicks on a particular category the hamburger panel should hide and masterdetail view of event should come.And when user click on back button the panel should appear again with that page.
If anyone could help me it would be of great help.Thanks in advance.
There is a really detailed sample in the repository. It has 2 examples in total. 1 a control being developed by a community member. The other is a design based around using basic XAML with visual states along with responsive triggers for screen sizing.
I've implemented the response non-usercontrol variant and it works very well. The other control based scenario has some good features and is being updated often for feature additions and corrections.
Master Detail Sample
I think what you might be looking for here is a slightly simpler thing that we are able to give you. Master/Detail is certainly not splitting the atom. That being said, it's not just a drag and drop thing either. Your are going to need to take a look at the sample. Try to reproduce it exactly into a blank project. It's a great resource, but it's not a control for you to use as much as a sample for you to refer to. I certainly wish I had a simpler answer for you, but this is going to take a little effort on your side to understand the mechanics and implement it. In the end, once you pass that "ah ha" moment, I think you will look back and realize it's simpler than you thought. But until you understand how it works at a fundamental level, it's just going to continue to confuse you. I agree with #mvermef that the visual-state approach (the primary approach) is the easiest and uses the skills you will want to learn for future development, too. But, to that end, please recognize there are TWO approaches in that sample. One uses view-states and the other uses a custom user control. If I were you, don't pick the second approach. The first approach will be easy to understand, easy to implement, and wonderfully helpful to understand for other things later down the road.

How to customize issue display in YouTrack?

Is there a way to customize the style for the issue displayed from search?
The specific features I am looking for:
To be able to choose whatever fields to display and the order. The popup windows
from "Visibility Setting" does not seem to work completely for this purpose.
To break down issues into groups with headings, such as priorities, milestone, etc
(again, from user choice).
Here is the sample screen from fogbugz:
Anyway to do the same? That is the simple useful feature I assume must be already supported.
I have search the doc, but could not find an answer.
Thanks.
What you request is clear, but unfortunately, it's not possible.

Google custom search auto complete not working

I am implementing Google Custom search, I want auto complete in my custom search box, even though I have enabled auto complete from my control panel, it is still not showing up.
Please help me out with this.
thanks
Here is limited documentation from google about this. Newly enabled or added autocompletions may take several hours to appear. In addition make sure that your site is being indexed by checking the settings under the Index tab.
make sure you have enableAutoComplete set to true in your element