Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Syntax Edit
  New Posts New Posts RSS Feed - The collapsed line mark does not show!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

The collapsed line mark does not show!

 Post Reply Post Reply
Author
Message
Knuth View Drop Down
Groupie
Groupie
Avatar

Joined: 01 March 2008
Location: China
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote Knuth Quote  Post ReplyReply Direct Link To This Post Topic: The collapsed line mark does not show!
    Posted: 10 June 2009 at 11:22pm
Xtreme ToolkitPro 2008 Vol 2 (12.1.1)
Windows Xp Sp3 Enu, Visual Studio 2003 Enu.


1. Launch the sample project "Syntax Edit Samples\Text Editor".
2. Build the project.
3. Start The debug program.
4. Open a empty *.cpp file.
5. Type the following source code.
int foo(int n1, int n2)
{
    int sum = 0;
    for(int i = n1; i < n2; ++i)
    {
        sum += i;               
    }
    return sum;
}


int foo2()
{
   
}

Result : Doesn't display the collapsed line mark in the function foo2.

 
Back to Top
Knuth View Drop Down
Groupie
Groupie
Avatar

Joined: 01 March 2008
Location: China
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote Knuth Quote  Post ReplyReply Direct Link To This Post Posted: 10 June 2009 at 11:26pm
Although, I have not found any update for 'Xtreme Syntax Edit' in Xtreme ToolkitPro 13.0.0.
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 30 June 2009 at 8:52pm

13.0? We already live with 13.1

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.160 seconds.