| Anonymous | Login | Signup for a new account | 2013-06-19 03:32 CEST | ![]() |
| All Projects | FPC | Lazarus: Packages, Patches | Lazarus CCR | Mantis | fpGUI | fpcprojects: fpprofiler |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
| 0021847 | Lazarus | IDE | public | 2012-04-23 19:18 | 2012-04-23 19:36 | ||||||||
| Reporter | Stephano | ||||||||||||
| Assigned To | Mattias Gaertner | ||||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||||
| Status | assigned | Resolution | open | ||||||||||
| Platform | OS | OS Version | |||||||||||
| Product Version | 0.9.31 (SVN) | Product Build | |||||||||||
| Target Version | Fixed in Version | ||||||||||||
| Summary | 0021847: Context sensitive help for IFDEF'ed sections behaviour | ||||||||||||
| Description | An IFDEF'ed block which is not considered due to the IFDEF condition being false makes the context sensitive help (F1) act weird. Put the caret in 'integer' and press F1. Help is displayed correctly. Do the same for 'IntToStr' and you get the message: 'Help keyword "FPCKeyword_IntToStr" not found' followed by: 'No help found for "project1.lpr" at (18,7)' program Project1; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Classes, sysutils { you can add units after this }; {$IFDEF GGGG} var x: inte|ger; {$ENDIF} begin {$IFDEF GGGG} IntTo|Str {$ENDIF} end. | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Fixed in Revision | |||||||||||||
| LazTarget | |||||||||||||
| Widgetset | |||||||||||||
| Attached Files | |||||||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-04-23 19:18 | Stephano | New Issue | |
| 2012-04-23 19:36 | Mattias Gaertner | Status | new => assigned |
| 2012-04-23 19:36 | Mattias Gaertner | Assigned To | => Mattias Gaertner |
| Main | My View | View Issues | Change Log | Roadmap |



