Questions tagged [custom-tools]

9 questions
10
votes
1 answer

How to use a custom compare tool with Perforce?

I have copy of Grigsoft's Compare it! tool, can anyone tell me how to use it with Perforce source control?
Prashant Cholachagudda
  • 13,012
  • 23
  • 97
  • 162
3
votes
2 answers

CherryPy Custom Tool for user authentication

I'm trying to set up a simple way of decorating methods in my CherryPy controller classes so that a user is redirected to the login page if they haven't authenticated yet. I was going to do a basic Python decorator, but an answer here suggested I…
Sarah Vessels
  • 30,930
  • 33
  • 155
  • 222
1
vote
1 answer

protobuf-net custom tool inside solution directory?

I love that protobuf-net has a custom tool installed along with its installer. However, my team uses an in-solution folder lib directory, under which you can find protobuf-net. How can I register the custom tool target for this solution/my projects…
David Pfeffer
  • 38,869
  • 30
  • 127
  • 202
1
vote
1 answer

Generate Nuget Command Automatically?

I've recently known NuGet and MVCScaffolding , So I think it's really good to write a custom scaffolding package for my company to generate some template code, Then I did it , and It works great, But in some cases I need a code generator that…
hm1984ir
  • 554
  • 3
  • 7
1
vote
3 answers

Custom tool error Failed to generate code

Why this error is appearing? I was just setting some default values in a dataset designer... its second time that this is appearing... "Custom tool error Failed to generate code. Exception of type 'System.OutOfMemoryException' was thrown"
Dr TJ
  • 3,241
  • 2
  • 35
  • 51
1
vote
1 answer

How to open url with change list by custom tools in perforce P4

I want to open URL with selected changelist via Tools > Manage Custom Tools > New Application: cmd.exe Arguments: /c start https://myserver.org?query=%c^¶m=value It does not replace %c with Changelist Number and cuts the url after query=. I…
Kalicz
  • 346
  • 3
  • 13
0
votes
1 answer

Can't work custom tools on Zim Desktop

I can't figure how to work with custom tools in Zim Desktop I'm on windows10 Zim Desktop portable edition 0.65 Python 2.7 or 3.6, I've tried both Every time I get this messagge: %1 non è un programma win32 valido thats for: this isn't a win32 valid…
LordMax
  • 166
  • 1
  • 1
  • 9
0
votes
1 answer

Custom form in shopify

I am currently researching Shopify. My website is going to be a simple E-commerce shopping website as any other except there is requirement where the user should be allowed to customize the product. Lets take a candle for instance. And lets consider…
Agnes Simpson
  • 303
  • 1
  • 3
  • 13
0
votes
0 answers

Convert XML document to XSD using Custom Tools

Does anyone know if it possible to create an xsd file from an xml document using the Custom Tool option in Visual Studio. Simply, I want to place an xml document in my project. Assign it a custom tool. This custom tool will generate the xsd file,…
Tony L
  • 43
  • 8