FLTK logo

STR #1383

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 1.1 | SVN ⇄ GIT ]

STR #1383

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:3 - Moderate, e.g. unable to compile the software
Scope:3 - Applies to all machines and operating systems
Subsystem:FLUID
Summary:fluid: puts ';' at the end of comments (New|Code|Declaration)
Version:1.1-current
Created By:greg.ercolano
Assigned To:matt
Fix Version:1.1-current (SVN: v5342)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 greg.ercolano
01:51 Aug 01, 2006
If one creates a New|Code|Declaration in fluid of the form:

int x;  // this is a test

..the code generated includes a ';' at the end of the comment:

int x;  // this is a test;
                         ^^
 
 
#2 matt
12:56 Aug 19, 2006
FLUID disassembles your line and reassembles it after adding "static" or "extern" keywords as needed, possibly other stuff to make that line fit in the .cxx or .h file.

Since the neither the generated code nor the .fl file are usually seen in an editor, there is not much care taken to treat comments. We recently added a comment object though which you can use to add copyright fields and general comments: New|Code|Comment... .

If you don't mind, I will close this bug report.
 
 
#3 matt
04:01 Aug 23, 2006
Fixed in Subversion repository.  
     

Return to Bugs & Features ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.