Sourceforge update latest version download - version-control

I just uploaded a new version of my application. And it's version 4.2.2. The old one is 4.2.1. On the summary page, the green download button is still pointing to the old version. How can I set the latest version?

Sign in to SourceForge and then:
select the "Files" tab
navigate to the file containing your new version
click the icon that has a letter "i" in a black circle (next to the dustbin (trash can) icon) that appears at the far right end of the line containing newly released file's link
a box of info about the file drops down: at the bottom right are several check boxes with associated operating system logos. Tick (check) all that apply to your release.
click "Save"
Wait a while then go to the summary page and the file name should have changed to the one you want. You may to wait a few minutes before the change has any effect.
When you make another release do the same again for the new file. There's no need to clear your selections for the older files - SF does this for you.

Related

Green play icon has disappeared after fresh install

I have recently changed my computer and now that I have reinstalled everything (including Miniconda3 and VSCode), I don't understand why the green play icon (top right corner) is gone. Right-clicking in the editor gets me the option of running current code in terminal, so the interpreter is linked right, but no green play icon.
Am I missing something? Do I need to do something particular in order to get that simple button back?
It was actually the version. My organization had an old version in its software center, I had to get IT manually update my VSCode to the last version (1.51.1) and everything is fine.

Accessing SDK Wizard/installing additional drivers in MCUXpresso after initial project creation

Is there a way to re-access the SDK Wizard after the initial time you configure a project? Basically, at that point it lets you select which drivers you want and includes them in a drivers folder. However, as time went on I found that I need to add more drivers than I originally planned for. How do I select additional drivers to incorporate from the SDK after initial project creation?
I found it the information at the following link, in "add/remove components":
https://mcuoneclipse.com/2017/11/25/eclipse-mcuxpresso-ide-10-1-with-integrated-mcuxpresso-configuration-tools/
If the link breaks -
In the Project window view, there is a small icon that looks like a yellow square with perpendicular lines through it.
Click on the project so it is highlighted, then you will be able to click the square icon which says "Manage SDK Components" if you hover over it.
Once you click that, you can select/deselect components you wish to add/remove, respectively.

View changed files in Xcode 4.2 SCM features

How can I see all the files that have been modified in Xcode 4.2 like in Xcode 3.2.6 there was a separate SCM view which shows all the files that have been changed in a single place. In Xcode 4.2 I can see the modified files scattered over my project pane. I want to specifically check in some files and want to see all the modified files at a single place.
Bottom left, click on the thing that looks like a little box, next to the clock.
In the bottom left hand corner there's an icon for "show items with source control status". It will filter the file list to files that have a status (modified, added).

Files missing in XCode 4 Project Navigator after archiving

I'm currently trying to create version 1.1 of a project I created in XCode 4, but after archiving the files do not appear in the Project Navigator. My initial thought was that I had to clone my repository (git) and thus create a new version in which I could see the
files, but the clone is also missing the files.
I can access the files from the top bar, but that's not really a desirable solution when
working with a big project. The case is the same for another project that I have archived
so I suspect it is supposed to be a feature of XCode 4.
What am I missing here?
(I'm just combining your "nevermind, I found it" comments into an answer, to maintain the SO style, so this question doesn't pop up as needing an answer.)
Check that you're not filtering file names (left column, bottom.)
Also make sure you haven't pressed one of the "show only files with..." toggle buttons (same location, near the search entry.)
Note that these buttons are toggles
Yes. I had to hit the X button with the icon that was blue at the bottom. This corrected my issue for XCODE Version 6.1. Thanks.

VSS2005: how to use labels to allow quick compiling of earlier versions of code?

Using Visual SourceSafe 2005, what do I need to do to tell VSS 2005 that the current version of code should be labelled (or whatever) so that after further revisions I can come back later and get the version of code that was labelled?
How to: Label an Item at http://msdn.microsoft.com/en-us/library/9e8x236w(VS.80).aspx, making sure you select a project/folder on the left side pane.
To label the current version of a file or project:
In Visual SourceSafe Explorer, select the file or project to label.
On the File menu, click Label.
In the Label dialog box, enter descriptive text in the Label box.
Optionally enter a comment for the label in the Comment box.
Click OK.
How to: Label an Item Using a SourceSafe Plug-in at http://msdn.microsoft.com/en-us/library/zz3bhef7(VS.80).aspx (Which I did not know.) [This does not work.]
To get the latest version by Label
In the How to: Label an Item topic (http://msdn.microsoft.com/en-us/library/9e8x236w(VS.80).aspx) there is a link to the How to: Get an Item to Your Working Folder (http://msdn.microsoft.com/en-us/library/kh8hd2cw(VS.80).aspx) that describes how to get the latest version of a file or project and the latest version by label:.