How to manually add an abbreviation to ReSharper abbreviation list? - resharper

ReSharper offers to add abbreviations to a list, (per computer, per solution team-shared, or per solution personal). But sometimes it doesn't automatically understand which part of identifier comprise an abbreviation. I'd like to be able to manually add a word I need to ReSharper abbreviation list. How to do it?

If I am understanding what you are wanting to do...
This appears to work for ReSharper 2019.2.2 in Visual Studio 2019.
Click Extensions on tool bar
Hover over ReSharper
Click Options...
Open Code Editing
Open C#
Click Naming Style
Click Advanced
Enter abbreviations in Abbreviations text box at the bottom
Click OK then Save

Related

Viewing Multiple columns in Android Studio

Is it possible to code in two or more columns in ANDROID STUDIO at the same time?
For example: In Sublime Text 3, I can go to View>Layout>columns:2 to be able to see two open files at the same time and edit both of them. This is a Screen Shot of two columns opened in sublime text
Right click on file name at the top of the editor. And select either split vertically/horizontally to duplicate or move right/left
we can do it just by taking a Right-click on the activity to be multitasked from the activity draw displayed just above the Typing console(coding area) and choose the option "Move to Right ":

ImageComboBox for VBA Excel

Is it possible to use images inside a ComboBox instead of strings? I've seen post regarding the ImageComboBox control but it seems that I couldn't find any resource how and where to download the said control so I could use it in my project that I'm working on.
Thanks all.
To be able to use the Image Combo Box, you have to do the following:
Insert the control from the Insert menu on the developer tools tab:
If you press the highlighted button, a new menu appears.
Search for "Microsoft ImageComboBox Control, version XX"
Then you are able to insert the desired combobox.

In Intellij Translation Editor, how do I jump / go forward to the next item?

IntelliJ and Android Studio have a great "Translation Editor" where it shows you all the <string> entries of the strings.xml and you can add items and locales on the fly. It also shows which strings are not translated yet and offers a blank box to enter the translation
To use this rapidly, I would like to go from one string entry directly to the next without needing to switch to the mouse, hover around and double-click on the next item. It looks like this:
I think this is something any user would love. I was surprised when I couldn't make it happen. I can move to the next row via Enter but that row is then only focused, not selected and I can't type. I tried Enter again, Shift+Enter, F2 and many many many more keyboard combinations. Still no success
So: How can I either move to the next item directly or select a focused item in the Translation Editor?
My version is 14.1.4
To select a focused item press F2 (working in Translation Editor on Android Studio 2.2)

open file in new tab

Does Android Studio have the option of opening a referenced file in a new tab (like Xcode's Alt-click feature)?
If not, is there a way of creating this?
Open current editor tab in new window
Shift+F4
Even I couldn't find a way of "Duplicating Tabs". But there are two workarounds that might help:
1) Right click on a tab title and choose either Split Vertically or Split Horizontally. This can be done multiple times!
2) If for some reason you don't want to see the files side by side, there's another hack (works for me on Mac): First, right click on a tab title and choose either Split Vertically or Split Horizontally. Now, drag the extra tab (by its title) on to the title bar of Android Studio => the tab will pop out into a new window!
Hope this helps!

CRM 2011: enable/disable a ribbon button on condition

I am new to CRM and I have an exiting ribbon button. I want to disable it on condition (Field1 is null or not).
So far, I have created an new solution and included the required entity.
Exported the solution and tried to change the configuration.xml.
I have tried to make change under . But without any luck.
Can anyone help me out with an example.
Thanks in advance.
Don't edit it by hand. Use The Visual Ribbon Editor Tool. Makes things much nicer to deal with than hand editing the xml.
If you want to setup a button to be enabled if new_field1 (capitalization matters so make sure it's correct with what your field's actual name is) is not null, here is what you would do:
Open up the ribbon editor
Conenct to your org
Select your entity with the ribbon button you want to enable/disable
Click on your button
Click the Enable Rules tab
Enter the field name exactly as it appears in the customization section of your solution within CRM in the Field text box.
Enter "null" (without the quotes) for the value. Lower case.
Skip Default (if you have some custom forms where the field does not exist, you may want to give it a default value)
Change Invert Result to true.
Click the "Save" button at the very top. (don't click the save button on the main tab of the ribbon)
Verify that it is getting deployed and published.
Test it out.
Edit: Use Ribbon Workbench For System Ribbons
I've never used it, but the Ribbon Workbench says it can customize system buttons.

Resources