I use it mostly as an external brain. I'm working on so many different projects at the same time (not just QL wise, at work in general) that I cannot keep track of them. Seeing what I did or didn't change last time is a life saver as I have certainly forgotten all about it.NormanDunbar wrote:The first time anyone has to recover a lost file from version control is when they realise exactly how useful it is!
QPC2 v5 released
- mk79
- QL Wafer Drive
- Posts: 1349
- Joined: Sun Feb 02, 2014 10:54 am
- Location: Esslingen/Germany
- Contact:
Re: QPC2 v5 released
Re: QPC2 v5 released
Same here. As soon as you can only work intermittently on projects, even worse changing back and forth between various things you fiddle with, I tend to loose track on what I did or did not last time - A version control system (I'm old-school, and use SVN) works wonders as the old brain's peg leg.mk79 wrote:I use it mostly as an external brain. I'm working on so many different projects at the same time (not just QL wise, at work in general) that I cannot keep track of them. Seeing what I did or didn't change last time is a life saver as I have certainly forgotten all about it.NormanDunbar wrote:The first time anyone has to recover a lost file from version control is when they realise exactly how useful it is!
ʎɐqǝ ɯoɹɟ ǝq oʇ ƃuᴉoƃ ʇou sᴉ pɹɐoqʎǝʞ ʇxǝu ʎɯ 'ɹɐǝp ɥO
Re: QPC2 v5 released
I agree, Per. Just got caught out by it (file was already in a dos device with '.' separator and MenuConfig couldn't see it), so I've turned off the tick box for it in the WIN/DOS/FLP configuration window for now until I do a brain reset.pjw wrote:And, mercifully, a feature that can be turned off! Thank you for thatmk79 wrote:Glad you like it. I'm a huge fan of version controlling my source code and this feature makes that sooo much easier.
--
All things QL - https://dilwyn.theqlforum.com
All things QL - https://dilwyn.theqlforum.com
- mk79
- QL Wafer Drive
- Posts: 1349
- Joined: Sun Feb 02, 2014 10:54 am
- Location: Esslingen/Germany
- Contact:
Re: QPC2 v5 released
I don't understand, the file should be visible using an underscore from within QPC or are you referring to other platforms?dilwyn wrote:I agree, Per. Just got caught out by it (file was already in a dos device with '.' separator and MenuConfig couldn't see it),pjw wrote:And, mercifully, a feature that can be turned off! Thank you for thatmk79 wrote:Glad you like it. I'm a huge fan of version controlling my source code and this feature makes that sooo much easier.
Re: QPC2 v5 released
Did I break it?mk79 wrote:I don't understand, the file should be visible using an underscore from within QPC or are you referring to other platforms?dilwyn wrote:I agree, Per. Just got caught out by it (file was already in a dos device with '.' separator and MenuConfig couldn't see it),pjw wrote:And, mercifully, a feature that can be turned off! Thank you for that
Was looking at the config block of smsqe.bin (filename was d:\smsqe.bin in Windows, copied and pasted in Windows, not in QPC2, in root of drive in case permissions had anything to do with it). Came up as 'smsqe_bin' in fileselect menu in menuconfig but on trying to load it got the message in the other picture
--
All things QL - https://dilwyn.theqlforum.com
All things QL - https://dilwyn.theqlforum.com
- mk79
- QL Wafer Drive
- Posts: 1349
- Joined: Sun Feb 02, 2014 10:54 am
- Location: Esslingen/Germany
- Contact:
Re: QPC2 v5 released
Do you have by any chance a directory called "smsqe" on that drive? It's the only way I can reproduce this behavior.
Re: QPC2 v5 released
Yes - that'll be the reason. Dohh, fell for that one.mk79 wrote:Do you have by any chance a directory called "smsqe" on that drive? It's the only way I can reproduce this behavior.
--
All things QL - https://dilwyn.theqlforum.com
All things QL - https://dilwyn.theqlforum.com
Re: QPC2 v5 released
For me it breaks down when you have two files, say dos1_ladida.dat and dos1_ladida_dat. Then they both show up in Files as dos1_ladida_dat, ie two files with the same name. (Which, of course, an unsuspecting soul might construe as being an early sign of on-setting dementia!) Only the "first" one (the one that happens to be physically first in the directory) is actually accessible. The other is out of reach. Of course, it is possible to get rid of the problem, but during the transition period it can be pure, sweet, hell.
The other trap is that other commands that are host OS facing, such as WIN_DRIVE and similar, are not as forgiving in translating the final dash/dot.
Im NOT complaining! Just glad that its optional.
The other trap is that other commands that are host OS facing, such as WIN_DRIVE and similar, are not as forgiving in translating the final dash/dot.
Im NOT complaining! Just glad that its optional.
Per
I love long walks, especially when they are taken by people who annoy me.
- Fred Allen
I love long walks, especially when they are taken by people who annoy me.
- Fred Allen
- mk79
- QL Wafer Drive
- Posts: 1349
- Joined: Sun Feb 02, 2014 10:54 am
- Location: Esslingen/Germany
- Contact:
Re: QPC2 v5 released
That will be fixed in the next release. You can actually already access both files just fine, it's just the directory listing that becomes ambiguous.pjw wrote:For me it breaks down when you have two files, say dos1_ladida.dat and dos1_ladida_dat.