Search Results

Search found 2 results on 1 pages for 'cthutu'.

Page 1/1 | 1 

  • CharacterType/ConfigurationType in vsprops

    - by Cthutu
    Hi, I've been using Visual Studio's property sheets for building my code and I have a useful hierarchy of sheets controlling the build settings, rather than having them in the vcproj files. This is great except for one thing. I can't seem to set properties in the Project Defaults section such as CharacterType and ConfigurationType. I tried using a VCConfiguration tool in the vsprops but to no avail: <Tool Name="VCConfiguration" ConfigurationType="4" /> Can anyone tell me how this is accomplished please?

    Read the article

  • Repeating characters in VIM insert mode

    - by Cthutu
    Is there a way of repeating a character while in Vim's insert mode? For example, say I would like to insert 80 dashes, in something like emacs I would type: Ctrl+U 8 0 - The only way I know how to do it in VIM is to exit normal mode for the repeat argument, then go back into insert mode to type the dash, then exit to insert the actual dashes, AND then go back into insert mode to carry on typing. The sequence is a really long: <ESC> 8 0 a - <ESC> a It would be nice not to switch in and out of modes. Thanks

    Read the article

1