Author Topic: Show files in Save window.  (Read 2653 times)

0 Members and 1 Guest are viewing this topic.

Offline SierraKen

  • Forum Resident
  • Posts: 1454
    • View Profile
Show files in Save window.
« on: December 13, 2019, 10:43:44 pm »
I've wondered this for months, why can't the Save window to save our projects also show all of the files or at least the *.bas files just like the Open window shows them? Once in awhile I have to go to the Windows Directory to see the name of a file so I won't save over one that's already made. Would be nice if the Save window showed all the names so we can easily see if anything is named the same thing before we save something. Just an idea for you guys. :)

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Show files in Save window.
« Reply #1 on: December 13, 2019, 11:02:56 pm »
Yeah the File manager Dialog window is antiquated but I've found the listing under Recent... very helpful. You can get a listing of your last 200+ files including their paths.

Offline SierraKen

  • Forum Resident
  • Posts: 1454
    • View Profile
Re: Show files in Save window.
« Reply #2 on: December 13, 2019, 11:24:31 pm »
Oh yeah, I keep forgetting about that, thanks.

Offline pforpond

  • Newbie
  • Posts: 76
  • I am me
    • View Profile
Re: Show files in Save window.
« Reply #3 on: December 14, 2019, 06:19:42 am »
Alternatively you could use an external app that has this functionality. Hooking QB64 to external development applications is quite easy :)

The QB64 recommends something called PSPAD for those on Windows though there are plenty out there and all seem quite easy to hook up the QB64 as all the app needs to run is "qb64.exe -c [your code file here]" to compile your code.

There are pros and cons to this of course. The pros being better OS integration and a more powerful or customisable development interface. The cons include outdated syntax highlighting and most likely a lack of invalid code checking meaning you won't learn of a mistake or typo in your code until you try to compile.

I personally recommend Geany, but you may find your tastes differ. Just throwing a possible option out there :)
Loading Signature...

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: Show files in Save window.
« Reply #4 on: December 14, 2019, 09:48:59 am »
Oh yeah, speaking of external apps, we have Text Fetch. Not only can you see what's what with files and folders like Windows File Explorer but you can also peek into bas and txt files to compare versions and copy text clippings into the Clipboard.

InForm version:
https://www.qb64.org/forum/index.php?topic=1874.msg111060#msg111060

Natal GUI version:
https://www.qb64.org/forum/index.php?topic=1876.msg111064#msg111064
« Last Edit: December 14, 2019, 09:50:04 am by bplus »