Beta: project features

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Beta: project features

Post by Trond »

When in project tab:
- Double click on file to open it for editing. The file list should have the same behaviour as the project tool panel.
- Double click on project target to edit it.
- Last modified date with locale-specific formatting.
- Button to open project options

Other:
- Ability to turn off the > on the tabs.
- Prevent the drives from spinning up when opening project options and not using the "project files" tab.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: Beta: project features

Post by freak »

Trond wrote:When in project tab:
- Double click on file to open it for editing. The file list should have the same behaviour as the project tool panel.
- Double click on project target to edit it.
- Button to open project options
done.

> - Last modified date with locale-specific formatting.

This can be changed in the language catalogs. The format should match the language that the IDE uses not the system locale imho.

> - Ability to turn off the > on the tabs.

There has to be a visual indication of which files belong to the project because the Compiler menu reacts differently depending on weather the active file is part of the project or not and it would be quite confusing if you cannot tell that difference. If you have a better idea how to show this then i am open for suggestions.

> - Prevent the drives from spinning up when opening project options and not using the "project files" tab.

Delaying the initialization of the explorer gadget until you switch tabs would get very messy and is not worth it imho.
quidquid Latine dictum sit altum videtur
atomo
User
User
Posts: 65
Joined: Thu May 22, 2008 10:32 pm

Post by atomo »

> - Ability to turn off the > on the tabs.

There has to be a visual indication of which files belong to the project because the Compiler menu reacts differently depending on weather the active file is part of the project or not and it would be quite confusing if you cannot tell that difference. If you have a better idea how to show this then i am open for suggestions.
Is it possible to color all tabs of a project to the same color like IE 8 ?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Beta: project features

Post by Trond »

freak wrote: > - Ability to turn off the > on the tabs.

There has to be a visual indication of which files belong to the project because the Compiler menu reacts differently depending on weather the active file is part of the project or not and it would be quite confusing if you cannot tell that difference. If you have a better idea how to show this then i am open for suggestions.
I'd like the indication on the files that are NOT part of the project. Because usually there will be a lot of files belonging to the project opened, but only one or two other files.
Foz
Addict
Addict
Posts: 1359
Joined: Tue Nov 13, 2007 12:42 pm
Location: Manchester, UK

Post by Foz »

Customizable tab prefixes for project files & non project files?

You can then have the defaults set for a > for projects and blank for non projects, but then other people can switch them round, or have thier own identifiers
User avatar
Kurzer
Enthusiast
Enthusiast
Posts: 670
Joined: Sun Jun 11, 2006 12:07 am
Location: Near Hamburg

Post by Kurzer »

Hmm, what are the advantages if you are able to mix project- and non-projectfiles in the same 'view'

Seperating project files and non-project files stringent would prevent confusing the user.
You can achieve this by seperating the "view" for each open project and for the the non-project files. This would clarify the belonging of the files.
But you are still able to quickly test a peace of code without closing your open projects. Simply by activating the "view" with the project independent IDE-tabs.

See also my suggestion from Aug 16, 2009.
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

> Is it possible to color all tabs of a project to the same color like IE 8 ?

My choice would have been bold or italic tab text, but for these kinds of things you have to ownerdraw the entire thing on Windows (and its not possible at all on Mac iirc)

> I'd like the indication on the files that are NOT part of the project.

But having non-project files change appearance because you open a project is even more confusing don't you think ? So the marker would have to stay there even if there is no project.

kurzer:
Your suggestion requires a big rewrite which i will not start during a beta phase (if at all). Also i do not think there is much need to have more than one project open at a time and for only one project + some non-project files i think your solution is a bit overkill.
quidquid Latine dictum sit altum videtur
Post Reply