On Sat, Jun 26, 2010 at 04:54:54AM -0300, Jefferson Bandeira wrote: > Hello trolls =) > > I Was wondering if there's a way I can get the Qt Creator Programming Text > Editor standalone.. I mean, a program thats just like notepad++ or > something, but with the functionalities the editor of QtCreator have, like > his Wonderful Code Completion, Syntax Highlighting and such, i know there > are a lot of "good" editors out there, but i got used to QtCreator and it > isn't easy getting used to something worse after you get the wonderful =P
You could remove the bits from the sources that you don't need and make the rest compilable. To a certain degree that might even work. > The main reason is that sometimes I'm doing some works for my college and i > need to program small things related to the classes, which most of the times > is a single file and there ain't no need for a big complex project in > QtCreator. > > I Know i could "always" carry a full install of Creator on my pen-drive, but > that usually don't work, 'cause the PC needs to have Qt installed :/ The dependency on Qt does not go away when you slash off the non-editor parts. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
