PyRevit / RevitPythonShell Custom Tools - How to disable Alt-Click "View Code" functionality? - revit-api

I've begun developing some tools for my firm using RPS and thus would like to know how to disable the alt-click "view code" functionality as shown in PyRevit. I've gone through the documentation and scoured the web but I haven't seen any kind of solution provided. Has anyone come across anything?
Any tips or tricks/workarounds are appreciated.

There is no option to disable the Alt+Click functionality unless you are willing to create a custom pyRevit core for your use only. Here is where the check happens

Related

Side Bar Menu in Xamarin.iOS

I'm MVC .Net Developer and just a beginner in Xamarin.ios. I want to implement side bar menu slider in my app but I'm not understanding how to design it in storyboard. I've gone through some links as follows.
https://components.xamarin.com/view/sidebarnavigation
https://github.com/TheEightBot/Xamarin.SideMenu
Please provide me some helpful links and suggestions for it.
Any help is appreciated. Thank You
The best way to do this is to use the split view controller. When you create the new xamarin ios project you should select that as the template. You will need to understand UITableviews to create the navigation pane, but there are plenty of resources on that.
If you want a more customizable option I would recommend looking at syncfusion which is free to use for small organizations and developers. Here is a link to there site on how to create a custom navigation pane: https://www.syncfusion.com/products/xamarin-ios/navigationdrawer
Hope this helps. If you would like more specific info, comment and let me know. Xamarin can be kind of difficult to get into but it's a great way to build apps once you get used to it.

Is there a way to customize a rule in resharper similar to fxcop?

I am a newbee to Resharper and found that this tool has great potential compared to any other code analysis tool.
But I was just wondering if we can integrate a custom rule DLL into resharper just as we are able to do in fxcop (apart from customizing the inbuilt options using the radio buttons)
How I should be able to integrate a custom code (rule) that is followed in my portfolio and integrate that rule into resharper? Is there a way around?
The problem is I am unable to find anything much on internet.
Any help will be highly appreciated!
Regards,
Ashish
Yes, you can write a plugin with custom rules. See ReSharper plugin development guide for more details of how to do it. Especially pay attention to part about custom highlightings, there is an example with ElementProblemAnalyzer there.

Difference between CodedUI and UISpy

What is the difference between CodedUI and UISpy? Does both use same mechanism?
I need to implement support for UISPY in my own custom grid control[WinForms] to recognize each cell as like in the MS DataGridView. currently UISPY recognizes my entire control but not individual cell.
Any help would be highly appreciated
I'm not sure how UISpy works but CodedUI uses the UI Automation framework to access the UI components in an app.
Regardless, you might want to look at using something like HawkEye or WinForms Spy as a starting point for doing what you need.
The UI Spy tool is obsolete and no longer available. Developers should use other tools such as Inspect.exe that are available in the Windows Software Development Kit (SDK).

Is there existing functionality in Alfresco Web Quick Start for an advanced search?

I need to create advanced search functionality for my Alfresco website to search by custom metadata.
Does Alfresco provide existing functionality for an advanced search or will I have to code this using a new WQS page with a search form and webscripts?
If anyone knows this it would be a great help, don't want to reinvent the wheel and all that :) Thanks.
Given this information it is hard to tell how much effort it is to implement, but it sounds this could be done in a few hours - assuming you have a skilled developer.
Anyways, I would definitely not recommend to build a website based on quickstart unless you really feel comfortable coding "the Alfresco way" - that is Spring Surf and Alfresco Share. Of course you'll need some knowledge about how to code for the Repo as well. Keep in mind that quickstart as a best practice example is meant for educational purposes. Building on top of it most likely involves forking and starting your customization from there on. Before you decide to go this route, make sure a decent amount of your requirements are covered by quickstart.
I am now developing a workflow search in alfresco. For me, I have to create a new page like alfresco advanced search. Here is Share Advanced Search http://wiki.alfresco.com/wiki/Share_Advanced_Search customizing sample.
Here is explanation about alfresco search. http://wiki.alfresco.com/wiki/Search
I hope this may help you.

WiX Standard Dialogues

Does anyone know if there are any WiX standard UI dialouges out there that you can use to integrate into your own WiX msi package?
For example:
Editing Connection Strings to database
Editing paths to log files in web.config/app.config
Setting up users for a Windows Service
Setting up WCF Endpoint addresses and other parameters
This would be very helpful!
I've haven't seen any UI dialog package either.
WixEdit has a dialog editor which I've heard is pretty useful, but I haven't used.
War Setup is a pretty good utility. It's been about a year since I've used it, so I don't remember if it has a dialog editor or not.
Edit: I couldn't think of the one I really loved, but I just found it: WixAware. It has probably the best dialog editor. The only thing is that it's trialware and the full version is $800.
Not today no. They aren't that hard to write though.

Resources