Author |
Topic |
|
Morten Nielsen
Starting Member
1 Posts |
Posted - Apr 24 2004 : 09:58:21 AM
|
Hi,
I quite often create files with a *.inl extension to keep all my inlined functions in separate file (Helps in keeping the header file nice and tidy :)), unfortunately VA doesn't support a *.inl extension when using it feature to toggle between files...
My suggestion is an option that allowed you to toggle between these 3 file types (*.h, *.cpp and *.inl) instead of only the *.h and *.cpp files...
Cheers, Morten |
//-- www.3dcoder.com -- \\\\ |
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Apr 26 2004 : 10:24:45 AM
|
This is OT, but I thought INL files had kind of fallen by the wayside... doesn't the compiler pretty much ignore the inline keyword these days, and just inline what it wants? Or am I thinking of the register keyword? What are the benefits of maintaining a separate INL file, as opposed to just sticking it in the CPP file?
|
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Apr 26 2004 : 11:18:19 AM
|
Though we see value in the idea, we have no plans currently to support toggling between more than h and cpp files. We need to think more about the caveats.
FWIW, you are not the first to request this. (Though this is our first reply on the topic.)
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=313 |
Whole Tomato Software, Inc. |
|
|
|
Topic |
|