Search found 92 matches

by gtjoseph
Sun Aug 25, 2024 8:32 pm
Forum: IDEs for ESP-IDF
Topic: Where do you want LSP Editor missing features reported?
Replies: 0
Views: 993

Where do you want LSP Editor missing features reported?

I would think that bugs should be reported to you since it could be the result of some ide-eclipse-plugin integration or override but how about features we had in the CDT editor that are missing in the LSP editor? Would you rather have them reported to you guys in espressif/idf-eclipse-plugin or dir...
by gtjoseph
Fri Aug 23, 2024 10:27 pm
Forum: ESP-IDF
Topic: Why was i2c_cmd_link removed in v5.3 esp_device_i2c?
Replies: 0
Views: 460

Why was i2c_cmd_link removed in v5.3 esp_device_i2c?

It looks like most of the basic i2c commands like i2c_master_transmit are implemented using s_i2c_synchronous_transaction but neither that function nor any of the other s_* functions that could have been used to implement a i2c_cmd_link capability are public. Not only that, the migration guide for 5...
by gtjoseph
Fri Aug 16, 2024 10:17 pm
Forum: IDEs for ESP-IDF
Topic: Very disappointed in the decision to use the C/C++ (LSP) editor
Replies: 6
Views: 2837

Re: Very disappointed in the decision to use the C/C++ (LSP) editor

Here's another example of something completely useless and irritating... https://thumbnails-photos.amazon.com/v1/thumbnail/CBZIDXDERqGvbF1KDPmByw?ownerId=A26SVRHGSNKHLP&viewBox=2525%2C700&groupShareToken=UUgVJXssTxSlJuwZZ0sFVg.YuoJKUN4u3oh2CUU8Vr-y4 A hover to tell me I'm hovering over a string lite...
by gtjoseph
Fri Aug 16, 2024 6:36 pm
Forum: IDEs for ESP-IDF
Topic: Can't get the esp-idf launchbar to show 2.12.1 and 3.0.0
Replies: 4
Views: 1868

Re: Can't get the esp-idf launchbar to show 2.12.1 and 3.0.0

Well, I figured it out. I hadn't created a new workspace in so long that I forgot to enable the launchbar under Preferences > Run/Debug > Launching > LaunchBar. Rookie mistake. I should be ashamed of myself. :).
by gtjoseph
Thu Aug 15, 2024 1:42 pm
Forum: IDEs for ESP-IDF
Topic: Can't get the esp-idf launchbar to show 2.12.1 and 3.0.0
Replies: 4
Views: 1868

Re: Can't get the esp-idf launchbar to show 2.12.1 and 3.0.0

Have you tried IDE package? Thats the Eclipse pre-packaged with plugin by Espressif. It seems to be working reasonably well for me. Well on Linux at least. Yeah, that does actually work fine, It's just aggravating that I can't get the plugin to work in native Eclipse any more. I don't know what I c...
by gtjoseph
Thu Aug 15, 2024 1:38 pm
Forum: IDEs for ESP-IDF
Topic: Very disappointed in the decision to use the C/C++ (LSP) editor
Replies: 6
Views: 2837

Re: Very disappointed in the decision to use the C/C++ (LSP) editor

martins wrote:
Wed Aug 14, 2024 11:21 am
For the inactive code BLOCK highlight, I appreciate the effort, but yea, that really is not it. Could we just change the background color of whole inacive line(s) and leave everthing else the same?
Yeah that would be a good way to do it for now.
by gtjoseph
Thu Aug 15, 2024 2:35 am
Forum: IDEs for ESP-IDF
Topic: Can't get the esp-idf launchbar to show 2.12.1 and 3.0.0
Replies: 4
Views: 1868

Can't get the esp-idf launchbar to show 2.12.1 and 3.0.0

I don't get it. I was trying to set up a parallel eclipse environment so I could test the 3.0.0 plugin without disturbing my working 2.12.1 environment but every install permutation I've tried results in the launchbar not showing up. Tried the following, each time completely deleting the eclipse ins...
by gtjoseph
Tue Aug 13, 2024 10:24 pm
Forum: IDEs for ESP-IDF
Topic: Very disappointed in the decision to use the C/C++ (LSP) editor
Replies: 6
Views: 2837

Re: Very disappointed in the decision to use the C/C++ (LSP) editor

I installed the current master build and do see changes for preprocessor #id/#elif/#endif but they're not very useful right now. Here's how it looks in the CDT editor... https://thumbnails-photos.amazon.com/v1/thumbnail/50HQvX6pTTaY5Ddrqr7NhA?ownerId=A26SVRHGSNKHLP&viewBox=3448%2C700&groupShareToken...
by gtjoseph
Tue Aug 13, 2024 4:30 pm
Forum: IDEs for ESP-IDF
Topic: Very disappointed in the decision to use the C/C++ (LSP) editor
Replies: 6
Views: 2837

Re: Very disappointed in the decision to use the C/C++ (LSP) editor

Hello, I have published a blog post on why we have moved to the LSP Editor and what it offers. Please check here https://developer.espressif.com/blog/espressif-ide-lsp-support/ Many users have been reporting that the Eclipse CDT Editor/Indexer is unable to resolve headers and compilation units when...
by gtjoseph
Sat Aug 10, 2024 3:35 pm
Forum: IDEs for ESP-IDF
Topic: Very disappointed in the decision to use the C/C++ (LSP) editor
Replies: 6
Views: 2837

Very disappointed in the decision to use the C/C++ (LSP) editor

I wish I'd have had the time to participate in the 3.0 beta but I simply didn't so here's my somewhat late feedback... The LSP editor is a HUGE step backwards in terms of features. Doesn't use the C/C++ Code Formatter Doesn't even obey the tab size and type set in General/Editors Only basic Save act...