Re: [hatari-devel] MODE SENSE update patch |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] MODE SENSE update patch
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Sat, 26 Mar 2022 17:40:24 +0100
- Authentication-results: strato.com; dkim=none
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1648312824; s=strato-dkim-0002; d=seimet.de; h=In-Reply-To:References:Message-ID:Subject:To:From:Date:Cc:Date:From: Subject:Sender; bh=lwWid5l/ITu0GeKS+5jNTonIqOaRBSHL0JACobVRUPw=; b=QqIE/562xoGkVNb6tI3hfZFvRT1yfYC2OU+x5puSX+Ba1CeDbo7AXcNbGE9QH7Zr26 8g8RHKGiyCCju5NNvHwHei2Ss/8TPGLfrmmp3x2u5flNYrTbs9QR5OFnWt3ruZDbSQMK hllMIgaP8TL3yMdAuqt4COBNTXZyTpXt98JE5ENzlBb/nR/txGMeoPBJqD+JbAbesVoe FEjLILSC/t2v5GI6ZdsmzkcwNK2JlmEupU4+TgX3sFvZtGwJH0FZ4mG372BlcpzffXl3 pJCmfDw1pELcTVVYAIS20wxGXusEzpOtGedZ3T6ARNa9GIytNKBpSy5WtMLX40fk/CJV m8cA==
I just tried it, starting without any project file. I just created a new C
project for existing sources. Browsing/Navigating the sources and building
Hatari appears to work fine.
I suggest that you add these files/folders to .gitignore:
# Created by the Eclipse IDE (CDT)
..cproject
..project
..settings/
Best regards
Uwe
> Am Sun, 20 Mar 2022 16:45:56 +0100
> schrieb Uwe Seimet <Uwe.Seimet@xxxxxxxxx>:
>
> > > Sorry, but that sounds like a bad choice of editor, or at least wrong
> > > settings in your editor. Which editor are you using? All proper editors
> > > that I know have a way to determine the indentation type automatically from
> > > the source code that you're opening. I can recommend Geany
> > > (https://geany.org/), it can also show tabs and spaces in a different way,
> > > so you can easily spot mistakes while editing the sources.
> >
> > In the past for C/C++ (which I was hardly using anymore until recently) I was
> > using vi or emacs. Recently for C/C++ I switched to the Eclipse IDE. I have
> > not tried Hatari with Eclipse yet. Maybe somebody on this list knows whether
> > there are any issues, in particular with the build process?
>
> I've never used Eclipse, but it seems like CMake has a generator for
> Eclipse:
>
> $ cmake -G 2>&1 | grep -i eclipse
> Eclipse CDT4 - Ninja = Generates Eclipse CDT 4.0 project files.
> Eclipse CDT4 - Unix Makefiles= Generates Eclipse CDT 4.0 project files.
>
> ... so maybe just give it a try?
>
> Thomas
>
>