+1
something like firefox "close others tabs"
Dri
Search found 235 matches
- Thu Oct 18, 2007 9:34 pm
- Forum: Feature Requests and Wishlists
- Topic: Close all except shortcut on tabs
- Replies: 3
- Views: 1142
- Fri Oct 05, 2007 9:48 am
- Forum: General Discussion
- Topic: Why are constants global?
- Replies: 15
- Views: 5453
- Thu Oct 04, 2007 9:40 pm
- Forum: Feature Requests and Wishlists
- Topic: Prototype with LinkedList
- Replies: 9
- Views: 3421
- Thu Oct 04, 2007 4:27 pm
- Forum: Feature Requests and Wishlists
- Topic: Prototype with LinkedList
- Replies: 9
- Views: 3421
- Wed Oct 03, 2007 6:09 pm
- Forum: Announcement
- Topic: MIDI files management
- Replies: 4
- Views: 2849
- Sun Sep 30, 2007 4:32 pm
- Forum: Feature Requests and Wishlists
- Topic: remove the structure viewer
- Replies: 4
- Views: 1719
- Sun Sep 30, 2007 11:45 am
- Forum: Feature Requests and Wishlists
- Topic: remove the structure viewer
- Replies: 4
- Views: 1719
remove the structure viewer
The embedded structure viewer tool is way too old. A resident viewer would be far better. Something which could allow to choose the the resident we want to "view" with options for unicode and subsystems. Something also able to show macros and prototypes (anything you can find in a res file)
Dri
Dri
- Sun Jun 03, 2007 5:46 pm
- Forum: Tricks 'n' Tips
- Topic: LoadPCX Procedure
- Replies: 4
- Views: 2935
- Fri Jun 01, 2007 10:14 pm
- Forum: Tricks 'n' Tips
- Topic: LoadPCX Procedure
- Replies: 4
- Views: 2935
- Fri Jun 01, 2007 10:02 pm
- Forum: Feature Requests and Wishlists
- Topic: Division by 0.0 allowed
- Replies: 17
- Views: 3886
- Fri Jun 01, 2007 5:22 pm
- Forum: Feature Requests and Wishlists
- Topic: Division by 0.0 allowed
- Replies: 17
- Views: 3886
- Sun May 27, 2007 7:38 pm
- Forum: Feature Requests and Wishlists
- Topic: Division by 0.0 allowed
- Replies: 17
- Views: 3886
Division by 0.0 allowed
with this code i get an error at run time
but not with this one
but still i can't do that because the compiler says that division by zero is forbidden even for floats
is it possible to remove this check ?
Dri
Code: Select all
l.l = 0
m.l = 1 / lCode: Select all
f.f = 0.0
g.f = 1.0 / fCode: Select all
g.f = 1.0 / 0.0Dri
- Sun May 27, 2007 1:43 pm
- Forum: General Discussion
- Topic: Just estimate...
- Replies: 8
- Views: 2694
- Sat May 26, 2007 6:03 pm
- Forum: Coding Questions
- Topic: Passing strings to procedures "By Ref"(theoretical
- Replies: 27
- Views: 6710
- Fri May 25, 2007 7:40 pm
- Forum: Coding Questions
- Topic: Passing strings to procedures "By Ref"(theoretical
- Replies: 27
- Views: 6710