Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum
  • From: Ming Cheng <chengm349@xxxxxxxxxxx>
  • Date: Fri, 13 Dec 2019 09:59:05 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=w7HSaqiaKWHneqp+3HgNN297ic0Z8QjQoyuJEycI2XY=; b=BYqlXlMC4QNrOMQ3aUPHwmoObkc7n13Kt03rrPlpEFjpe/LwbScoNFT8+4t/Vv4dhY+JW2+bvStwdBtySqoq+0MWLu4JT5ikCxaPUkhcQ0KIL6beIxhzzvfzvHfM7/IazluiDRUrcMGkMPYGJKl4a1zjn8qTUBGdwe9hWZAcSd0ILRFUtB7HFdKFx9tTU8N9eJRmluFnTOhbgL01dmw8E650PlM4jIkpXHtZPGj8IeHXLqS4HDto8RgA78ZzOdFZsrkFhfJ7fCleOU2CMDiMe5890u7PNrEOS70nbISljF3TKq9c7QnF2WkvOEbtNp+UiuW4K27bunDYgdDW4G4fag==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=fEtpBNIrLtM7tnHzJwKw90dUajvTvEb2BhXcwXilmt3SFDLesOxFOkUoG8fJ5Q0acr7/nWsPVlxFxrOpnqJkXXKGmTWjaIJY/R4035hUD7axT+J4+pfGz8yDFaCtKTuYpLi0rJ/UGTTiHtmOZNh0dj9pEdN+QhB3eKPlE2T6G56BAj3qTcc0NG6lfZiDp9TXuPSTrggl0OLhYh0F++kqsATWQ9RafmIMskh0IL2z+/iGm+2xpJlt6wQO2Ji1DNHIRFfYlxKv8IqEUichlY7V4J0LwGLlU70O3M5uVxBRYS1aPpef2j07xnGj3qo4Ul75mvExxct0NxP8JifaLwzzfg==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVqwsPman4yV3TP06y8wYySKvP3qeqyVwAgA0X654=
  • Thread-topic: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

Hi Jonah,

 

I am following your suggestion about new C++ class but can’t move. I logged an issue to “my” tool

 

https://github.com/umlet/umlet/issues/562

 

Thanks.

 

Sent from Mail for Windows 10

 

From: Jonah Graham
Sent: Thursday, December 5, 2019 10:01 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] Any comment is welcome to my topics in Eclipse Forum

 

Hi,

 

I had a quick look at all these questions - I am not surprised that no one has answered on the forums, the forums are really meant for Users of the Eclipse CDT IDE - i.e. people writing C/C++ code.

 

I don't have answers to most of your questions, but I can try an answer on some of them:

 

> How to stop inserting same include stmt more than once

 

Try looking at how organize imports in CDT is implemented, it manipulates includes so may give you a good idea.

 

>  How to load a file content into a new editor tab

 

Look up the IDE class in Eclipse platform (such as openEditor method)

 

> How to use CDT to create a .h with a class decl?

 

Look how the new C++ class wizard is implemented for some clues.

 


I don't t


~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com

 

 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

 


Back to the top