FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

.27 can eat your source, beware!

 
Post new topic   Reply to topic     Forum Index -> Elephant IDE
View previous topic :: View next topic  
Author Message
mitja



Joined: 18 Feb 2005
Posts: 19

PostPosted: Wed Jul 20, 2005 1:02 am    Post subject: .27 can eat your source, beware! Reply with quote

Excellent work, Charlie!

I think this IDE is going to be my default one for D coding.

A strange thing happened, though. I opened a project file by double-clicking it in Explorer, Elephant opened ok. Then I opened workspace by pressing Alt-w. Ok so far. There was one file under current project and I clicked on it and it opened just fine. But then I decided to add another file to the current project with the same name as the existing file already belonging to the project.

Guess what? Elephant gladly added new file with the same name to the project and at the same time emptied previous file, so I winded up having two files with the same name, both of 0 size. It must have saved previous file also, because when I checked in Explorer, the file was empty. I hope I have a backup burnt somewhere, but even if I don't it was a small proggy of 1000 lines, anyway.

I'm blaming only myself for this, don't get offended or anything.

Good luck with further development!


Cheers,
Mitja

BTW: how do I turn off annoying auto-completion when trying to write the word "for" and not use for loop?
Back to top
View user's profile Send private message
qbert



Joined: 30 Mar 2004
Posts: 209
Location: Dallas, Texas

PostPosted: Thu Jul 21, 2005 6:01 pm    Post subject: Reply with quote

Heya!

Quote:
Guess what? Elephant gladly added new file with the same name to the project and at the same time emptied previous file, so I winded up having two files with the same name, both of 0 size.


Oops, Rolling Eyes , Ill fix this for .28.

Quote:
BTW: how do I turn off annoying auto-completion when trying to write the word "for" and not use for loop?


Ahh, thought I had a setting for turning off abbreviations but i guess not :S. I will add for .28 , for now you can erase the 'for' abbreviation under the abbreviations section ( F4 -> abbreviations ).

Quote:
Good luck with further development!


Thanks! Is there anything that you would like to see added ?

Charlie
Back to top
View user's profile Send private message MSN Messenger
AgentOrange



Joined: 21 Jul 2005
Posts: 61

PostPosted: Thu Jul 21, 2005 6:23 pm    Post subject: Reply with quote

id like to see the source Very Happy
Back to top
View user's profile Send private message
qbert



Joined: 30 Mar 2004
Posts: 209
Location: Dallas, Texas

PostPosted: Sat Jul 23, 2005 11:40 am    Post subject: Reply with quote

Hehe , ok here it is Smile.

Charlie
Back to top
View user's profile Send private message MSN Messenger
mitja



Joined: 18 Feb 2005
Posts: 19

PostPosted: Mon Jul 25, 2005 4:07 am    Post subject: Reply with quote

qbert wrote:

Thanks! Is there anything that you would like to see added ?


Yes.

1) Indent guides on/off like in DCode editor.
2) Ability to toggle bold style for keywords.
3) Right click on file tabs with commands "Close", "Close all", "Close all but this", "Save", "Save all", "Rename" and possibly "Reload" if changed externally.
4) Replace in all documents at once.

Also replace command isn't working for me at all. Maybe I am using it wrong. Sometimes it deletes everything there is in a file.

Is it possible to get rid of installation settings dependency in registry?
Back to top
View user's profile Send private message
jicman



Joined: 22 Dec 2004
Posts: 298
Location: Rochester, NY

PostPosted: Mon Aug 08, 2005 6:39 am    Post subject: Reply with quote

We should get .28 out soon. The same problem happened to me. :-) Somehow, one of my libraries with a few 562 lines got 0 byte. :-). Good thing I keep a back up.

thanks,

josé

PS: I love your IDE.
Back to top
View user's profile Send private message
qbert



Joined: 30 Mar 2004
Posts: 209
Location: Dallas, Texas

PostPosted: Wed Aug 10, 2005 7:52 am    Post subject: Reply with quote

mitjau wrote:


Yes.

1) Indent guides on/off like in DCode editor.
2) Ability to toggle bold style for keywords.
3) Right click on file tabs with commands "Close", "Close all", "Close all but this", "Save", "Save all", "Rename" and possibly "Reload" if changed externally.
4) Replace in all documents at once.


1: Will do.
2: Probably for .29
3: Will do.
4: You can use advanced find and replace for this

mitjau wrote:


Also replace command isn't working for me at all. Maybe I am using it wrong. Sometimes it deletes everything there is in a file.



It works exactly like emacs M-x query-replace , type the find string , it will find it in the document ( hit enter to cycle through matches ) , then hit replace to replace the string.

Thx!
Charlie
Back to top
View user's profile Send private message MSN Messenger
qbert



Joined: 30 Mar 2004
Posts: 209
Location: Dallas, Texas

PostPosted: Wed Aug 10, 2005 7:54 am    Post subject: Reply with quote

jicman wrote:
We should get .28 out soon. The same problem happened to me. Smile Somehow, one of my libraries with a few 562 lines got 0 byte. Smile. Good thing I keep a back up.

thanks,

josé

PS: I love your IDE.


Thanks! I was begginning to think no one used it Laughing .

Thank goodness for backups Wink.

Charlie
Back to top
View user's profile Send private message MSN Messenger
Stefan



Joined: 15 May 2005
Posts: 8

PostPosted: Wed Aug 10, 2005 2:21 pm    Post subject: Reply with quote

qbert wrote:
Thanks! I was begginning to think no one used it Laughing .

Thank goodness for backups Wink.

Charlie


Well, I'm using it too. So, we are least three. Wink
BTW, it never ate my source. Thank you for Elephant,
can't await 0.28!

Cheers,
Stefan
Back to top
View user's profile Send private message
bspeakmon



Joined: 24 Aug 2005
Posts: 1
Location: Seattle

PostPosted: Wed Aug 24, 2005 3:17 am    Post subject: Reply with quote

I'm using it too, or at least I was until today when I realized I had fallen victim to this same eat-your-source-and-not-even-kiss-you-first bug. :/

Really nice work, but I'm going to wait for .28 before I sell my soul to this one.
Back to top
View user's profile Send private message
qbert



Joined: 30 Mar 2004
Posts: 209
Location: Dallas, Texas

PostPosted: Wed Aug 24, 2005 8:37 am    Post subject: Reply with quote

Thanks for posting , that makes 4 of us ! Smile.

I've had a fix for a while , but Im making alot of changes for .28 including some help files so its taking a while to get out , hopefully within the week.

Also just FYI Im writing a 'component collections' site that Im trying to release at the same time , so people can have a place to put random D components and search for them etc ( like pop3 / libcurl ).

Charlie
Back to top
View user's profile Send private message MSN Messenger
h3r3tic



Joined: 30 Mar 2004
Posts: 261
Location: Torun, Poland

PostPosted: Thu Aug 25, 2005 8:23 am    Post subject: Reply with quote

4 ?!? Don't forget about me, guys ! I've been using Elephant ever since from its very first versions Razz

keep up the good work !
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Elephant IDE All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group