Re: Creating new files

2016-10-14 Thread racoon
tell me how to go about? I tried to just copy existing files and then renamed them. But Visual Studio does not find those files in the Project Explorer. Or creating new files actually quite tricky and as a beginner I'd rather keep my hands off of this? You'll have to update src/fro

Re: Creating new files

2016-10-13 Thread Kornel Benko
alog, i.e. create .cpp, .h, and .ui > >>> files accordingly. > >>> > >>> However, I have never created new files in the LyX project - only > >>> changed existing files. Can someone tell me how to go about? > >>> > >>> I

Re: Creating new files

2016-10-13 Thread Richard Heck
the LyX project - only >>> changed existing files. Can someone tell me how to go about? >>> >>> I tried to just copy existing files and then renamed them. But Visual >>> Studio does not find those files in the Project Explorer. >>> >>> Or creat

Re: Creating new files

2016-10-13 Thread racoon
. Or creating new files actually quite tricky and as a beginner I'd rather keep my hands off of this? You'll have to update src/frontends/qt4/Makefile.am to add the new files. I assume cmake then knows about them, too, but someone else will know better. Thanks. So after updating the

Re: Creating new files

2016-10-13 Thread Richard Heck
hose files in the Project Explorer. > > Or creating new files actually quite tricky and as a beginner I'd > rather keep my hands off of this? You'll have to update src/frontends/qt4/Makefile.am to add the new files. I assume cmake then knows about them, too, but someone else will know better. Richard

Creating new files

2016-10-13 Thread racoon
files in the LyX project - only changed existing files. Can someone tell me how to go about? I tried to just copy existing files and then renamed them. But Visual Studio does not find those files in the Project Explorer. Or creating new files actually quite tricky and as a beginner I'd r