C # Editor de código que não requer privilégios de administrador para instalar [fechado]

3

Eu sou um engenheiro de suporte interessado em aprender programação. Eu pedi alguns livros emprestados da Biblioteca para aprender C #, no entanto, meu PC do escritório não tem privilégios de administrador. Existe algum editor de código para C # que fornece realce de sintaxe, mas não requer privilégios de administrador para instalar.

Obrigado!

    
por Magic 13.10.2010 / 08:29

3 respostas

4

Sharp Develop Portable 0.9

Sharp develop is an open source integrated development environment for several .NET programming languages (C#, VB.NET, Boo).

Since Sharpdevelop itself is completely written in C# it needs the .NET Framework 2.0 on the host mashine to run. I check for the presence of this component at each launch of the portable app. If it´s not found, the Portable wrapper tries to downlad and install it. (Thanx to the developers of the NSISDotnet plugin!) Of course this is only possible if the user has administration rights. So this is some kind of limitation, but since the .NET Framework is already installed in Windows Vista and more and more programs are depending on this framework, it´s distribution is growing and growing.

The portable wrapper application copies all setting files forth and back so there is a slight delay before the start of the application.

The complete package consumes about 36MB on your portable device, I just deleted the samples folder of the original distribution to safe some space. I includes a manifest file in the wrapper application, so there shouldn´t be UAC warnings when starting it.

    
por 13.10.2010 / 08:56
1

O Notepad ++ é um editor muito útil. Ele suporta muitos realces de sintaxe, incluindo C #. Versão portátil leva apenas ~ 8Mb.

    
por 13.10.2010 / 09:22
1

eu tenho que responder sempre com vim . funciona em todos os lugares .

para uma versão portátil do vim para windows: basta aqui e pegar o runtime.zip e o gvim73.zip. coloque-os em algum lugar. fim da história. ou vá até portableapps.com e pegue seu pacote gvim.

    
por 13.10.2010 / 10:01

Tags