Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » Assist for include files
Re: Assist for include files [message #31208 is a reply to message #31016] Mon, 14 February 2011 12:32 Go to previous messageGo to next message
raxvan is currently offline  raxvan
Messages: 60
Registered: December 2009
Member
Hello,

I remember testing for ubuntu everything and i haven't encountered any problem.Anyway, you should test with the http://dl.dropbox.com/u/9887398/IDE_ST.patch because this is more likely to be the final version. The ST is modified by dolik.rce not to use CoWork but ProcessEvents on the same thread.

I will check the ubuntu version again when i have access to by system.

Raxvan.


92b48bf94855483bb4cec8bcc8c0c933
Re: Assist for include files [message #31216 is a reply to message #31208] Tue, 15 February 2011 15:52 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Raxvan

Now it works perfect! Smile. Linux and Windows.

Mirek: Could you try this feature?. It is nice.


Best regards
Iñaki
Re: Assist for include files [message #31221 is a reply to message #31216] Tue, 15 February 2011 22:39 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello Raxvan

It seems the menu appears always a " or a < is keyed.

Could it check if a "include" text is before?


Best regards
Iñaki
Re: Assist for include files [message #31222 is a reply to message #31016] Tue, 15 February 2011 22:44 Go to previous messageGo to next message
raxvan is currently offline  raxvan
Messages: 60
Registered: December 2009
Member
Hello,

Some last minute changes introduced the bug.
I have fixed that now, but because this implementation is not using CoWork i'm having some strange random crashes.

Sorry for the delay, but i must investigate.
I will post a version once i'm done.

Raxvan.



92b48bf94855483bb4cec8bcc8c0c933
Re: Assist for include files [message #32116 is a reply to message #31222] Mon, 25 April 2011 17:53 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
TheIDE now has #include assist - I have used my own implementation.
Re: Assist for include files [message #32141 is a reply to message #31016] Wed, 27 April 2011 13:46 Go to previous messageGo to next message
raxvan is currently offline  raxvan
Messages: 60
Registered: December 2009
Member
Nice,

Looks good but the assist stops when i press "/" or "\\", also you can't do "../" Sad

Raxvan.


92b48bf94855483bb4cec8bcc8c0c933

[Updated on: Wed, 27 April 2011 13:53]

Report message to a moderator

Re: Assist for include files [message #32144 is a reply to message #32141] Wed, 27 April 2011 18:46 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
raxvan wrote on Wed, 27 April 2011 07:46

Nice,

Looks good but the assist stops when i press "/" or "\\",



Thanks for hint, fixed.

Quote:


also you can't do "../" Sad

Raxvan.


Frankly, I am not even sure what exactly is that supposed to mean...

Well, in case "../ I know, but should we consider <../ as well?

Mirek
Re: Assist for include files [message #32145 is a reply to message #32144] Wed, 27 April 2011 21:32 Go to previous messageGo to next message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

mirek wrote on Wed, 27 April 2011 19:46

raxvan wrote on Wed, 27 April 2011 07:46

Nice,

Looks good but the assist stops when i press "/" or "\\",



Thanks for hint, fixed.

Quote:


also you can't do "../" Sad

Raxvan.


Frankly, I am not even sure what exactly is that supposed to mean...

Well, in case "../ I know, but should we consider <../ as well?

Mirek

I use "../". I vote for this.
Re: Assist for include files [message #32146 is a reply to message #31016] Wed, 27 April 2011 21:57 Go to previous messageGo to next message
raxvan is currently offline  raxvan
Messages: 60
Registered: December 2009
Member
Yes , i was referring to "../path.h". The other combination <../x.h> is an abomination and if people would try to use this something will be divided by zero, and the world will drain down to a hole Smile)

Note:

in my implementation i considered the following path to be valid:
<directory/../stuff.h>, but i didn't handled <../stuff.h> because it doesn't make sense.

Raxvan.


92b48bf94855483bb4cec8bcc8c0c933

[Updated on: Wed, 27 April 2011 21:59]

Report message to a moderator

Re: Assist for include files [message #32188 is a reply to message #32146] Fri, 29 April 2011 15:19 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
raxvan wrote on Wed, 27 April 2011 15:57

Yes , i was referring to "../path.h".


Now supported...

Mirek
Re: Assist for include files [message #32198 is a reply to message #31016] Sat, 30 April 2011 10:03 Go to previous messageGo to next message
raxvan is currently offline  raxvan
Messages: 60
Registered: December 2009
Member
Nice Smile.

I spotted a bug, but i don't really understand the implementation there and i can't fix it. Here is how it happens:

type
#include "
then backspace
then press "
you will notice that the assist is not opening.


Razvan.


92b48bf94855483bb4cec8bcc8c0c933
Re: Assist for include files [message #32200 is a reply to message #32198] Sat, 30 April 2011 11:29 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
raxvan wrote on Sat, 30 April 2011 04:03

Nice Smile.

I spotted a bug, but i don't really understand the implementation there and i can't fix it. Here is how it happens:

type
#include "
then backspace
then press "
you will notice that the assist is not opening.


Razvan.


Works for me... Do you have latest revision?
Re: Assist for include files [message #32217 is a reply to message #31016] Sun, 01 May 2011 18:49 Go to previous messageGo to next message
raxvan is currently offline  raxvan
Messages: 60
Registered: December 2009
Member
yes, at revision 3388. I use ubuntu, i haven't test it in windows.


92b48bf94855483bb4cec8bcc8c0c933
Re: Assist for include files [message #32221 is a reply to message #32217] Sun, 01 May 2011 21:09 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Yep, in Linux reproduced...and fixed. Thanks for pointing this out.
Re: Assist for include files [message #32263 is a reply to message #32221] Wed, 04 May 2011 15:50 Go to previous message
Lance is currently offline  Lance
Messages: 526
Registered: March 2007
Contributor
Very convenient! I like it.
Previous Topic: Possible issue in Controls4U::Meter
Next Topic: external GIT clones differ in HASH --> problem when merging
Goto Forum:
  


Current Time: Fri Mar 29 09:47:43 CET 2024

Total time taken to generate the page: 0.01418 seconds